Age | Commit message (Expand) | Author | Files | Lines |
2012-09-27 | Emit debug_insn for CPU_LOG_TB_OP_OPT as well. | Richard Henderson | 1 | -1/+1 |
2012-09-15 | target-arm: final conversion to AREG0 free mode | Blue Swirl | 1 | -3/+3 |
2012-09-15 | target-arm: convert remaining helpers | Blue Swirl | 1 | -67/+67 |
2012-09-15 | target-arm: convert void helpers | Blue Swirl | 1 | -4/+4 |
2012-08-10 | target-arm: Fix typos in comments | Peter Maydell | 1 | -5/+5 |
2012-08-10 | arm: translate: comment typo - s/middel/middle/ | Peter A. G. Crosthwaite | 1 | -1/+1 |
2012-07-12 | target-arm: Fix TCG temp handling in 64 bit cp writes | Peter Maydell | 1 | -0/+2 |
2012-07-12 | target-arm: Fix CP15 based WFI | Paul Brook | 1 | -1/+1 |
2012-06-20 | target-arm: Remove remaining old cp15 infrastructure | Peter Maydell | 1 | -58/+1 |
2012-06-20 | target-arm: Move block cache ops to new cp15 framework | Peter Maydell | 1 | -6/+1 |
2012-06-20 | target-arm: Convert performance monitor registers | Peter Maydell | 1 | -25/+1 |
2012-06-20 | target-arm: Convert TLS registers | Peter Maydell | 1 | -58/+0 |
2012-06-20 | target-arm: Convert WFI/barriers special cases to cp_reginfo | Peter Maydell | 1 | -51/+0 |
2012-06-20 | target-arm: Convert TEECR, TEEHBR to new scheme | Peter Maydell | 1 | -66/+0 |
2012-06-20 | target-arm: Convert debug registers to cp_reginfo | Peter Maydell | 1 | -28/+0 |
2012-06-20 | target-arm: Remove old cpu_arm_set_cp_io infrastructure | Peter Maydell | 1 | -40/+1 |
2012-06-20 | target-arm: initial coprocessor register framework | Peter Maydell | 1 | -1/+155 |
2012-04-27 | target-arm: Make SETEND respect bswap_code (BE8) setting | Peter Maydell | 1 | -4/+4 |
2012-04-06 | Userspace ARM BE8 support | Paul Brook | 1 | -4/+7 |
2012-03-30 | ARM: Permit any ARMv6K CPU to read the MVFR0 and MVFR1 VFP registers. | Andrew Towers | 1 | -1/+1 |
2012-03-15 | target-arm: Decode SETEND correctly in Thumb | Peter Maydell | 1 | -23/+40 |
2012-03-14 | target-arm: Don't overuse CPUState | Andreas Färber | 1 | -52/+52 |
2012-01-13 | target-arm: Fix errors in decode of M profile CPS | Peter Maydell | 1 | -4/+4 |
2011-12-05 | target-arm/translate.c: Fix slightly misleading comment in Thumb decoder | Peter Maydell | 1 | -3/+5 |
2011-10-19 | target-arm: Implement VFPv4 fused multiply-accumulate insns | Peter Maydell | 1 | -0/+72 |
2011-10-19 | target-arm: Add ARM UDIV/SDIV support | Peter Maydell | 1 | -0/+19 |
2011-10-19 | target-arm: Rename ARM_FEATURE_DIV to _THUMB_DIV | Peter Maydell | 1 | -1/+2 |
2011-10-19 | target-arm: v6 media multiply space: UNDEF on unassigned encodings | Peter Maydell | 1 | -4/+20 |
2011-07-26 | target-arm: Don't print debug messages for various UNDEF cases | Peter Maydell | 1 | -6/+0 |
2011-07-26 | target-arm: UNDEF on a VCVTT/VCVTB UNPREDICTABLE to avoid TCG assert | Peter Maydell | 1 | -8/+11 |
2011-07-26 | target-arm: Handle UNDEF and UNPREDICTABLE cases for VLDM, VSTM | Peter Maydell | 1 | -7/+31 |
2011-07-26 | target-arm: Support v6 barriers in linux-user mode | Peter Maydell | 1 | -18/+33 |
2011-07-20 | Merge branch 'for-upstream' of git://git.linaro.org/people/pmaydell/qemu-arm | Blue Swirl | 1 | -177/+280 |
2011-06-26 | Remove exec-all.h include directives | Blue Swirl | 1 | -1/+0 |
2011-06-22 | target-arm: Minimal implementation of performance counters | Peter Maydell | 1 | -2/+18 |
2011-06-22 | Revert "target-arm: Use global env in neon_helper.c helpers" | Peter Maydell | 1 | -54/+86 |
2011-06-22 | target-arm: Pass fp status pointer explicitly to neon fp helpers | Peter Maydell | 1 | -30/+81 |
2011-06-22 | target-arm: Make VFP binop helpers take pointer to fpstatus, not CPUState | Peter Maydell | 1 | -6/+11 |
2011-06-22 | target-arm: Add helper function to generate code to get fpstatus pointer | Peter Maydell | 1 | -24/+16 |
2011-06-22 | Revert "target-arm: Use global env in iwmmxt_helper.c helpers" | Peter Maydell | 1 | -61/+68 |
2011-06-03 | target-arm: Fix compilation failure for 64 bit hosts | Peter Maydell | 1 | -9/+9 |
2011-05-23 | target-arm: Use correct float status for Neon int-float conversions | Peter Maydell | 1 | -69/+79 |
2011-05-15 | target-arm: Fix VMLA, VMLS, VNMLS, VNMLA handling of NaNs | Peter Maydell | 1 | -13/+40 |
2011-05-08 | Fix typos in comments and code (occured -> occurred and related) | Stefan Weil | 1 | -3/+3 |
2011-05-08 | Fix typos in comments (neccessary -> necessary) | Stefan Weil | 1 | -2/+2 |
2011-04-27 | target-arm: Don't update base register on abort in Thumb T1 LDM | Peter Maydell | 1 | -3/+14 |
2011-04-27 | target-arm: fix LDMIA bug on page boundary | YuYeon Oh | 1 | -1/+9 |
2011-04-25 | target-arm: Handle UNDEF cases for Neon VLD/VST multiple-structures | Peter Maydell | 1 | -0/+15 |
2011-04-25 | target-arm: Handle UNDEFs for Neon single element load/stores | Peter Maydell | 1 | -0/+34 |
2011-04-20 | Remove unused function parameters from gen_pc_load and rename the function | Stefan Weil | 1 | -4/+3 |