packing update
[qemu] / tcg /
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
2008-05-18 thsSwitch most MIPS logical and arithmetic instructions...
2008-05-18 blueswir1Fix constant checks on Sparc64 host
2008-05-18 blueswir1Fix TCG alignment problems on Sparc64 host
2008-05-17 bellardadded 'pure' function attribute - fixed indirect functi...
2008-05-17 bellardadded not pseudo op - more _tl macros
2008-05-17 blueswir1Fix qemu_ld/st branches, constification, use orcc for...
2008-05-16 blueswir1Implement qemu_ld/st, fix brcond, handle more corner...
2008-05-15 blueswir1Implement brcond, ldst with large offset; fix direct...
2008-05-15 blueswir1Fix bit fitting checks
2008-05-14 blueswir1Fix compilation on Sparc host, implement ld and st
2008-05-12 bellardtemporary hack to handle register shortage with dyngen...
2008-05-11 pbrookAdd TCG native negation op.
2008-05-11 pbrookAdd zero extension (pseudo-)ops.
2008-05-10 bellardREXB optimization cannot be done at this level
2008-05-10 bellardfixed qemu_st8 insn - prologue saved too many registers
2008-05-10 pbrookFix DEBUG_TCGV.
2008-05-10 blueswir1Rename CONFIG_NO_DYNGEN_OP to CONFIG_DYNGEN_OP to avoid...
2008-05-10 bellardfixed global variable handling with qemu load/stores...
2008-05-06 balrogFix i64 remainder calculation copy-paste error.
2008-05-04 thsAdd helpers and shorthands for mul and muli operations.
2008-05-03 blueswir1Skip register moves when the target and the source...
2008-04-12 aurel32HPPA (PA-RISC) host support
2008-04-11 aurel32Remove osdep.c/qemu-img code duplication
2008-03-31 pbrookARM TCG conversion 9/16.
2008-03-31 pbrookARM TCG conversion 7/16.
2008-03-22 blueswir1 Add TL variants of trunc and ext/extu
2008-03-21 blueswir1 Prepare for op.c removal and zero legacy ops
2008-03-21 blueswir1 Make TCG br op available
2008-03-16 blueswir1 Increase max temps limit
2008-03-16 blueswir1 Add discard_ptr and discard_tl
2008-03-13 blueswir1 Add tcg_const_tl
2008-03-13 blueswir1 Fix i32 memory backed variables on 64-bit host
2008-03-12 aurel32TCG README fixes (Stuart Brady)
2008-03-11 blueswir1 Remove blank elements in tcg_target_reg_alloc_order...
2008-03-08 blueswir1 Add function prologue, fix pointer load on Sparc64...
2008-03-07 blueswir1 Update based on Stuart Brady's comments
2008-03-04 pbrook32-bit host sign extension fix (Juergen Lock).
2008-03-02 blueswir1 Add brcond_tl
2008-02-29 blueswir1 Fix compiler warning
2008-02-29 blueswir1 Fix register references (Igor Kovalenko)
2008-02-27 blueswir1 Preliminary Sparc TCG target
2008-02-25 blueswir1 Fix mixed defines
2008-02-24 blueswir1 More helper types, rearrange generic definitions
2008-02-20 blueswir1 Fix andi, optimize addi and subi zero cases
2008-02-17 blueswir1 Fix typo
2008-02-10 pbrookSimplify TCG relocation bugfix.
2008-02-10 pbrookFix TCG relocation bug (exposed by fault after brcond...
2008-02-04 bellardwin32: suppress alloca() warning
2008-02-04 bellardfixed sign extensions - added explicit side effect...
2008-02-03 bellardcompare fix
2008-02-03 pbrookAdd TCG variable opaque type.
next