aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* target-arm : fix thumb2 parallel add/sub opcode decodingChih-Min Chao2010-07-011-2/+2
* NEON vldN optimizationPaul Brook2010-06-111-2/+4
* arm: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-1/+0
* target-arm: fix neon vmon/vmvn with modified immediateJuha Riihimäki2010-04-081-1/+1
* target-arm: resource leak fixes for iwmmxt disassembleLars Munch2010-04-081-0/+2
* target-arm: Fix handling of AL condition in IT instructionJohan Bengtsson2010-03-231-3/+5
* target-arm: make RFE usable with any registerAdam Lackorzynski2010-03-131-1/+1
* target-arm: Fix missing 'return' in SRS handling.Adam Lackorzynski2010-03-061-0/+1
* target-arm: neon vshll instruction fixJuha Riihimäki2010-02-281-0/+1
* target-arm: neon - fix VRADDHN/VRSUBHN vs VADDHN/VSUBHNRiku Voipio2010-02-281-2/+2
* ARM CP15 tls fixPaul Brook2010-02-231-9/+7
* target-arm: implement Thumb-2 exception returnRabin Vincent2010-02-191-2/+10
* target-arm: fix thumb CPSRabin Vincent2010-02-191-1/+1
* target-arm: refactor cp15.c13 register accessRiku Voipio2010-02-061-0/+55
* target-arm: fix strexdAurelien Jarno2009-12-241-1/+1
* ARM atomic ops rewritePaul Brook2009-11-221-85/+165
* ARM FP16 supportPaul Brook2009-11-191-0/+85
* target-arm: use native tcg-ops for ror/bic/vornAurelien Jarno2009-10-271-38/+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-271-0/+3
* 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 bugs introduced by 1b2b1e547bd912b7d3c4863d0a0f75f6f38330edAurelien Jarno2009-10-181-5/+7
* target-arm: fix bugs introduced by 3174f8e91fecf8756e861d1febb049f3c619a2c7Aurelien Jarno2009-10-181-3/+3
* 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-171-9/+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
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-2/+2
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Remove unused gen_bx_T0 function.Filip Navara2009-06-241-8/+0
* fix ARMv7 data processing instructionsJuha Riihimäki2009-05-151-13/+26
* fix ARMv7 data processing instructionsJuha Riihimäki2009-05-151-77/+111
* Add new command line option -singlestep for tcg single stepping.aurel322009-04-051-0/+1