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