Age | Commit message (Expand) | Author | Files | Lines |
2010-02-28 | target-arm: neon vshll instruction fix | Juha Riihimäki | 1 | -0/+1 |
2010-02-28 | target-arm: neon - fix VRADDHN/VRSUBHN vs VADDHN/VSUBHN | Riku Voipio | 1 | -2/+2 |
2010-02-23 | ARM CP15 tls fix | Paul Brook | 1 | -9/+7 |
2010-02-19 | target-arm: support thumb exception handlers | Rabin Vincent | 1 | -3/+2 |
2010-02-19 | target-arm: implement Thumb-2 exception return | Rabin Vincent | 1 | -2/+10 |
2010-02-19 | target-arm: fix thumb CPS | Rabin Vincent | 1 | -1/+1 |
2010-02-06 | target-arm: refactor cp15.c13 register access | Riku Voipio | 2 | -16/+55 |
2010-01-19 | kill regs_to_env and env_to_regs | Paolo Bonzini | 1 | -8/+0 |
2009-12-24 | target-arm: fix strexd | Aurelien Jarno | 1 | -1/+1 |
2009-11-22 | ARM atomic ops rewrite | Paul Brook | 4 | -176/+171 |
2009-11-19 | ARM Cortex-A9 cpu support | Paul Brook | 2 | -1/+36 |
2009-11-19 | ARM FP16 support | Paul Brook | 4 | -0/+105 |
2009-10-27 | target-arm: use native tcg-ops for ror/bic/vorn | Aurelien Jarno | 3 | -47/+14 |
2009-10-27 | target-arm: fix neon shift helper functions | Juha Riihimäki | 1 | -12/+14 |
2009-10-27 | target-arm: fix neon vsri, vshl and vsli ops | Juha Riihimäki | 1 | -14/+18 |
2009-10-27 | target-arm: allow modifying vfp fpexc en bit only | Juha Riihimäki | 2 | -1/+4 |
2009-10-27 | target-arm: add support for neon vld1.64/vst1.64 instructions | Juha Riihimäki | 1 | -52/+81 |
2009-10-27 | target-arm: fix neon vshrn/vrshrn ops | Juha Riihimäki | 1 | -9/+3 |
2009-10-26 | target-arm: fix incorrect temporary variable freeing | Juha Riihimäki | 1 | -2/+2 |
2009-10-23 | target-arm: optimize thumb 32-bit multiply | Juha.Riihimaki@nokia.com | 1 | -17/+1 |
2009-10-23 | target-arm: cleanup internal resource leaks | Juha Riihimäki | 1 | -27/+89 |
2009-10-23 | target-arm: fix sdiv helper | Aurelien Jarno | 1 | -0/+2 |
2009-10-23 | target-arm: use clz32() instead of a for loop | Aurelien Jarno | 1 | -4/+2 |
2009-10-18 | target-arm: fix bugs introduced by 1b2b1e547bd912b7d3c4863d0a0f75f6f38330ed | Aurelien Jarno | 1 | -5/+7 |
2009-10-18 | target-arm: fix bugs introduced by 3174f8e91fecf8756e861d1febb049f3c619a2c7 | Aurelien Jarno | 1 | -3/+3 |
2009-10-17 | target-arm: remove T0 and T1 | Aurelien Jarno | 1 | -2/+0 |
2009-10-17 | target-arm: remove cpu_T for ARM once and for all | Filip Navara | 1 | -26/+0 |
2009-10-17 | target-arm: convert VFP not to use cpu_T | Filip Navara | 1 | -28/+22 |
2009-10-17 | target-arm: convert disas_iwmmxt_insn not to use cpu_T | Filip Navara | 1 | -252/+219 |
2009-10-17 | target-arm: convert disas_dsp_insn not use cpu_T | Filip Navara | 1 | -39/+20 |
2009-10-17 | target-arm: convert disas_neon_ls_insn not to use cpu_T | Filip Navara | 1 | -33/+34 |
2009-10-17 | target-arm: convert disas_neon_data_insn and helpers not to use cpu_T | Filip Navara | 1 | -296/+271 |
2009-10-17 | target-arm: convert rest of disas_arm_insn / disas_thumb2_insn not to use cpu_T | Filip Navara | 1 | -41/+56 |
2009-10-17 | target-arm: replace thumb usage of cpu_T registers by proper register allocat... | Filip Navara | 1 | -129/+139 |
2009-10-17 | target-arm: fix TANDC and TORC instructions | Filip Navara | 1 | -0/+2 |
2009-10-17 | target-arm: convert NEON VZIP/VUZP/VTRN helper functions to pure TCG | Filip Navara | 3 | -73/+142 |
2009-10-17 | target-arm: convert gen_lookup_tb not to use cpu_T | Filip Navara | 1 | -2/+1 |
2009-10-17 | target-arm: get rid of gen_set_psr_T0 and replace it by gen_set_psr/gen_set_p... | Filip Navara | 1 | -20/+24 |
2009-10-17 | target-arm: fix SRS/RFE instructions | Filip Navara | 1 | -15/+16 |
2009-10-17 | target-arm: remove unused gen_movl_T2_reg function | Filip Navara | 1 | -5/+0 |
2009-10-17 | target-arm: remove useless line that sets register that is never used again | Filip Navara | 1 | -1/+0 |
2009-10-17 | target-arm: get rid of temporary variable cache | Filip Navara | 1 | -28/+3 |
2009-10-17 | target-arm: use tcg_global_mem_new_i32 to allocate registers | Filip Navara | 1 | -17/+23 |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori | 2 | -3/+3 |
2009-10-01 | Get rid of _t suffix | malc | 2 | -3/+3 |
2009-09-12 | Fix sys-queue.h conflict for good | Blue Swirl | 1 | -2/+2 |
2009-08-24 | cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal | Nathan Froyd | 1 | -0/+1 |
2009-07-31 | Save/restore ARMv6 MMU state | Paul Brook | 2 | -2/+22 |
2009-07-27 | rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN | Juan Quintela | 1 | -1/+1 |
2009-07-16 | Update to a hopefully more future proof FSF address | Blue Swirl | 5 | -10/+5 |