Age | Commit message (Expand) | Author | Files | Lines |
2008-11-30 | target-ppc: remove unused file op_mem_access.h | aurel32 | 1 | -148/+0 |
2008-11-30 | target-ppc: use ldl/ldub/stl/stub for load/store in op_helper.c | aurel32 | 1 | -130/+11 |
2008-11-30 | target-ppc: convert PPC 440 instructions to TCG | aurel32 | 5 | -36/+26 |
2008-11-30 | target-ppc: convert return from interrupt instructions to TCG | aurel32 | 5 | -101/+47 |
2008-11-30 | target-ppc: convert external load/store instructions to TCG | aurel32 | 3 | -144/+13 |
2008-11-30 | target-ppc: convert load/store with reservation instructions to TCG | aurel32 | 2 | -264/+72 |
2008-11-30 | target-ppc: convert lscbx instruction to TCG | aurel32 | 6 | -122/+53 |
2008-11-30 | target-ppc: convert load/store string instructions to TCG | aurel32 | 6 | -203/+135 |
2008-11-30 | target-ppc: convert icbi instruction to TCG | aurel32 | 6 | -63/+31 |
2008-11-30 | target-ppc: convert dcbz instruction to TCG | aurel32 | 7 | -360/+55 |
2008-11-30 | target-ppc: convert load/store multiple instructions to TCG | aurel32 | 6 | -142/+78 |
2008-11-30 | target-ppc: convert wait instruction to TCG | aurel32 | 3 | -12/+3 |
2008-11-30 | target-ppc: convert mfrom instruction to TCG | aurel32 | 4 | -20/+11 |
2008-11-30 | target-ppc: remove dead code from op.c | aurel32 | 1 | -6/+0 |
2008-11-30 | Common cpu_loop_exit prototype | aurel32 | 1 | -1/+0 |
2008-11-30 | target-ppc: convert software TLB instructions to TCG | aurel32 | 5 | -42/+36 |
2008-11-27 | target-ppc: convert POWER2 load/store instructions to TCG | aurel32 | 5 | -163/+68 |
2008-11-27 | target-ppc: convert SPE load/store to TCG | aurel32 | 5 | -570/+330 |
2008-11-27 | target-ppc: simplify evsplati and evsplatfi | aurel32 | 1 | -16/+4 |
2008-11-25 | Use sys-queue.h for break/watchpoint managment (Jan Kiszka) | aliguori | 1 | -2/+2 |
2008-11-24 | target-ppc: convert trap instructions to TCG | aurel32 | 5 | -43/+32 |
2008-11-24 | target-ppc: convert altivec load/store to TCG | aurel32 | 4 | -116/+45 |
2008-11-23 | target-ppc: convert FPU load/store to TCG | aurel32 | 4 | -216/+159 |
2008-11-23 | target-ppc: fix access_type usage | aurel32 | 1 | -36/+38 |
2008-11-23 | target-ppc: include the instruction name in load/store handlers name | aurel32 | 1 | -59/+59 |
2008-11-23 | target-ppc: convert SPE FP ops to TCG | aurel32 | 5 | -1007/+681 |
2008-11-22 | target-ppc: remove declaration of removed function from op_helper.h | aurel32 | 1 | -61/+0 |
2008-11-22 | target-ppc: convert exceptions generation to TCG | aurel32 | 7 | -65/+75 |
2008-11-19 | target-ppc: fix TCG type errors introduced in r5754 | aurel32 | 1 | -15/+16 |
2008-11-19 | target-ppc: convert fp ops to TCG | aurel32 | 6 | -636/+550 |
2008-11-18 | Refactor and enhance break/watchpoint API (Jan Kiszka) | aliguori | 1 | -3/+4 |
2008-11-18 | Refactor translation block CPU state handling (Jan Kiszka) | aliguori | 1 | -0/+8 |
2008-11-18 | Convert CPU_PC_FROM_TB to static inline (Jan Kiszka) | aliguori | 1 | -2/+6 |
2008-11-18 | target-ppc: fix regression introduced by commit 5729 | aurel32 | 1 | -1/+1 |
2008-11-17 | TCG variable type checking. | pbrook | 4 | -348/+337 |
2008-11-16 | Attached patch fixes a series of this warning | blueswir1 | 1 | -1/+1 |
2008-11-10 | target-ppc: convert most SPE integer instructions to TCG | aurel32 | 5 | -471/+602 |
2008-11-09 | target-ppc: fix TCG argument | aurel32 | 1 | -1/+1 |
2008-11-09 | target-ppc: Remove a few TCG temp variable leaks | aurel32 | 1 | -9/+19 |
2008-11-09 | target-ppc: fixes for gen_op_neg() | aurel32 | 1 | -15/+14 |
2008-11-09 | target-ppc: gen_op_arith_divw() & gen_op_arith_divd fixes | aurel32 | 1 | -39/+23 |
2008-11-09 | target-ppc: optimize mullw and make the code more readable | aurel32 | 1 | -12/+1 |
2008-11-09 | target-ppc: indentation fixes | aurel32 | 1 | -5/+4 |
2008-11-08 | target-ppc: fix tcg fatal error on i386 host | aurel32 | 2 | -1/+14 |
2008-11-07 | target-ppc: fix flags computation for tcg_gen_qemu_st | aurel32 | 1 | -7/+7 |
2008-11-03 | target-ppc: use the new rotr/rotri instructions | aurel32 | 1 | -59/+47 |
2008-11-02 | target-ppc: use the new subfi wrapper | aurel32 | 1 | -8/+4 |
2008-11-02 | target-ppc: simplify slw, srw, sld, srd | aurel32 | 1 | -12/+8 |
2008-11-02 | target-ppc: be more consistent with temp variables naming | aurel32 | 1 | -74/+74 |
2008-11-02 | target-ppc: fix srw on 64-bit targets | aurel32 | 1 | -3/+5 |