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