aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove premature memop TB terminations (Jan Kiszka)aliguori2008-11-181-6/+0
* Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori2008-11-181-4/+5
* Refactor translation block CPU state handling (Jan Kiszka)aliguori2008-11-181-0/+13
* Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori2008-11-181-2/+6
* TCG variable type checking.pbrook2008-11-173-602/+533
* VFP fnmsc negative zero fix.pbrook2008-11-031-2/+2
* Fix undeclared symbol warnings from sparseblueswir12008-10-262-2/+2
* Additional exclusive load/store instruction are v6K, not v6T2.pbrook2008-10-221-1/+1
* Fix ARMv6t2 strex instructions.pbrook2008-10-221-3/+45
* Fix ARMv6 translation table base address calculation.pbrook2008-10-222-22/+23
* Optimize redundant cp15 coprocessor access control register writes.pbrook2008-10-221-3/+5
* Add GDB XML register description support.pbrook2008-10-111-0/+62
* Fix ARM NEON vdup and vtbl bugs.pbrook2008-09-222-5/+7
* Fix neon encoding comment.pbrook2008-09-211-1/+1
* Add concat_i32_i64 op.pbrook2008-09-211-22/+13
* Fix QADD / QSUB decoding on ARM (Torbjörn Andersson).balrog2008-09-201-1/+1
* Fix some warnings that would be generated by gcc -Wredundant-declsblueswir12008-08-302-6/+1
* ARMv6: fix SIMD add/sub carry flags (Vincent Palatin).balrog2008-07-191-4/+4
* ARM: fix CPS masks (Vincent Palatin).balrog2008-07-191-2/+2
* Fix smlald, smlsld, pkhtp, pkhbt, ssat, usat, umul, smul... (Laurent Desnogues).balrog2008-07-193-18/+21
* Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths2008-07-181-8/+7
* 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-032-3/+3
* Silence compiler warning.ths2008-07-031-0/+2
* ARMv7-M interrupt stack alignment fix.pbrook2008-07-021-1/+1
* Move interrupt_request and user_mode_only to common cpu state.pbrook2008-07-011-4/+0
* Spelling fixes, spotted by Stuart Brady.ths2008-06-301-1/+1
* Move CPU save/load registration to common code.pbrook2008-06-302-2/+2
* Suppress bogus compiler warnings.pbrook2008-06-291-0/+11
* Add instruction counter.pbrook2008-06-292-1/+32
* Mark a dead_tmp as such in ARM msr.balrog2008-06-021-0/+1
* Provide basic emulation for Sharp SL-6000 PDA (Tosa), Dmitry Baryshkov.balrog2008-06-021-0/+1
* Fix typo.pbrook2008-05-301-1/+1
* Move clone() register setup to target specific code. Handle fork-like clone.pbrook2008-05-301-0/+9
* Push common interrupt variables to cpu-defs.h (Glauber Costa)bellard2008-05-291-2/+0
* Implement ARM magic kernel page and TLS register.pbrook2008-05-292-1/+15
* moved halted field to CPU_COMMONbellard2008-05-281-1/+0
* Fix off-by-one unwinding error.pbrook2008-05-251-5/+0
* Fix ARM conditional branch bug.pbrook2008-05-241-29/+25
* Add N810 to allowed -M values, add documentation part for N8x0.balrog2008-05-181-0/+1
* 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
* remove target ifdefs from vl.caurel322008-05-041-0/+213
* Fix incorrect argument types.pbrook2008-05-011-2/+2
* Factorize code in translate.caurel322008-04-281-0/+5
* Remove an unused field and fix some non-code typos.balrog2008-04-202-5/+5
* Correct more ARM VFP 32/64 and signed/unsigned typos.balrog2008-04-202-4/+4
* Save the exact SWI return address in Thumb mode.balrog2008-04-161-1/+1
* Add basic OMAP2 chip support.balrog2008-04-142-0/+8