xilinx: Add OPB timer.
[qemu] / tcg /
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
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...
next