aboutsummaryrefslogtreecommitdiff
path: root/target-arm/translate.c
AgeCommit message (Expand)Author
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-06-24Remove unused gen_bx_T0 function.Filip Navara
2009-05-15fix ARMv7 data processing instructionsJuha Riihimäki
2009-05-15fix ARMv7 data processing instructionsJuha Riihimäki
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel32
2009-03-17Fix ARM quadword VDUP (core register).pbrook
2009-03-13tcg: rename bswap_i32/i64 functionsaurel32
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-12-19Implement (very) basic Thumb2-EE support. This doesn't actually implementpbrook
2008-12-19Fix VFP fixed point conversion routines.pbrook
2008-12-07ARM: fix smmul and smmla/smmls usage of registers (Mans Rullgard).balrog
2008-12-07ARM: fix usad8 and usada8 usage of registers (Mans Rullgard).balrog
2008-12-07Patch holes in ARM translation (Laurent Desnogues).balrog
2008-12-07ARM: cosmetics (Laurent Desnogues).balrog
2008-11-25Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori
2008-11-18Remove premature memop TB terminations (Jan Kiszka)aliguori
2008-11-18Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori
2008-11-17TCG variable type checking.pbrook
2008-11-03VFP fnmsc negative zero fix.pbrook
2008-10-26Fix undeclared symbol warnings from sparseblueswir1
2008-10-22Additional exclusive load/store instruction are v6K, not v6T2.pbrook
2008-10-22Fix ARMv6t2 strex instructions.pbrook
2008-09-22Fix ARM NEON vdup and vtbl bugs.pbrook
2008-09-21Fix neon encoding comment.pbrook
2008-09-21Add concat_i32_i64 op.pbrook
2008-09-20Fix QADD / QSUB decoding on ARM (Torbjörn Andersson).balrog
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir1
2008-07-19ARM: fix CPS masks (Vincent Palatin).balrog
2008-07-19Fix smlald, smlsld, pkhtp, pkhbt, ssat, usat, umul, smul... (Laurent Desnogues).balrog
2008-07-18Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths
2008-07-11Terminate TB immediately after v7-M exception return.pbrook
2008-07-03Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka.ths
2008-07-03Silence compiler warning.ths
2008-06-30Spelling fixes, spotted by Stuart Brady.ths
2008-06-29Suppress bogus compiler warnings.pbrook
2008-06-29Add instruction counter.pbrook
2008-06-02Mark a dead_tmp as such in ARM msr.balrog
2008-05-29Implement ARM magic kernel page and TLS register.pbrook
2008-05-24Fix ARM conditional branch bug.pbrook
2008-05-17Remove arm's local not_i32 tcg op now that there's one in tcg.balrog
2008-05-11Add TCG native negation op.pbrook
2008-05-11Add zero extension (pseudo-)ops.pbrook
2008-04-28Factorize code in translate.caurel32
2008-04-20Remove an unused field and fix some non-code typos.balrog
2008-04-20Correct more ARM VFP 32/64 and signed/unsigned typos.balrog
2008-04-16Save the exact SWI return address in Thumb mode.balrog
2008-04-14Correctly restore pc after an exception occured in Thumb mode.balrog
2008-04-14Fix ARM VFP related segfaults.balrog