aboutsummaryrefslogtreecommitdiff
path: root/target-arm
AgeCommit message (Expand)Author
2008-11-30Common cpu_loop_exit prototypeaurel32
2008-11-25Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori
2008-11-18Remove premature memop TB terminations (Jan Kiszka)aliguori
2008-11-18Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori
2008-11-18Refactor translation block CPU state handling (Jan Kiszka)aliguori
2008-11-18Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori
2008-11-17TCG variable type checking.pbrook
2008-11-03VFP fnmsc negative zero fix.pbrook
2008-10-26Fix undeclared symbol warnings from sparseblueswir1
2008-10-22Additional exclusive load/store instruction are v6K, not v6T2.pbrook
2008-10-22Fix ARMv6t2 strex instructions.pbrook
2008-10-22Fix ARMv6 translation table base address calculation.pbrook
2008-10-22Optimize redundant cp15 coprocessor access control register writes.pbrook
2008-10-11Add GDB XML register description support.pbrook
2008-09-22Fix ARM NEON vdup and vtbl bugs.pbrook
2008-09-21Fix neon encoding comment.pbrook
2008-09-21Add concat_i32_i64 op.pbrook
2008-09-20Fix QADD / QSUB decoding on ARM (Torbjörn Andersson).balrog
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir1
2008-07-19ARMv6: fix SIMD add/sub carry flags (Vincent Palatin).balrog
2008-07-19ARM: fix CPS masks (Vincent Palatin).balrog
2008-07-19Fix smlald, smlsld, pkhtp, pkhbt, ssat, usat, umul, smul... (Laurent Desnogues).balrog
2008-07-18Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths
2008-07-11Terminate TB immediately after v7-M exception return.pbrook
2008-07-03Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka.ths
2008-07-03Silence compiler warning.ths
2008-07-02ARMv7-M interrupt stack alignment fix.pbrook
2008-07-01Move interrupt_request and user_mode_only to common cpu state.pbrook
2008-06-30Spelling fixes, spotted by Stuart Brady.ths
2008-06-30Move CPU save/load registration to common code.pbrook
2008-06-29Suppress bogus compiler warnings.pbrook
2008-06-29Add instruction counter.pbrook
2008-06-02Mark a dead_tmp as such in ARM msr.balrog
2008-06-02Provide basic emulation for Sharp SL-6000 PDA (Tosa), Dmitry Baryshkov.balrog
2008-05-30Fix typo.pbrook
2008-05-30Move clone() register setup to target specific code. Handle fork-like clone.pbrook
2008-05-29Push common interrupt variables to cpu-defs.h (Glauber Costa)bellard
2008-05-29Implement ARM magic kernel page and TLS register.pbrook
2008-05-28moved halted field to CPU_COMMONbellard
2008-05-25Fix off-by-one unwinding error.pbrook
2008-05-24Fix ARM conditional branch bug.pbrook
2008-05-18Add N810 to allowed -M values, add documentation part for N8x0.balrog
2008-05-17Remove arm's local not_i32 tcg op now that there's one in tcg.balrog
2008-05-11Add TCG native negation op.pbrook
2008-05-11Add zero extension (pseudo-)ops.pbrook
2008-05-04remove target ifdefs from vl.caurel32
2008-05-01Fix incorrect argument types.pbrook
2008-04-28Factorize code in translate.caurel32
2008-04-20Remove an unused field and fix some non-code typos.balrog
2008-04-20Correct more ARM VFP 32/64 and signed/unsigned typos.balrog