summaryrefslogtreecommitdiffstats
path: root/target-arm/translate.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some warnings that would be generated by gcc -Wredundant-declsblueswir12008-08-301-4/+1Star
* ARM: fix CPS masks (Vincent Palatin).balrog2008-07-191-2/+2
* Fix smlald, smlsld, pkhtp, pkhbt, ssat, usat, umul, smul... (Laurent Desnogues).balrog2008-07-191-13/+18
* Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths2008-07-181-8/+7Star
* Terminate TB immediately after v7-M exception return.pbrook2008-07-111-0/+2
* Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka.ths2008-07-031-2/+2
* Silence compiler warning.ths2008-07-031-0/+2
* Spelling fixes, spotted by Stuart Brady.ths2008-06-301-1/+1
* Suppress bogus compiler warnings.pbrook2008-06-291-0/+11
* Add instruction counter.pbrook2008-06-291-1/+30
* Mark a dead_tmp as such in ARM msr.balrog2008-06-021-0/+1
* Implement ARM magic kernel page and TLS register.pbrook2008-05-291-1/+10
* Fix ARM conditional branch bug.pbrook2008-05-241-29/+25Star
* Remove arm's local not_i32 tcg op now that there's one in tcg.balrog2008-05-171-6/+0Star
* Add TCG native negation op.pbrook2008-05-111-7/+1Star
* Add zero extension (pseudo-)ops.pbrook2008-05-111-9/+9
* Factorize code in translate.caurel322008-04-281-0/+5
* Remove an unused field and fix some non-code typos.balrog2008-04-201-2/+2
* Correct more ARM VFP 32/64 and signed/unsigned typos.balrog2008-04-201-2/+2
* Save the exact SWI return address in Thumb mode.balrog2008-04-171-1/+1
* Correctly restore pc after an exception occured in Thumb mode.balrog2008-04-141-6/+1Star
* Fix ARM VFP related segfaults.balrog2008-04-141-4/+4
* Fix the offset in Thumb bl instruction.balrog2008-04-131-3/+3
* Set an unset label in ARM strex.balrog2008-04-131-0/+1
* Fix ARM and Thumb ldlex/stlex.balrog2008-04-131-0/+2
* Store the right TCG temp (typo).balrog2008-04-131-2/+2
* ARM N=Z=1 flag fix.pbrook2008-04-011-14/+16
* ARM TCG conversion 15/16.pbrook2008-03-311-67/+333
* ARM TCG conversion 14/16.pbrook2008-03-311-820/+818Star
* ARM TCG conversion 13/16.pbrook2008-03-311-140/+171
* ARM TCG conversion 12/16.pbrook2008-03-311-74/+94
* ARM TCG conversion 11/16.pbrook2008-03-311-202/+289
* ARM TCG conversion 10/16.pbrook2008-03-311-105/+229
* ARM TCG conversion 9/16.pbrook2008-03-311-330/+424
* ARM TCG conversion 8/16.pbrook2008-03-311-187/+348
* ARM TCG conversion 7/16.pbrook2008-03-311-91/+149
* ARM TCG conversion 6/16.pbrook2008-03-311-32/+137
* ARM TCG conversion 5/16.pbrook2008-03-311-11/+64
* ARM TCG conversion 4/16.pbrook2008-03-311-13/+21
* ARM TCG conversion 3/16.pbrook2008-03-311-70/+65Star
* ARM TCG conversion 2/16.pbrook2008-03-311-0/+3
* ARM TCG conversion 1/16.pbrook2008-03-311-289/+400
* use the TCG code generatorbellard2008-02-011-35/+5Star
* Fix msr_mask.pbrook2007-11-111-4/+3Star
* ARMv7 support.pbrook2007-11-111-215/+4227
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-12/+12
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-20/+20
* Fix tb->size mishandling, by Daniel Jacobowitz.ths2007-09-111-1/+0Star
* Special-case iWMMXt register transfer insns, which are in ARM LDC2/STC2 class.balrog2007-08-011-0/+7
* Fix "blx lr" (Lauro Venancio).pbrook2007-06-111-2/+2