Make string arrays used to convert numbers to strings when DEBUG_EEPRO100 is enabled...
[qemu] / tcg /
2008-09-22 malcAvoid clobbering input register in qemu_ld64+bswap...
2008-09-21 blueswir1Add concat32_i64 and concat_tl_i64 ops
2008-09-21 pbrookAdd concat_i32_i64 op.
2008-09-14 blueswir1Display TCGCond name in tcg dumper (original patch...
2008-09-13 blueswir1Use 64 bit loads for tlb addend only if addend size...
2008-09-13 blueswir1Fix stack alignment on Sparc32 host
2008-09-07 pbrookTCG: Use x86-64 zero extension instructions.
2008-09-07 pbrookImplement TCG sign extension ops for x86-64.
2008-09-05 aurel32Revert "TCG: enable debug"
2008-09-05 aurel32TCG: enable debug
2008-08-30 blueswir1Fix some warnings that would be generated by gcc -Wredu...
2008-08-21 malcRelax qemu_ld/st constraints for !SOFTMMU case
2008-08-20 malcRelax qemu_ld/st constraints for !SOFTMMU case
2008-08-20 malcAvoid clobbering input/aliased registers in !SOFTMMU...
2008-08-20 malcClear the upper 32 bits of addr_reg in TARGET_LONG_BITS...
2008-08-20 malcMove tcg_out_tlb_read into #ifdef CONFIG_SOFTMMU block...
2008-08-17 blueswir1Fix some warnings that would be generated by gcc -Wmiss...
2008-08-17 blueswir1Fix 64 bit constant generation
2008-08-17 blueswir1Fix 32 bit address overflow
2008-08-17 blueswir1Restore AREG0 after calls
2008-08-16 blueswir1Sparc code generator update (fix qemu_ld & qemu_st)
2008-08-15 blueswir1Sparc code generator update
2008-08-03 malcAccount for MacOS X ABI reserved space in linkage area...
2008-08-03 malcPreliminary MacOS X on PPC32 support
2008-07-29 malcOn ppc32 make tb_set_jmp_target1 behave like it does...
2008-07-28 malcImmediate versions of some operations
2008-07-28 malcDo not try handle "special" arguments of and/or/xor...
2008-07-28 malcSet the L field of CMP[L][I] when dealing with 64 bit...
2008-07-28 malcFix preprocessor guard condition
2008-07-28 malcRemove leftover from previous way to load 64 bit constants
2008-07-27 malcSpecial-case some paths inside tcg_out_tlb_read
2008-07-27 malcFix the opcode value of LWA
2008-07-26 blueswir1Try to avoid glibc global register mangling, again
2008-07-26 malcRelax memory operations constraints
2008-07-26 malcFix qemu_ld64 constraint list
2008-07-26 malcUse proper offset for LR save slot
2008-07-26 malcReduce amount of space reserved for tb jump
2008-07-26 malcFix and improve 64 bit immediate loading
2008-07-26 malcFix EXTSW arguments
2008-07-24 malcUse proper value for TCG_TARGET_CALL_STACK_OFFSET
2008-07-24 malcEmit and use adhoc function descriptor for code_gen_pro...
2008-07-23 malcRemove neg_i32 debugging leftover
2008-07-23 malcProvide extNs_M instructions
2008-07-23 malcRemove stray "i" from mul_i64
2008-07-23 malcPreliminary PPC64/Linux host support
2008-07-07 bellard64 bit signed comparison fix (Juergen Lock)
2008-07-07 blueswir1Fix 64 bit constant generation
2008-07-03 malcFuse EQ and NE handling in tcg_out_brcond2
2008-07-03 malcMask LL portion of B to 24 bits in tcg_out_b (Thanks...
2008-06-29 pbrookSuppress bogus compiler warnings.
2008-06-23 malcAccording to gcc-4.3.0/gcc/config/rs6000/crtsavres...
2008-06-23 malcShuffle contents of tcg_target_reg_alloc_order
2008-06-18 malcSave LR into proper place on callers stack frame
2008-06-12 malcReimplement brcond2 and refactor brcond
2008-06-11 thsAllocate register pair for 64-bit registers on 32-bit...
2008-06-10 malcRemove stray variable
2008-06-09 malcUse rem/div[u]_i32 drop div[u]2_i32
2008-06-09 malcEmit trampolines manually in prologue
2008-06-09 malcFix test for signed div fast path
2008-06-09 malcFix div[u]2.
2008-06-07 malcPPC TCG Fixes
2008-06-07 thsAllocate a register pair instead of a single register.
2008-06-03 thsSpelling fixes, by Stefan Weil.
2008-05-30 bellardsupport of long calls for PPC (malc)
2008-05-26 bellardFix signed/unsigned issues of immediate version of...
2008-05-25 bellardppc TCG target (malc)
2008-05-25 bellardjump simplification
2008-05-25 bellardjump optimizations
2008-05-25 bellardupdate
2008-05-25 bellardsuppressed unused macro handling
2008-05-25 bellardadded local temporaries
2008-05-25 blueswir1Implement byte swapping accesses
2008-05-25 pbrookFix off-by-one unwinding error.
2008-05-24 balrogRelax a constraint for qemu_ld64 on ARM host.
2008-05-24 balrogFix a deadly typo, correct comments.
2008-05-24 pbrookFix ARM host TLB.
2008-05-24 blueswir1Implement 64-bit constant loads
2008-05-24 blueswir1Use sethi and arith functions, fix comment
2008-05-24 blueswir1Fix stack offsets and alignment
2008-05-24 blueswir1Define stack offsets
2008-05-24 pbrookMore TCGv type fixes.
2008-05-24 pbrookFix ARM conditional branch bug.
2008-05-23 balrogComment non-obvious calculation. Don't clobber r3...
2008-05-23 balrogA branch insn must not overwrite the branch target...
2008-05-23 bellardadded tcg_temp_free() and improved the handling of...
2008-05-23 balrogFix qemu_ld/st for mem_index > 0 on arm host.
2008-05-23 balrogDefine TCG_TARGET_CALL_STACK_OFFSET on arm.
2008-05-23 bellardcompilation fix
2008-05-23 bellardprofiler clean up
2008-05-22 bellardadded debug_insn_start debug instruction
2008-05-22 bellarddebug output: write helper names
2008-05-22 bellardmore generic call codegen
2008-05-22 bellardfixed zero shifts (64 bit case)
2008-05-22 bellardsmall shift opts
2008-05-21 bellardfixed dead global variable update
2008-05-20 balrogFix 8-bit signed load/store and a typo.
2008-05-20 balrogImplement neg_i32, clean-up.
2008-05-20 balrogRemove dyngen ARM code, which did't build.
2008-05-19 balrogARM host support for TCG targets.
2008-05-19 blueswir1Better solution for the alignment problem
next