summaryrefslogtreecommitdiff
path: root/target-arm/translate.c
AgeCommit message (Expand)Author
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-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-06-30Spelling fixes, spotted by Stuart Brady.ths
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-05-29Implement ARM magic kernel page and TLS register.pbrook
2008-05-24Fix ARM conditional branch bug.pbrook
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-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
2008-04-16Save the exact SWI return address in Thumb mode.balrog
2008-04-14Correctly restore pc after an exception occured in Thumb mode.balrog
2008-04-14Fix ARM VFP related segfaults.balrog
2008-04-13Fix the offset in Thumb bl instruction.balrog
2008-04-13Set an unset label in ARM strex.balrog
2008-04-13Fix ARM and Thumb ldlex/stlex.balrog
2008-04-13Store the right TCG temp (typo).balrog
2008-04-01ARM N=Z=1 flag fix.pbrook
2008-03-31ARM TCG conversion 15/16.pbrook
2008-03-31ARM TCG conversion 14/16.pbrook
2008-03-31ARM TCG conversion 13/16.pbrook
2008-03-31ARM TCG conversion 12/16.pbrook
2008-03-31ARM TCG conversion 11/16.pbrook
2008-03-31ARM TCG conversion 10/16.pbrook
2008-03-31ARM TCG conversion 9/16.pbrook
2008-03-31ARM TCG conversion 8/16.pbrook
2008-03-31ARM TCG conversion 7/16.pbrook
2008-03-31ARM TCG conversion 6/16.pbrook
2008-03-31ARM TCG conversion 5/16.pbrook
2008-03-31ARM TCG conversion 4/16.pbrook
2008-03-31ARM TCG conversion 3/16.pbrook
2008-03-31ARM TCG conversion 2/16.pbrook
2008-03-31ARM TCG conversion 1/16.pbrook
2008-02-01use the TCG code generatorbellard
2007-11-11Fix msr_mask.pbrook
2007-11-11ARMv7 support.pbrook
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths