aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-2/+2
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Remove unused gen_bx_T0 function.Filip Navara2009-06-241-8/+0
* fix ARMv7 data processing instructionsJuha Riihimäki2009-05-151-13/+26
* fix ARMv7 data processing instructionsJuha Riihimäki2009-05-151-77/+111
* Add new command line option -singlestep for tcg single stepping.aurel322009-04-051-0/+1
* Fix ARM quadword VDUP (core register).pbrook2009-03-171-4/+6
* tcg: rename bswap_i32/i64 functionsaurel322009-03-131-6/+6
* global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori2009-01-151-1/+1
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-151-4/+4
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Implement (very) basic Thumb2-EE support. This doesn't actually implementpbrook2008-12-191-0/+75
* Fix VFP fixed point conversion routines.pbrook2008-12-191-8/+12
* ARM: fix smmul and smmla/smmls usage of registers (Mans Rullgard).balrog2008-12-071-3/+3
* ARM: fix usad8 and usada8 usage of registers (Mans Rullgard).balrog2008-12-071-3/+3
* Patch holes in ARM translation (Laurent Desnogues).balrog2008-12-071-2/+4
* ARM: cosmetics (Laurent Desnogues).balrog2008-12-071-29/+1
* Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori2008-11-251-2/+2
* 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
* TCG variable type checking.pbrook2008-11-171-102/+116
* VFP fnmsc negative zero fix.pbrook2008-11-031-2/+2
* Fix undeclared symbol warnings from sparseblueswir12008-10-261-1/+1
* Additional exclusive load/store instruction are v6K, not v6T2.pbrook2008-10-221-1/+1
* Fix ARMv6t2 strex instructions.pbrook2008-10-221-3/+45
* Fix ARM NEON vdup and vtbl bugs.pbrook2008-09-221-4/+6
* 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-301-4/+1
* ARM: fix CPS masks (Vincent Palatin).balrog2008-07-191-2/+2
* Fix smlald, smlsld, pkhtp, pkhbt, ssat, usat, umul, smul... (Laurent Desnogues).balrog2008-07-191-13/+18
* 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-031-2/+2
* Silence compiler warning.ths2008-07-031-0/+2
* Spelling fixes, spotted by Stuart Brady.ths2008-06-301-1/+1
* Suppress bogus compiler warnings.pbrook2008-06-291-0/+11
* Add instruction counter.pbrook2008-06-291-1/+30
* Mark a dead_tmp as such in ARM msr.balrog2008-06-021-0/+1
* 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