2009-01-26 |
aliguori | Log reset events (Jan Kiszka) |
tree | commitdiff |
2009-01-15 |
aliguori | global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo... |
tree | commitdiff |
2009-01-15 |
aliguori | Convert references to logfile/loglevel to use qemu_log... |
tree | commitdiff |
2009-01-04 |
aurel32 | Update FSF address in GPL/LGPL boilerplate |
tree | commitdiff |
2008-12-19 |
pbrook | Implement flush-to-zero mode (denormal results are... |
tree | commitdiff |
2008-12-19 |
pbrook | Implement default-NaN mode. |
tree | commitdiff |
2008-12-19 |
pbrook | Implement ARMv7 cp15 cache ID registers. |
tree | commitdiff |
2008-12-19 |
pbrook | Implement (very) basic Thumb2-EE support. This doesn... |
tree | commitdiff |
2008-12-19 |
pbrook | Fix VFP fixed point conversion routines. |
tree | commitdiff |
2008-12-19 |
pbrook | Implement ARMv7 MMU access permissions. |
tree | commitdiff |
2008-12-15 |
balrog | ARM: basic SX1-cellphone sysemu support (Jean-Christoph... |
tree | commitdiff |
2008-12-13 |
blueswir1 | Remove unnecessary trailing newlines |
tree | commitdiff |
2008-12-07 |
aurel32 | Remove FORCE_RET() and RETURN() |
tree | commitdiff |
2008-12-07 |
balrog | ARM: fix smmul and smmla/smmls usage of registers ... |
tree | commitdiff |
2008-12-07 |
balrog | ARM: fix usad8 and usada8 usage of registers (Mans... |
tree | commitdiff |
2008-12-07 |
balrog | Patch holes in ARM translation (Laurent Desnogues). |
tree | commitdiff |
2008-12-07 |
balrog | ARM: cosmetics (Laurent Desnogues). |
tree | commitdiff |
2008-11-30 |
aurel32 | Common cpu_loop_exit prototype |
tree | commitdiff |
2008-11-25 |
aliguori | Use sys-queue.h for break/watchpoint managment (Jan... |
tree | commitdiff |
2008-11-18 |
aliguori | Remove premature memop TB terminations (Jan Kiszka) |
tree | commitdiff |
2008-11-18 |
aliguori | Refactor and enhance break/watchpoint API (Jan Kiszka) |
tree | commitdiff |
2008-11-18 |
aliguori | Refactor translation block CPU state handling (Jan... |
tree | commitdiff |
2008-11-18 |
aliguori | Convert CPU_PC_FROM_TB to static inline (Jan Kiszka) |
tree | commitdiff |
2008-11-17 |
pbrook | TCG variable type checking. |
tree | commitdiff |
2008-11-03 |
pbrook | VFP fnmsc negative zero fix. |
tree | commitdiff |
2008-10-26 |
blueswir1 | Fix undeclared symbol warnings from sparse |
tree | commitdiff |
2008-10-22 |
pbrook | Additional exclusive load/store instruction are v6K... |
tree | commitdiff |
2008-10-22 |
pbrook | Fix ARMv6t2 strex instructions. |
tree | commitdiff |
2008-10-22 |
pbrook | Fix ARMv6 translation table base address calculation. |
tree | commitdiff |
2008-10-22 |
pbrook | Optimize redundant cp15 coprocessor access control... |
tree | commitdiff |
2008-10-11 |
pbrook | Add GDB XML register description support. |
tree | commitdiff |
2008-09-22 |
pbrook | Fix ARM NEON vdup and vtbl bugs. |
tree | commitdiff |
2008-09-21 |
pbrook | Fix neon encoding comment. |
tree | commitdiff |
2008-09-21 |
pbrook | Add concat_i32_i64 op. |
tree | commitdiff |
2008-09-20 |
balrog | Fix QADD / QSUB decoding on ARM (Torbjörn Andersson). |
tree | commitdiff |
2008-08-30 |
blueswir1 | Fix some warnings that would be generated by gcc -Wredu... |
tree | commitdiff |
2008-07-19 |
balrog | ARMv6: fix SIMD add/sub carry flags (Vincent Palatin). |
tree | commitdiff |
2008-07-19 |
balrog | ARM: fix CPS masks (Vincent Palatin). |
tree | commitdiff |
2008-07-19 |
balrog | Fix smlald, smlsld, pkhtp, pkhbt, ssat, usat, umul... |
tree | commitdiff |
2008-07-18 |
ths | Small cleanup of gen_intermediate_code(_internal),... |
tree | commitdiff |
2008-07-11 |
pbrook | Terminate TB immediately after v7-M exception return. |
tree | commitdiff |
2008-07-03 |
ths | Convert remaining __builtin_expect to likely/unlikely... |
tree | commitdiff |
2008-07-03 |
ths | Silence compiler warning. |
tree | commitdiff |
2008-07-02 |
pbrook | ARMv7-M interrupt stack alignment fix. |
tree | commitdiff |
2008-07-01 |
pbrook | Move interrupt_request and user_mode_only to common... |
tree | commitdiff |
2008-06-30 |
ths | Spelling fixes, spotted by Stuart Brady. |
tree | commitdiff |
2008-06-30 |
pbrook | Move CPU save/load registration to common code. |
tree | commitdiff |
2008-06-29 |
pbrook | Suppress bogus compiler warnings. |
tree | commitdiff |
2008-06-29 |
pbrook | Add instruction counter. |
tree | commitdiff |
2008-06-02 |
balrog | Mark a dead_tmp as such in ARM msr. |
tree | commitdiff |
2008-06-02 |
balrog | Provide basic emulation for Sharp SL-6000 PDA (Tosa... |
tree | commitdiff |
2008-05-30 |
pbrook | Fix typo. |
tree | commitdiff |
2008-05-30 |
pbrook | Move clone() register setup to target specific code... |
tree | commitdiff |
2008-05-29 |
bellard | Push common interrupt variables to cpu-defs.h (Glauber... |
tree | commitdiff |
2008-05-29 |
pbrook | Implement ARM magic kernel page and TLS register. |
tree | commitdiff |
2008-05-28 |
bellard | moved halted field to CPU_COMMON |
tree | commitdiff |
2008-05-25 |
pbrook | Fix off-by-one unwinding error. |
tree | commitdiff |
2008-05-24 |
pbrook | Fix ARM conditional branch bug. |
tree | commitdiff |
2008-05-18 |
balrog | Add N810 to allowed -M values, add documentation part... |
tree | commitdiff |
2008-05-17 |
balrog | Remove arm's local not_i32 tcg op now that there's... |
tree | commitdiff |
2008-05-11 |
pbrook | Add TCG native negation op. |
tree | commitdiff |
2008-05-11 |
pbrook | Add zero extension (pseudo-)ops. |
tree | commitdiff |
2008-05-04 |
aurel32 | remove target ifdefs from vl.c |
tree | commitdiff |
2008-05-01 |
pbrook | Fix incorrect argument types. |
tree | commitdiff |
2008-04-28 |
aurel32 | Factorize code in translate.c |
tree | commitdiff |
2008-04-20 |
balrog | Remove an unused field and fix some non-code typos. |
tree | commitdiff |
2008-04-20 |
balrog | Correct more ARM VFP 32/64 and signed/unsigned typos. |
tree | commitdiff |
2008-04-16 |
balrog | Save the exact SWI return address in Thumb mode. |
tree | commitdiff |
2008-04-14 |
balrog | Add basic OMAP2 chip support. |
tree | commitdiff |
2008-04-14 |
balrog | Move the excess of arm_load_kernel() parameters into... |
tree | commitdiff |
2008-04-14 |
balrog | Correctly restore pc after an exception occured in... |
tree | commitdiff |
2008-04-14 |
balrog | Fix ARM VFP related segfaults. |
tree | commitdiff |
2008-04-13 |
balrog | Fix the offset in Thumb bl instruction. |
tree | commitdiff |
2008-04-13 |
balrog | Set an unset label in ARM strex. |
tree | commitdiff |
2008-04-13 |
balrog | Fix ARM and Thumb ldlex/stlex. |
tree | commitdiff |
2008-04-13 |
balrog | Store the right TCG temp (typo). |
tree | commitdiff |
2008-04-11 |
aurel32 | Remove osdep.c/qemu-img code duplication |
tree | commitdiff |
2008-04-11 |
aurel32 | Fix few spelling issues in comments |
tree | commitdiff |
2008-04-09 |
aurel32 | Move target-arm/nwfpe into linux-user/arm/nwfpe |
tree | commitdiff |
2008-04-07 |
aurel32 | Implement ARM floating point exception emulation |
tree | commitdiff |
2008-04-01 |
pbrook | ARM N=Z=1 flag fix. |
tree | commitdiff |
2008-03-31 |
pbrook | ARM TCG conversion 16/16. |
tree | commitdiff |
2008-03-31 |
pbrook | ARM TCG conversion 15/16. |
tree | commitdiff |
2008-03-31 |
pbrook | ARM TCG conversion 14/16. |
tree | commitdiff |
2008-03-31 |
pbrook | ARM TCG conversion 13/16. |
tree | commitdiff |
2008-03-31 |
pbrook | ARM TCG conversion 12/16. |
tree | commitdiff |
2008-03-31 |
pbrook | ARM TCG conversion 11/16. |
tree | commitdiff |
2008-03-31 |
pbrook | ARM TCG conversion 10/16. |
tree | commitdiff |
2008-03-31 |
pbrook | ARM TCG conversion 9/16. |
tree | commitdiff |
2008-03-31 |
pbrook | ARM TCG conversion 8/16. |
tree | commitdiff |
2008-03-31 |
pbrook | ARM TCG conversion 7/16. |
tree | commitdiff |
2008-03-31 |
pbrook | ARM TCG conversion 6/16. |
tree | commitdiff |
2008-03-31 |
pbrook | ARM TCG conversion 5/16. |
tree | commitdiff |
2008-03-31 |
pbrook | ARM TCG conversion 4/16. |
tree | commitdiff |
2008-03-31 |
pbrook | ARM TCG conversion 3/16. |
tree | commitdiff |
2008-03-31 |
pbrook | ARM TCG conversion 2/16. |
tree | commitdiff |
2008-03-31 |
pbrook | ARM TCG conversion 1/16. |
tree | commitdiff |
2008-02-01 |
bellard | use the TCG code generator |
tree | commitdiff |
2007-12-09 |
ths | Handle cpu_model in copy_cpu(), by Kirill A. Shutemov. |
tree | commitdiff |
2007-11-24 |
pbrook | Thumb semihosting fixes. |
tree | commitdiff |
next |