Age | Commit message (Expand) | Author | Files | Lines |
2008-12-07 | ARM: fix smmul and smmla/smmls usage of registers (Mans Rullgard). | balrog | 1 | -3/+3 |
2008-12-07 | ARM: fix usad8 and usada8 usage of registers (Mans Rullgard). | balrog | 1 | -3/+3 |
2008-12-07 | Patch holes in ARM translation (Laurent Desnogues). | balrog | 1 | -2/+4 |
2008-12-07 | ARM: cosmetics (Laurent Desnogues). | balrog | 1 | -29/+1 |
2008-11-30 | Common cpu_loop_exit prototype | aurel32 | 1 | -2/+0 |
2008-11-25 | Use sys-queue.h for break/watchpoint managment (Jan Kiszka) | aliguori | 1 | -2/+2 |
2008-11-18 | Remove premature memop TB terminations (Jan Kiszka) | aliguori | 1 | -6/+0 |
2008-11-18 | Refactor and enhance break/watchpoint API (Jan Kiszka) | aliguori | 1 | -4/+5 |
2008-11-18 | Refactor translation block CPU state handling (Jan Kiszka) | aliguori | 1 | -0/+13 |
2008-11-18 | Convert CPU_PC_FROM_TB to static inline (Jan Kiszka) | aliguori | 1 | -2/+6 |
2008-11-17 | TCG variable type checking. | pbrook | 3 | -602/+533 |
2008-11-03 | VFP fnmsc negative zero fix. | pbrook | 1 | -2/+2 |
2008-10-26 | Fix undeclared symbol warnings from sparse | blueswir1 | 2 | -2/+2 |
2008-10-22 | Additional exclusive load/store instruction are v6K, not v6T2. | pbrook | 1 | -1/+1 |
2008-10-22 | Fix ARMv6t2 strex instructions. | pbrook | 1 | -3/+45 |
2008-10-22 | Fix ARMv6 translation table base address calculation. | pbrook | 2 | -22/+23 |
2008-10-22 | Optimize redundant cp15 coprocessor access control register writes. | pbrook | 1 | -3/+5 |
2008-10-11 | Add GDB XML register description support. | pbrook | 1 | -0/+62 |
2008-09-22 | Fix ARM NEON vdup and vtbl bugs. | pbrook | 2 | -5/+7 |
2008-09-21 | Fix neon encoding comment. | pbrook | 1 | -1/+1 |
2008-09-21 | Add concat_i32_i64 op. | pbrook | 1 | -22/+13 |
2008-09-20 | Fix QADD / QSUB decoding on ARM (Torbjörn Andersson). | balrog | 1 | -1/+1 |
2008-08-30 | Fix some warnings that would be generated by gcc -Wredundant-decls | blueswir1 | 2 | -6/+1 |
2008-07-19 | ARMv6: fix SIMD add/sub carry flags (Vincent Palatin). | balrog | 1 | -4/+4 |
2008-07-19 | ARM: fix CPS masks (Vincent Palatin). | balrog | 1 | -2/+2 |
2008-07-19 | Fix smlald, smlsld, pkhtp, pkhbt, ssat, usat, umul, smul... (Laurent Desnogues). | balrog | 3 | -18/+21 |
2008-07-18 | Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues. | ths | 1 | -8/+7 |
2008-07-11 | Terminate TB immediately after v7-M exception return. | pbrook | 1 | -0/+2 |
2008-07-03 | Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka. | ths | 2 | -3/+3 |
2008-07-03 | Silence compiler warning. | ths | 1 | -0/+2 |
2008-07-02 | ARMv7-M interrupt stack alignment fix. | pbrook | 1 | -1/+1 |
2008-07-01 | Move interrupt_request and user_mode_only to common cpu state. | pbrook | 1 | -4/+0 |
2008-06-30 | Spelling fixes, spotted by Stuart Brady. | ths | 1 | -1/+1 |
2008-06-30 | Move CPU save/load registration to common code. | pbrook | 2 | -2/+2 |
2008-06-29 | Suppress bogus compiler warnings. | pbrook | 1 | -0/+11 |
2008-06-29 | Add instruction counter. | pbrook | 2 | -1/+32 |
2008-06-02 | Mark a dead_tmp as such in ARM msr. | balrog | 1 | -0/+1 |
2008-06-02 | Provide basic emulation for Sharp SL-6000 PDA (Tosa), Dmitry Baryshkov. | balrog | 1 | -0/+1 |
2008-05-30 | Fix typo. | pbrook | 1 | -1/+1 |
2008-05-30 | Move clone() register setup to target specific code. Handle fork-like clone. | pbrook | 1 | -0/+9 |
2008-05-29 | Push common interrupt variables to cpu-defs.h (Glauber Costa) | bellard | 1 | -2/+0 |
2008-05-29 | Implement ARM magic kernel page and TLS register. | pbrook | 2 | -1/+15 |
2008-05-28 | moved halted field to CPU_COMMON | bellard | 1 | -1/+0 |
2008-05-25 | Fix off-by-one unwinding error. | pbrook | 1 | -5/+0 |
2008-05-24 | Fix ARM conditional branch bug. | pbrook | 1 | -29/+25 |
2008-05-18 | Add N810 to allowed -M values, add documentation part for N8x0. | balrog | 1 | -0/+1 |
2008-05-17 | Remove arm's local not_i32 tcg op now that there's one in tcg. | balrog | 1 | -6/+0 |
2008-05-11 | Add TCG native negation op. | pbrook | 1 | -7/+1 |
2008-05-11 | Add zero extension (pseudo-)ops. | pbrook | 1 | -9/+9 |
2008-05-04 | remove target ifdefs from vl.c | aurel32 | 1 | -0/+213 |