]> git.proxmox.com Git - mirror_qemu.git/history - tcg/tcg-op.h
ppc TCG target (malc)
[mirror_qemu.git] / tcg / tcg-op.h
2008-05-25 bellardsuppressed unused macro handling
2008-05-24 pbrookMore TCGv type fixes.
2008-05-24 pbrookFix ARM conditional branch bug.
2008-05-23 bellardadded tcg_temp_free() and improved the handling of...
2008-05-22 bellardadded debug_insn_start debug instruction
2008-05-22 bellardsmall shift opts
2008-05-18 thsSwitch most MIPS logical and arithmetic instructions...
2008-05-17 bellardadded not pseudo op - more _tl macros
2008-05-11 pbrookAdd TCG native negation op.
2008-05-11 pbrookAdd zero extension (pseudo-)ops.
2008-05-10 pbrookFix DEBUG_TCGV.
2008-05-10 blueswir1Rename CONFIG_NO_DYNGEN_OP to CONFIG_DYNGEN_OP to avoid...
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-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 Add discard_ptr and discard_tl
2008-03-13 blueswir1 Add tcg_const_tl
2008-03-04 pbrook32-bit host sign extension fix (Juergen Lock).
2008-03-02 blueswir1 Add brcond_tl
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-04 bellardfixed sign extensions - added explicit side effect...
2008-02-03 pbrookAdd TCG variable opaque type.
2008-02-01 bellardTCG code generator