| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some warnings that would be generated by gcc -Wredundant-decls | blueswir1 | 2008-08-30 | 2 | -6/+1 |
* | ARMv6: fix SIMD add/sub carry flags (Vincent Palatin). | balrog | 2008-07-19 | 1 | -4/+4 |
* | ARM: fix CPS masks (Vincent Palatin). | balrog | 2008-07-19 | 1 | -2/+2 |
* | Fix smlald, smlsld, pkhtp, pkhbt, ssat, usat, umul, smul... (Laurent Desnogues). | balrog | 2008-07-19 | 3 | -18/+21 |
* | Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues. | ths | 2008-07-18 | 1 | -8/+7 |
* | Terminate TB immediately after v7-M exception return. | pbrook | 2008-07-11 | 1 | -0/+2 |
* | Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka. | ths | 2008-07-03 | 2 | -3/+3 |
* | Silence compiler warning. | ths | 2008-07-03 | 1 | -0/+2 |
* | ARMv7-M interrupt stack alignment fix. | pbrook | 2008-07-02 | 1 | -1/+1 |
* | Move interrupt_request and user_mode_only to common cpu state. | pbrook | 2008-07-01 | 1 | -4/+0 |
* | Spelling fixes, spotted by Stuart Brady. | ths | 2008-06-30 | 1 | -1/+1 |
* | Move CPU save/load registration to common code. | pbrook | 2008-06-30 | 2 | -2/+2 |
* | Suppress bogus compiler warnings. | pbrook | 2008-06-29 | 1 | -0/+11 |
* | Add instruction counter. | pbrook | 2008-06-29 | 2 | -1/+32 |
* | Mark a dead_tmp as such in ARM msr. | balrog | 2008-06-02 | 1 | -0/+1 |
* | Provide basic emulation for Sharp SL-6000 PDA (Tosa), Dmitry Baryshkov. | balrog | 2008-06-02 | 1 | -0/+1 |
* | Fix typo. | pbrook | 2008-05-30 | 1 | -1/+1 |
* | Move clone() register setup to target specific code. Handle fork-like clone. | pbrook | 2008-05-30 | 1 | -0/+9 |
* | Push common interrupt variables to cpu-defs.h (Glauber Costa) | bellard | 2008-05-29 | 1 | -2/+0 |
* | Implement ARM magic kernel page and TLS register. | pbrook | 2008-05-29 | 2 | -1/+15 |
* | moved halted field to CPU_COMMON | bellard | 2008-05-28 | 1 | -1/+0 |
* | Fix off-by-one unwinding error. | pbrook | 2008-05-25 | 1 | -5/+0 |
* | Fix ARM conditional branch bug. | pbrook | 2008-05-24 | 1 | -29/+25 |
* | Add N810 to allowed -M values, add documentation part for N8x0. | balrog | 2008-05-18 | 1 | -0/+1 |
* | Remove arm's local not_i32 tcg op now that there's one in tcg. | balrog | 2008-05-17 | 1 | -6/+0 |
* | Add TCG native negation op. | pbrook | 2008-05-11 | 1 | -7/+1 |
* | Add zero extension (pseudo-)ops. | pbrook | 2008-05-11 | 1 | -9/+9 |
* | remove target ifdefs from vl.c | aurel32 | 2008-05-04 | 1 | -0/+213 |
* | Fix incorrect argument types. | pbrook | 2008-05-01 | 1 | -2/+2 |
* | Factorize code in translate.c | aurel32 | 2008-04-28 | 1 | -0/+5 |
* | Remove an unused field and fix some non-code typos. | balrog | 2008-04-20 | 2 | -5/+5 |
* | Correct more ARM VFP 32/64 and signed/unsigned typos. | balrog | 2008-04-20 | 2 | -4/+4 |
* | Save the exact SWI return address in Thumb mode. | balrog | 2008-04-16 | 1 | -1/+1 |
* | Add basic OMAP2 chip support. | balrog | 2008-04-14 | 2 | -0/+8 |
* | Move the excess of arm_load_kernel() parameters into a struct. | balrog | 2008-04-14 | 1 | -6/+3 |
* | Correctly restore pc after an exception occured in Thumb mode. | balrog | 2008-04-14 | 1 | -6/+1 |
* | Fix ARM VFP related segfaults. | balrog | 2008-04-14 | 1 | -4/+4 |
* | Fix the offset in Thumb bl instruction. | balrog | 2008-04-13 | 1 | -3/+3 |
* | Set an unset label in ARM strex. | balrog | 2008-04-13 | 1 | -0/+1 |
* | Fix ARM and Thumb ldlex/stlex. | balrog | 2008-04-13 | 1 | -0/+2 |
* | Store the right TCG temp (typo). | balrog | 2008-04-13 | 2 | -3/+3 |
* | Remove osdep.c/qemu-img code duplication | aurel32 | 2008-04-11 | 1 | -0/+1 |
* | Fix few spelling issues in comments | aurel32 | 2008-04-11 | 2 | -5/+5 |
* | Move target-arm/nwfpe into linux-user/arm/nwfpe | aurel32 | 2008-04-09 | 12 | -2674/+0 |
* | Implement ARM floating point exception emulation | aurel32 | 2008-04-07 | 1 | -0/+7 |
* | ARM N=Z=1 flag fix. | pbrook | 2008-04-01 | 4 | -31/+32 |
* | ARM TCG conversion 16/16. | pbrook | 2008-03-31 | 1 | -25/+0 |
* | ARM TCG conversion 15/16. | pbrook | 2008-03-31 | 7 | -811/+1123 |
* | ARM TCG conversion 14/16. | pbrook | 2008-03-31 | 7 | -2537/+2596 |
* | ARM TCG conversion 13/16. | pbrook | 2008-03-31 | 7 | -280/+204 |