summaryrefslogtreecommitdiffstats
path: root/target-arm/translate.c
Commit message (Expand)AuthorAgeFilesLines
* Implement ARM magic kernel page and TLS register.pbrook2008-05-291-1/+10
* Fix ARM conditional branch bug.pbrook2008-05-241-29/+25
* Remove arm's local not_i32 tcg op now that there's one in tcg.balrog2008-05-171-6/+0
* Add TCG native negation op.pbrook2008-05-111-7/+1
* 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-161-1/+1
* Correctly restore pc after an exception occured in Thumb mode.balrog2008-04-141-6/+1
* 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/+818
* 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/+65
* 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/+5
* Fix msr_mask.pbrook2007-11-111-4/+3
* 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/+0
* 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
* Use the same offset for all STR and STM instructions that store r15, as speci...balrog2007-06-101-2/+2
* Implement power state changes (IDLE and SLEEP) for PXA.balrog2007-05-011-3/+8
* Implement iwMMXt instruction set for the PXA270 cpu.balrog2007-04-301-6/+1077
* Core features of ARM XScale processors. Main PXA270 and PXA255 peripherals.balrog2007-04-301-0/+37
* Random bug fixes from code inspection, by Wang Cheng Yeh.ths2007-04-021-2/+2
* ARM register index+writeback fix (Lauro Ramos Venancio).pbrook2007-03-171-6/+21
* Watchpoint support (previous commit got eaten by Savannah server crash).pbrook2007-03-161-0/+10
* ARM doubleword post-modify fix (Daniel Jacobowitz).pbrook2007-02-141-1/+1
* Fix ARM VFP debugging dumps.pbrook2006-10-251-3/+10
* ARM postincrememnt addressing fix.pbrook2006-06-141-7/+12
* ARM undefined instruction execution (Jason Wessel)bellard2006-05-221-0/+9
OpenPOWER on IntegriCloud