Age | Commit message (Expand) | Author |
2008-05-30 | support of long calls for PPC (malc) | bellard |
2008-05-26 | Fix signed/unsigned issues of immediate version of brcond (malc) | bellard |
2008-05-25 | ppc TCG target (malc) | bellard |
2008-05-25 | jump simplification | bellard |
2008-05-25 | jump optimizations | bellard |
2008-05-25 | update | bellard |
2008-05-25 | suppressed unused macro handling | bellard |
2008-05-25 | added local temporaries | bellard |
2008-05-25 | Implement byte swapping accesses | blueswir1 |
2008-05-25 | Fix off-by-one unwinding error. | pbrook |
2008-05-24 | Relax a constraint for qemu_ld64 on ARM host. | balrog |
2008-05-24 | Fix a deadly typo, correct comments. | balrog |
2008-05-24 | Fix ARM host TLB. | pbrook |
2008-05-24 | Implement 64-bit constant loads | blueswir1 |
2008-05-24 | Use sethi and arith functions, fix comment | blueswir1 |
2008-05-24 | Fix stack offsets and alignment | blueswir1 |
2008-05-24 | Define stack offsets | blueswir1 |
2008-05-24 | More TCGv type fixes. | pbrook |
2008-05-24 | Fix ARM conditional branch bug. | pbrook |
2008-05-23 | Comment non-obvious calculation. Don't clobber r3 in qemu_st64. | balrog |
2008-05-23 | A branch insn must not overwrite the branch target before relocation. | balrog |
2008-05-23 | added tcg_temp_free() and improved the handling of constants | bellard |
2008-05-23 | Fix qemu_ld/st for mem_index > 0 on arm host. | balrog |
2008-05-23 | Define TCG_TARGET_CALL_STACK_OFFSET on arm. | balrog |
2008-05-23 | compilation fix | bellard |
2008-05-23 | profiler clean up | bellard |
2008-05-22 | added debug_insn_start debug instruction | bellard |
2008-05-22 | debug output: write helper names | bellard |
2008-05-22 | more generic call codegen | bellard |
2008-05-22 | fixed zero shifts (64 bit case) | bellard |
2008-05-22 | small shift opts | bellard |
2008-05-21 | fixed dead global variable update | bellard |
2008-05-20 | Fix 8-bit signed load/store and a typo. | balrog |
2008-05-20 | Implement neg_i32, clean-up. | balrog |
2008-05-20 | Remove dyngen ARM code, which did't build. | balrog |
2008-05-19 | ARM host support for TCG targets. | balrog |
2008-05-19 | Better solution for the alignment problem | blueswir1 |
2008-05-18 | Switch most MIPS logical and arithmetic instructions to TCG. | ths |
2008-05-18 | Fix constant checks on Sparc64 host | blueswir1 |
2008-05-18 | Fix TCG alignment problems on Sparc64 host | blueswir1 |
2008-05-17 | added 'pure' function attribute - fixed indirect function calls | bellard |
2008-05-17 | added not pseudo op - more _tl macros | bellard |
2008-05-17 | Fix qemu_ld/st branches, constification, use orcc for tst synthetic op | blueswir1 |
2008-05-16 | Implement qemu_ld/st, fix brcond, handle more corner cases | blueswir1 |
2008-05-15 | Implement brcond, ldst with large offset; fix direct jump, prologue | blueswir1 |
2008-05-15 | Fix bit fitting checks | blueswir1 |
2008-05-14 | Fix compilation on Sparc host, implement ld and st | blueswir1 |
2008-05-12 | temporary hack to handle register shortage with dyngen for qemu_st64() | bellard |
2008-05-11 | Add TCG native negation op. | pbrook |
2008-05-11 | Add zero extension (pseudo-)ops. | pbrook |