2008-06-29 |
pbrook | Suppress bogus compiler warnings. |
tree | commitdiff |
2008-06-23 |
malc | According to gcc-4.3.0/gcc/config/rs6000/crtsavres... |
tree | commitdiff |
2008-06-23 |
malc | Shuffle contents of tcg_target_reg_alloc_order |
tree | commitdiff |
2008-06-18 |
malc | Save LR into proper place on callers stack frame |
tree | commitdiff |
2008-06-12 |
malc | Reimplement brcond2 and refactor brcond |
tree | commitdiff |
2008-06-11 |
ths | Allocate register pair for 64-bit registers on 32-bit... |
tree | commitdiff |
2008-06-10 |
malc | Remove stray variable |
tree | commitdiff |
2008-06-09 |
malc | Use rem/div[u]_i32 drop div[u]2_i32 |
tree | commitdiff |
2008-06-09 |
malc | Emit trampolines manually in prologue |
tree | commitdiff |
2008-06-09 |
malc | Fix test for signed div fast path |
tree | commitdiff |
2008-06-09 |
malc | Fix div[u]2. |
tree | commitdiff |
2008-06-07 |
malc | PPC TCG Fixes |
tree | commitdiff |
2008-06-07 |
ths | Allocate a register pair instead of a single register. |
tree | commitdiff |
2008-06-03 |
ths | Spelling fixes, by Stefan Weil. |
tree | commitdiff |
2008-05-30 |
bellard | support of long calls for PPC (malc) |
tree | commitdiff |
2008-05-26 |
bellard | Fix signed/unsigned issues of immediate version of... |
tree | commitdiff |
2008-05-25 |
bellard | ppc TCG target (malc) |
tree | commitdiff |
2008-05-25 |
bellard | jump simplification |
tree | commitdiff |
2008-05-25 |
bellard | jump optimizations |
tree | commitdiff |
2008-05-25 |
bellard | update |
tree | commitdiff |
2008-05-25 |
bellard | suppressed unused macro handling |
tree | commitdiff |
2008-05-25 |
bellard | added local temporaries |
tree | commitdiff |
2008-05-25 |
blueswir1 | Implement byte swapping accesses |
tree | commitdiff |
2008-05-25 |
pbrook | Fix off-by-one unwinding error. |
tree | commitdiff |
2008-05-24 |
balrog | Relax a constraint for qemu_ld64 on ARM host. |
tree | commitdiff |
2008-05-24 |
balrog | Fix a deadly typo, correct comments. |
tree | commitdiff |
2008-05-24 |
pbrook | Fix ARM host TLB. |
tree | commitdiff |
2008-05-24 |
blueswir1 | Implement 64-bit constant loads |
tree | commitdiff |
2008-05-24 |
blueswir1 | Use sethi and arith functions, fix comment |
tree | commitdiff |
2008-05-24 |
blueswir1 | Fix stack offsets and alignment |
tree | commitdiff |
2008-05-24 |
blueswir1 | Define stack offsets |
tree | commitdiff |
2008-05-24 |
pbrook | More TCGv type fixes. |
tree | commitdiff |
2008-05-24 |
pbrook | Fix ARM conditional branch bug. |
tree | commitdiff |
2008-05-23 |
balrog | Comment non-obvious calculation. Don't clobber r3... |
tree | commitdiff |
2008-05-23 |
balrog | A branch insn must not overwrite the branch target... |
tree | commitdiff |
2008-05-23 |
bellard | added tcg_temp_free() and improved the handling of... |
tree | commitdiff |
2008-05-23 |
balrog | Fix qemu_ld/st for mem_index > 0 on arm host. |
tree | commitdiff |
2008-05-23 |
balrog | Define TCG_TARGET_CALL_STACK_OFFSET on arm. |
tree | commitdiff |
2008-05-23 |
bellard | compilation fix |
tree | commitdiff |
2008-05-23 |
bellard | profiler clean up |
tree | commitdiff |
2008-05-22 |
bellard | added debug_insn_start debug instruction |
tree | commitdiff |
2008-05-22 |
bellard | debug output: write helper names |
tree | commitdiff |
2008-05-22 |
bellard | more generic call codegen |
tree | commitdiff |
2008-05-22 |
bellard | fixed zero shifts (64 bit case) |
tree | commitdiff |
2008-05-22 |
bellard | small shift opts |
tree | commitdiff |
2008-05-21 |
bellard | fixed dead global variable update |
tree | commitdiff |
2008-05-20 |
balrog | Fix 8-bit signed load/store and a typo. |
tree | commitdiff |
2008-05-20 |
balrog | Implement neg_i32, clean-up. |
tree | commitdiff |
2008-05-20 |
balrog | Remove dyngen ARM code, which did't build. |
tree | commitdiff |
2008-05-19 |
balrog | ARM host support for TCG targets. |
tree | commitdiff |
2008-05-19 |
blueswir1 | Better solution for the alignment problem |
tree | commitdiff |
2008-05-18 |
ths | Switch most MIPS logical and arithmetic instructions... |
tree | commitdiff |
2008-05-18 |
blueswir1 | Fix constant checks on Sparc64 host |
tree | commitdiff |
2008-05-18 |
blueswir1 | Fix TCG alignment problems on Sparc64 host |
tree | commitdiff |
2008-05-17 |
bellard | added 'pure' function attribute - fixed indirect functi... |
tree | commitdiff |
2008-05-17 |
bellard | added not pseudo op - more _tl macros |
tree | commitdiff |
2008-05-17 |
blueswir1 | Fix qemu_ld/st branches, constification, use orcc for... |
tree | commitdiff |
2008-05-16 |
blueswir1 | Implement qemu_ld/st, fix brcond, handle more corner... |
tree | commitdiff |
2008-05-15 |
blueswir1 | Implement brcond, ldst with large offset; fix direct... |
tree | commitdiff |
2008-05-15 |
blueswir1 | Fix bit fitting checks |
tree | commitdiff |
2008-05-14 |
blueswir1 | Fix compilation on Sparc host, implement ld and st |
tree | commitdiff |
2008-05-12 |
bellard | temporary hack to handle register shortage with dyngen... |
tree | commitdiff |
2008-05-11 |
pbrook | Add TCG native negation op. |
tree | commitdiff |
2008-05-11 |
pbrook | Add zero extension (pseudo-)ops. |
tree | commitdiff |
2008-05-10 |
bellard | REXB optimization cannot be done at this level |
tree | commitdiff |
2008-05-10 |
bellard | fixed qemu_st8 insn - prologue saved too many registers |
tree | commitdiff |
2008-05-10 |
pbrook | Fix DEBUG_TCGV. |
tree | commitdiff |
2008-05-10 |
blueswir1 | Rename CONFIG_NO_DYNGEN_OP to CONFIG_DYNGEN_OP to avoid... |
tree | commitdiff |
2008-05-10 |
bellard | fixed global variable handling with qemu load/stores... |
tree | commitdiff |
2008-05-06 |
balrog | Fix i64 remainder calculation copy-paste error. |
tree | commitdiff |
2008-05-04 |
ths | Add helpers and shorthands for mul and muli operations. |
tree | commitdiff |
2008-05-03 |
blueswir1 | Skip register moves when the target and the source... |
tree | commitdiff |
2008-04-12 |
aurel32 | HPPA (PA-RISC) host support |
tree | commitdiff |
2008-04-11 |
aurel32 | Remove osdep.c/qemu-img code duplication |
tree | commitdiff |
2008-03-31 |
pbrook | ARM TCG conversion 9/16. |
tree | commitdiff |
2008-03-31 |
pbrook | ARM TCG conversion 7/16. |
tree | commitdiff |
2008-03-22 |
blueswir1 | Add TL variants of trunc and ext/extu |
tree | commitdiff |
2008-03-21 |
blueswir1 | Prepare for op.c removal and zero legacy ops |
tree | commitdiff |
2008-03-21 |
blueswir1 | Make TCG br op available |
tree | commitdiff |
2008-03-16 |
blueswir1 | Increase max temps limit |
tree | commitdiff |
2008-03-16 |
blueswir1 | Add discard_ptr and discard_tl |
tree | commitdiff |
2008-03-13 |
blueswir1 | Add tcg_const_tl |
tree | commitdiff |
2008-03-13 |
blueswir1 | Fix i32 memory backed variables on 64-bit host |
tree | commitdiff |
2008-03-12 |
aurel32 | TCG README fixes (Stuart Brady) |
tree | commitdiff |
2008-03-11 |
blueswir1 | Remove blank elements in tcg_target_reg_alloc_order... |
tree | commitdiff |
2008-03-08 |
blueswir1 | Add function prologue, fix pointer load on Sparc64... |
tree | commitdiff |
2008-03-07 |
blueswir1 | Update based on Stuart Brady's comments |
tree | commitdiff |
2008-03-04 |
pbrook | 32-bit host sign extension fix (Juergen Lock). |
tree | commitdiff |
2008-03-02 |
blueswir1 | Add brcond_tl |
tree | commitdiff |
2008-02-29 |
blueswir1 | Fix compiler warning |
tree | commitdiff |
2008-02-29 |
blueswir1 | Fix register references (Igor Kovalenko) |
tree | commitdiff |
2008-02-27 |
blueswir1 | Preliminary Sparc TCG target |
tree | commitdiff |
2008-02-25 |
blueswir1 | Fix mixed defines |
tree | commitdiff |
2008-02-24 |
blueswir1 | More helper types, rearrange generic definitions |
tree | commitdiff |
2008-02-20 |
blueswir1 | Fix andi, optimize addi and subi zero cases |
tree | commitdiff |
2008-02-17 |
blueswir1 | Fix typo |
tree | commitdiff |
2008-02-10 |
pbrook | Simplify TCG relocation bugfix. |
tree | commitdiff |
2008-02-10 |
pbrook | Fix TCG relocation bug (exposed by fault after brcond... |
tree | commitdiff |
2008-02-04 |
bellard | win32: suppress alloca() warning |
tree | commitdiff |
2008-02-04 |
bellard | fixed sign extensions - added explicit side effect... |
tree | commitdiff |
next |