2009-01-04 |
aurel32 | Update FSF address in GPL/LGPL boilerplate |
blob | commitdiff | raw |
2008-11-25 |
aliguori | Use sys-queue.h for break/watchpoint managment (Jan... |
blob | commitdiff | raw | diff to current |
2008-11-18 |
aliguori | Refactor and enhance break/watchpoint API (Jan Kiszka) |
blob | commitdiff | raw | diff to current |
2008-11-17 |
pbrook | TCG variable type checking. |
blob | commitdiff | raw | diff to current |
2008-11-15 |
aurel32 | target-mips: avoid tcg internal error in mfc0/dmfc0 |
blob | commitdiff | raw | diff to current |
2008-11-11 |
aurel32 | Revert commits 5685 to 5688 committed by mistake |
blob | commitdiff | raw | diff to current |
2008-11-11 |
aurel32 | Don't stop translation for mtc0 compare |
blob | commitdiff | raw | diff to current |
2008-11-11 |
aurel32 | target-mips: gen_compute_branch1() |
blob | commitdiff | raw | diff to current |
2008-11-11 |
aurel32 | target-mips: optimize movc*() |
blob | commitdiff | raw | diff to current |
2008-11-11 |
aurel32 | target-mips: optimize gen_farith() |
blob | commitdiff | raw | diff to current |
2008-11-11 |
aurel32 | target-mips: optimize gen_muldiv() |
blob | commitdiff | raw | diff to current |
2008-11-11 |
aurel32 | target-mips: optimize gen_arith()/gen_arith_imm() |
blob | commitdiff | raw | diff to current |
2008-11-11 |
aurel32 | target-mips: convert bit shuffle ops to TCG |
blob | commitdiff | raw | diff to current |
2008-11-11 |
aurel32 | target-mips: convert bitfield ops to TCG |
blob | commitdiff | raw | diff to current |
2008-11-11 |
aurel32 | target-mips: optimize gen_op_addr_add() (2/2) |
blob | commitdiff | raw | diff to current |
2008-11-11 |
aurel32 | target-mips: optimize gen_op_addr_add() (1/2) |
blob | commitdiff | raw | diff to current |
2008-11-11 |
aurel32 | target-mips: optimize gen_save_pc() |
blob | commitdiff | raw | diff to current |
2008-11-11 |
aurel32 | target-mips: fix mft* helpers/call |
blob | commitdiff | raw | diff to current |
2008-11-11 |
aurel32 | target-mips: fix temporary variable freeing in op_ldst_... |
blob | commitdiff | raw | diff to current |
2008-11-04 |
aurel32 | target-mips: use the new rotr/rotri instructions |
blob | commitdiff | raw | diff to current |
2008-09-22 |
ths | Use concet TCG instructions in the MIPS target. |
blob | commitdiff | raw | diff to current |
2008-09-21 |
pbrook | Add concat_i32_i64 op. |
blob | commitdiff | raw | diff to current |
2008-09-18 |
ths | Use TCG registers for most CPU register accesses. |
blob | commitdiff | raw | diff to current |
2008-09-18 |
ths | Move the active FPU registers into env again, and use... |
blob | commitdiff | raw | diff to current |
2008-09-05 |
aurel32 | TCG fixes for target-mips |
blob | commitdiff | raw | diff to current |
2008-08-23 |
aurel32 | MIPS: don't free TCG temporary variable twice |
blob | commitdiff | raw | diff to current |
2008-08-01 |
ths | Delete unused variable. |
blob | commitdiff | raw | diff to current |
2008-07-23 |
ths | Less hardcoding of TARGET_USER_ONLY. |
blob | commitdiff | raw | diff to current |
2008-07-21 |
ths | A bunch of minor code improvements in the MIPS target. |
blob | commitdiff | raw | diff to current |
2008-07-21 |
ths | Fix logging output for MIPS HI, LO registers, by Stefan... |
blob | commitdiff | raw | diff to current |
2008-07-20 |
ths | Simplify conditional FP moves. |
blob | commitdiff | raw | diff to current |
2008-07-18 |
ths | Small cleanup of gen_intermediate_code(_internal),... |
blob | commitdiff | raw | diff to current |
2008-07-09 |
ths | Use temporary registers for the MIPS FPU emulation. |
blob | commitdiff | raw | diff to current |
2008-07-05 |
ths | Fix typo in comment. |
blob | commitdiff | raw | diff to current |
2008-07-01 |
ths | Static'ify some functions, and use standard inline... |
blob | commitdiff | raw | diff to current |
2008-07-01 |
ths | Delete duplicate code. |
blob | commitdiff | raw | diff to current |
2008-06-30 |
ths | Spelling fixes, spotted by Stuart Brady. |
blob | commitdiff | raw | diff to current |
2008-06-30 |
ths | Make bcond and btarget TCG registers. |
blob | commitdiff | raw | diff to current |
2008-06-29 |
ths | Remove unnecessary helper arguments, and fix some typos. |
blob | commitdiff | raw | diff to current |
2008-06-29 |
pbrook | Add missing file. Fix spelling errors. |
blob | commitdiff | raw | diff to current |
2008-06-29 |
pbrook | Add instruction counter. |
blob | commitdiff | raw | diff to current |
2008-06-27 |
ths | Avoid unused input arguments which triggered tcg errors... |
blob | commitdiff | raw | diff to current |
2008-06-27 |
ths | More efficient target register / TC accesses. |
blob | commitdiff | raw | diff to current |
2008-06-24 |
ths | Remove remaining uses of T0 in the MIPS target. |
blob | commitdiff | raw | diff to current |
2008-06-24 |
ths | T1 is now dead. |
blob | commitdiff | raw | diff to current |
2008-06-24 |
ths | Reduce use of fixed registers a bit more. |
blob | commitdiff | raw | diff to current |
2008-06-24 |
ths | Use temporaries instead of fixed registers for some... |
blob | commitdiff | raw | diff to current |
2008-06-23 |
ths | Pass T0/T1 explicitly to helper functions, and clean... |
blob | commitdiff | raw | diff to current |
2008-06-20 |
ths | Convert unaligned load/store to TCG. |
blob | commitdiff | raw | diff to current |
2008-06-20 |
ths | Convert vr54xx multiply instructions to TCG. |
blob | commitdiff | raw | diff to current |
2008-06-19 |
ths | Convert remaining MIPS FP instructions to TCG. |
blob | commitdiff | raw | diff to current |
2008-06-12 |
ths | Switch the standard multiplication instructions to... |
blob | commitdiff | raw | diff to current |
2008-06-12 |
ths | Switch bitfield instructions and assorted special ops... |
blob | commitdiff | raw | diff to current |
2008-06-12 |
ths | TCGify the simplest FP instructions. |
blob | commitdiff | raw | diff to current |
2008-06-12 |
ths | TCGify a few more instructions. |
blob | commitdiff | raw | diff to current |
2008-06-11 |
ths | Call most FP helpers without deroute through op.c |
blob | commitdiff | raw | diff to current |
2008-06-11 |
ths | Switch most MIPS FP load/stores to TCG. |
blob | commitdiff | raw | diff to current |
2008-06-11 |
ths | Avoid gen_opc_buf overflow. |
blob | commitdiff | raw | diff to current |
2008-06-11 |
ths | Free some more temporaries. |
blob | commitdiff | raw | diff to current |
2008-06-11 |
ths | Move FP TNs to cpu env. |
blob | commitdiff | raw | diff to current |
2008-06-10 |
ths | Fix data type mixup, spotted by malc. |
blob | commitdiff | raw | diff to current |
2008-06-09 |
ths | Switch remaining CP0 instructions to TCG or helper... |
blob | commitdiff | raw | diff to current |
2008-06-08 |
ths | Register helper functions. |
blob | commitdiff | raw | diff to current |
2008-06-05 |
ths | Free constant temporaries. |
blob | commitdiff | raw | diff to current |
2008-06-04 |
ths | Explicitly free temporaries. |
blob | commitdiff | raw | diff to current |
2008-06-04 |
ths | Remove the temporaries cache of the MIPS target. |
blob | commitdiff | raw | diff to current |
2008-06-04 |
ths | Fix pointer calculation for MIPS64 targets. |
blob | commitdiff | raw | diff to current |
2008-06-04 |
ths | Delete duplicate code. |
blob | commitdiff | raw | diff to current |
2008-06-02 |
ths | Fix type mismatch. |
blob | commitdiff | raw | diff to current |
2008-06-02 |
ths | Fix argument order. |
blob | commitdiff | raw | diff to current |
2008-06-02 |
ths | Proper sign extensions for 32-bit divisions, spotted... |
blob | commitdiff | raw | diff to current |
2008-05-30 |
ths | Fix for 32-bit MIPS. |
blob | commitdiff | raw | diff to current |
2008-05-29 |
ths | Avoid qemu SIGFPE for MIPS DIV, by Richard Sandiford. |
blob | commitdiff | raw | diff to current |
2008-05-29 |
ths | Fix truncate/extend reversal in MIPS DIV{, U} handling... |
blob | commitdiff | raw | diff to current |
2008-05-29 |
ths | Fix modulus result from MIPS DDIV & avoid overflowing... |
blob | commitdiff | raw | diff to current |
2008-05-28 |
ths | Honour current_tc for MIPS M{T,F}{HI,LO}, by Richard... |
blob | commitdiff | raw | diff to current |
2008-05-24 |
ths | Fix mov[tf].ps handling for MIPS, by Richard Sandiford. |
blob | commitdiff | raw | diff to current |
2008-05-24 |
ths | Un-break MIPS conditional moves, by Richard Sandiford. |
blob | commitdiff | raw | diff to current |
2008-05-24 |
pbrook | Fix ARM conditional branch bug. |
blob | commitdiff | raw | diff to current |
2008-05-23 |
ths | Swithc some MIPS CP0 accesses to TCG. |
blob | commitdiff | raw | diff to current |
2008-05-23 |
ths | Switch MIPS movf/movt to TCG. |
blob | commitdiff | raw | diff to current |
2008-05-22 |
ths | Switch MIPS branch handling to TCG, and clean out point... |
blob | commitdiff | raw | diff to current |
2008-05-21 |
ths | Switch MIPS clo/clz and the condition tests to TCG. |
blob | commitdiff | raw | diff to current |
2008-05-21 |
ths | Switch MIPS movn/movz to TCG. |
blob | commitdiff | raw | diff to current |
2008-05-18 |
ths | Switch most MIPS logical and arithmetic instructions... |
blob | commitdiff | raw | diff to current |
2008-05-18 |
ths | Fix local register cache handling. |
blob | commitdiff | raw | diff to current |
2008-05-07 |
ths | Be more economical with local temporaries. |
blob | commitdiff | raw | diff to current |
2008-05-06 |
ths | Convert some MIPS load/store instructions to TCG. |
blob | commitdiff | raw | diff to current |
2008-05-06 |
ths | Use TCG for MIPS GPR moves. |
blob | commitdiff | raw | diff to current |
2008-05-06 |
ths | Fix MIPS64 branches. Funny how this survived testing. |
blob | commitdiff | raw | diff to current |
2008-05-05 |
aurel32 | Really really revert commit r4343 |
blob | commitdiff | raw | diff to current |
2008-05-05 |
aurel32 | Really revert commit r4343 |
blob | commitdiff | raw | diff to current |
2008-05-05 |
aurel32 | Don't stop translation for mtc0 compare |
blob | commitdiff | raw | diff to current |
2008-05-04 |
ths | Simplify mips branch handling. Retire T2 from use.... |
blob | commitdiff | raw | diff to current |
2008-04-28 |
aurel32 | Factorize code in translate.c |
blob | commitdiff | raw | diff to current |
2008-04-11 |
aurel32 | Remove osdep.c/qemu-img code duplication |
blob | commitdiff | raw | diff to current |
2008-02-12 |
ths | Make MIPS MT implementation more cache friendly. |
blob | commitdiff | raw | diff to current |
2008-02-01 |
bellard | use the TCG code generator |
blob | commitdiff | raw | diff to current |
2007-12-30 |
ths | MIPS COP1X (and related) instructions, by Richard Sandi... |
blob | commitdiff | raw | diff to current |
2007-12-25 |
ths | Support for VR5432, and some of its special instruction... |
blob | commitdiff | raw | diff to current |
next |