aboutsummaryrefslogtreecommitdiffstats
path: root/target-arm
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-14Add basic OMAP2 chip support.balrog2-0/+8
2008-04-14Move the excess of arm_load_kernel() parameters into a struct.balrog1-6/+3
2008-04-14Correctly restore pc after an exception occured in Thumb mode.balrog1-6/+1
2008-04-14Fix ARM VFP related segfaults.balrog1-4/+4
2008-04-13Fix the offset in Thumb bl instruction.balrog1-3/+3
2008-04-13Set an unset label in ARM strex.balrog1-0/+1
2008-04-13Fix ARM and Thumb ldlex/stlex.balrog1-0/+2
2008-04-13Store the right TCG temp (typo).balrog2-3/+3
2008-04-11Remove osdep.c/qemu-img code duplicationaurel321-0/+1
2008-04-11Fix few spelling issues in commentsaurel322-5/+5
2008-04-09Move target-arm/nwfpe into linux-user/arm/nwfpeaurel3212-2674/+0
2008-04-07Implement ARM floating point exception emulationaurel321-0/+7
2008-04-01ARM N=Z=1 flag fix.pbrook4-31/+32
2008-03-31ARM TCG conversion 16/16.pbrook1-25/+0
2008-03-31ARM TCG conversion 15/16.pbrook7-811/+1123
2008-03-31ARM TCG conversion 14/16.pbrook7-2537/+2596
2008-03-31ARM TCG conversion 13/16.pbrook7-280/+204
2008-03-31ARM TCG conversion 12/16.pbrook7-330/+277