aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ARM atomic ops rewritePaul Brook2009-11-224-176/+171
* ARM Cortex-A9 cpu supportPaul Brook2009-11-192-1/+36
* ARM FP16 supportPaul Brook2009-11-194-0/+105
* target-arm: use native tcg-ops for ror/bic/vornAurelien Jarno2009-10-273-47/+14
* target-arm: fix neon shift helper functionsJuha Riihimäki2009-10-271-12/+14
* target-arm: fix neon vsri, vshl and vsli opsJuha Riihimäki2009-10-271-14/+18
* target-arm: allow modifying vfp fpexc en bit onlyJuha Riihimäki2009-10-272-1/+4
* target-arm: add support for neon vld1.64/vst1.64 instructionsJuha Riihimäki2009-10-271-52/+81
* target-arm: fix neon vshrn/vrshrn opsJuha Riihimäki2009-10-271-9/+3
* target-arm: fix incorrect temporary variable freeingJuha Riihimäki2009-10-261-2/+2
* target-arm: optimize thumb 32-bit multiplyJuha.Riihimaki@nokia.com2009-10-231-17/+1
* target-arm: cleanup internal resource leaksJuha Riihimäki2009-10-231-27/+89
* target-arm: fix sdiv helperAurelien Jarno2009-10-231-0/+2
* target-arm: use clz32() instead of a for loopAurelien Jarno2009-10-231-4/+2
* target-arm: fix bugs introduced by 1b2b1e547bd912b7d3c4863d0a0f75f6f38330edAurelien Jarno2009-10-181-5/+7
* target-arm: fix bugs introduced by 3174f8e91fecf8756e861d1febb049f3c619a2c7Aurelien Jarno2009-10-181-3/+3
* target-arm: remove T0 and T1Aurelien Jarno2009-10-171-2/+0
* target-arm: remove cpu_T for ARM once and for allFilip Navara2009-10-171-26/+0
* target-arm: convert VFP not to use cpu_TFilip Navara2009-10-171-28/+22
* target-arm: convert disas_iwmmxt_insn not to use cpu_TFilip Navara2009-10-171-252/+219
* target-arm: convert disas_dsp_insn not use cpu_TFilip Navara2009-10-171-39/+20
* target-arm: convert disas_neon_ls_insn not to use cpu_TFilip Navara2009-10-171-33/+34
* target-arm: convert disas_neon_data_insn and helpers not to use cpu_TFilip Navara2009-10-171-296/+271
* target-arm: convert rest of disas_arm_insn / disas_thumb2_insn not to use cpu_TFilip Navara2009-10-171-41/+56
* target-arm: replace thumb usage of cpu_T registers by proper register allocat...Filip Navara2009-10-171-129/+139
* target-arm: fix TANDC and TORC instructionsFilip Navara2009-10-171-0/+2
* target-arm: convert NEON VZIP/VUZP/VTRN helper functions to pure TCGFilip Navara2009-10-173-73/+142
* target-arm: convert gen_lookup_tb not to use cpu_TFilip Navara2009-10-171-2/+1
* target-arm: get rid of gen_set_psr_T0 and replace it by gen_set_psr/gen_set_p...Filip Navara2009-10-171-20/+24
* target-arm: fix SRS/RFE instructionsFilip Navara2009-10-171-15/+16
* target-arm: remove unused gen_movl_T2_reg functionFilip Navara2009-10-171-5/+0
* target-arm: remove useless line that sets register that is never used againFilip Navara2009-10-171-1/+0
* target-arm: get rid of temporary variable cacheFilip Navara2009-10-171-28/+3
* target-arm: use tcg_global_mem_new_i32 to allocate registersFilip Navara2009-10-171-17/+23
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-012-3/+3
* Get rid of _t suffixmalc2009-10-012-3/+3
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-2/+2
* cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd2009-08-241-0/+1
* Save/restore ARMv6 MMU statePaul Brook2009-07-312-2/+22
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-271-1/+1
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-165-10/+5
* Remove unused gen_bx_T0 function.Filip Navara2009-06-241-8/+0
* Convert machine registration to use module init functionsAnthony Liguori2009-05-211-25/+0
* fix ARMv7 data processing instructionsJuha Riihimäki2009-05-151-13/+26
* fix ARMv7 data processing instructionsJuha Riihimäki2009-05-151-77/+111
* Syborg (Symbian Virtual Platform) boardPaul Brook2009-05-141-0/+1
* Fixe ARM NEON vrshl.Paul Brook2009-05-091-2/+2
* qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori2009-04-241-0/+1
* qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori2009-04-241-2/+7
* target-arm: don't use T[x] in helperaurel322009-04-071-1/+1