- 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
- 024589f Remove unused gen_bx_T0 function. by Filip Navara · 16 years ago
- 21aeb34 fix ARMv7 data processing instructions by Juha Riihimäki · 16 years ago
- e9bb4aa fix ARMv7 data processing instructions by Juha Riihimäki · 16 years ago
- 1b530a6 Add new command line option -singlestep for tcg single stepping. by aurel32 · 16 years ago
- cbbccff Fix ARM quadword VDUP (core register). by pbrook · 16 years ago
- 66896cb tcg: rename bswap_i32/i64 functions by aurel32 · 16 years ago
- 8fec2b8 global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) by aliguori · 16 years ago
- 93fcfe3 Convert references to logfile/loglevel to use qemu_log*() macros by aliguori · 16 years ago
- fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
- fe1479c Implement (very) basic Thumb2-EE support. This doesn't actually implement by pbrook · 16 years ago
- 644ad80 Fix VFP fixed point conversion routines. by pbrook · 16 years ago
- 955a7dd ARM: fix smmul and smmla/smmls usage of registers (Mans Rullgard). by balrog · 16 years ago
- ded9d29 ARM: fix usad8 and usada8 usage of registers (Mans Rullgard). by balrog · 16 years ago
- 4cc633c Patch holes in ARM translation (Laurent Desnogues). by balrog · 16 years ago
- aaf2d97 ARM: cosmetics (Laurent Desnogues). by balrog · 16 years ago
- c0ce998 Use sys-queue.h for break/watchpoint managment (Jan Kiszka) by aliguori · 16 years ago
- bfa50bc Remove premature memop TB terminations (Jan Kiszka) by aliguori · 16 years ago
- a1d1bb3 Refactor and enhance break/watchpoint API (Jan Kiszka) by aliguori · 16 years ago
- a7812ae TCG variable type checking. by pbrook · 16 years ago
- c9fb531 VFP fnmsc negative zero fix. by pbrook · 16 years ago
- b1d8e52 Fix undeclared symbol warnings from sparse by blueswir1 · 16 years ago
- a47f43d Additional exclusive load/store instruction are v6K, not v6T2. by pbrook · 16 years ago
- 8675340 Fix ARMv6t2 strex instructions. by pbrook · 16 years ago
- 3018f25 Fix ARM NEON vdup and vtbl bugs. by pbrook · 16 years ago
- e4b3861 Fix neon encoding comment. by pbrook · 16 years ago
- 36aa55d Add concat_i32_i64 op. by pbrook · 16 years ago
- b40d035 Fix QADD / QSUB decoding on ARM (Torbjörn Andersson). by balrog · 16 years ago
- 79383c9 Fix some warnings that would be generated by gcc -Wredundant-decls by blueswir1 · 16 years ago
- 7997d92 ARM: fix CPS masks (Vincent Palatin). by balrog · 17 years ago
- 22478e7 Fix smlald, smlsld, pkhtp, pkhbt, ssat, usat, umul, smul... (Laurent Desnogues). by balrog · 17 years ago
- 2cfc5f1 Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues. by ths · 17 years ago
- d60bb01 Terminate TB immediately after v7-M exception return. by pbrook · 17 years ago
- 551bd27 Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka. by ths · 17 years ago
- 06e80fc Silence compiler warning. by ths · 17 years ago
- bf20dc0 Spelling fixes, spotted by Stuart Brady. by ths · 17 years ago
- a50f5b9 Suppress bogus compiler warnings. by pbrook · 17 years ago
- 2e70f6e Add instruction counter. by pbrook · 17 years ago
- a60de94 Mark a dead_tmp as such in ARM msr. by balrog · 17 years ago
- fbb4a2e Implement ARM magic kernel page and TLS register. by pbrook · 17 years ago
- cb63669 Fix ARM conditional branch bug. Add tcg_gen_brcondi. by pbrook · 17 years ago
- 4aa9aca Remove arm's local not_i32 tcg op now that there's one in tcg. by balrog · 17 years ago
- 390efc5 Add TCG native negation op. by pbrook · 17 years ago
- 8683143 Add zero extension (pseudo-)ops. by pbrook · 17 years ago
- d2856f1 Factorize code in translate.c by aurel32 · 17 years ago
- 601d70b Remove an unused field and fix some non-code typos. by balrog · 17 years ago
- 66230e0 Correct more ARM VFP 32/64 and signed/unsigned typos. by balrog · 17 years ago
- 422ebf6 Save the exact SWI return address in Thumb mode. by balrog · 17 years ago
- e22f8f3 Correctly restore pc after an exception occured in Thumb mode. by balrog · 17 years ago
- 5b340b5 Fix ARM VFP related segfaults. by balrog · 17 years ago
- 6a0d8a1 Fix the offset in Thumb bl instruction. by balrog · 17 years ago
- 2637a3b Set an unset label in ARM strex. by balrog · 17 years ago
- 72f1c62 Fix ARM and Thumb ldlex/stlex. by balrog · 17 years ago
- 6c95676 Store the right TCG temp (typo). by balrog · 17 years ago
- 6fbe23d ARM N=Z=1 flag fix. by pbrook · 17 years ago
- e677137 ARM TCG conversion 15/16. by pbrook · 17 years ago
- ad69471 ARM TCG conversion 14/16. by pbrook · 17 years ago
- 8f8e3aa ARM TCG conversion 13/16. by pbrook · 17 years ago
- 8984bd2 ARM TCG conversion 12/16. by pbrook · 17 years ago
- 5e3f878 ARM TCG conversion 11/16. by pbrook · 17 years ago
- 4373f3c ARM TCG conversion 10/16. by pbrook · 17 years ago
- b010980 ARM TCG conversion 9/16. by pbrook · 17 years ago
- d9ba483 ARM TCG conversion 8/16. by pbrook · 17 years ago
- 6ddbc6e ARM TCG conversion 7/16. by pbrook · 17 years ago
- 3670669 ARM TCG conversion 6/16. by pbrook · 17 years ago
- 8f01245 ARM TCG conversion 5/16. by pbrook · 17 years ago
- 1497c96 ARM TCG conversion 4/16. by pbrook · 17 years ago
- 9a119ff ARM TCG conversion 3/16. by pbrook · 17 years ago
- f51bbbf ARM TCG conversion 2/16. by pbrook · 17 years ago
- b26eefb ARM TCG conversion 1/16. by pbrook · 17 years ago
- 57fec1f use the TCG code generator by bellard · 17 years ago
- e160c51 Fix msr_mask. by pbrook · 17 years ago
- 9ee6e8b ARMv7 support. by pbrook · 17 years ago
- 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
- 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
- ce62e5b Fix tb->size mishandling, by Daniel Jacobowitz. by ths · 17 years ago
- 2e23213 Special-case iWMMXt register transfer insns, which are in ARM LDC2/STC2 class. by balrog · 17 years ago
- 3952477 Fix "blx lr" (Lauro Venancio). by pbrook · 18 years ago
- 7a774c8 Use the same offset for all STR and STM instructions that store r15, as specified in ARM ARM (patch from Chris McNett). by balrog · 18 years ago
- a90b731 Implement power state changes (IDLE and SLEEP) for PXA. by balrog · 18 years ago
- 18c9b56 Implement iwMMXt instruction set for the PXA270 cpu. by balrog · 18 years ago
- c171313 Core features of ARM XScale processors. Main PXA270 and PXA255 peripherals. by balrog · 18 years ago
- 687fa64 Random bug fixes from code inspection, by Wang Cheng Yeh. by ths · 18 years ago
- 5fd4686 ARM register index+writeback fix (Lauro Ramos Venancio). by pbrook · 18 years ago
- 6658ffb Watchpoint support (previous commit got eaten by Savannah server crash). by pbrook · 18 years ago
- 18acad9 ARM doubleword post-modify fix (Daniel Jacobowitz). by pbrook · 18 years ago
- a94a6ab Fix ARM VFP debugging dumps. by pbrook · 18 years ago
- 191f9a9 ARM postincrememnt addressing fix. by pbrook · 19 years ago
- 159f366 ARM undefined instruction execution (Jason Wessel) by bellard · 19 years ago
- 358bf29 Thumb prefetch abort fix. by pbrook · 19 years ago
- 40f137e Add Arm926 core support. by pbrook · 19 years ago
- 2ae23e7 Fix Arm msr spsr bug. by pbrook · 19 years ago
- 3aa22b4 Fix Thumb variable shift condition code bug. by pbrook · 19 years ago
- 191abaa Fix Arm interrupted ldm bug. by pbrook · 19 years ago
- 06c949e Implement Arm BKPT instruction. by pbrook · 19 years ago
- 68998c5 cpu_reset() fix (Paul Brook) by bellard · 19 years ago
- ee09718 Arm mulxy insn fix (Paul Brook) by bellard · 19 years ago
- 9332f9d ARM CPU suspend/halt (Paul Brook) by bellard · 19 years ago
- b5ff1b3 ARM system emulation (Paul Brook) by bellard · 19 years ago
- 173d6cf cpu_exec_init() change by bellard · 19 years ago