]> git.proxmox.com Git - qemu.git/history - tcg/tcg-op.h
monitor: fix build breakage with --disable-vnc
[qemu.git] / tcg / tcg-op.h
2011-06-15 Michael S. TsirkinMerge remote-tracking branch 'origin/master' into pci
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'alon/pull-libcacard-1...
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2011-06-10 Edgar E. IglesiasMerge remote branch 'rth/axp-next' into alpha-merge
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'qmp/for-anthony' into...
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'jvrao/for-anthony' into...
2011-06-03 Peter Maydelltcg: If DEBUG_TCGV, distinguish TCGv_ptr from TCGv_i32...
2011-06-03 Peter Maydelltcg/tcg-op.h: Fix prototypes for ld/st functions on...
2011-02-01 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-01-31 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-21 Aurelien JarnoMerge branch 'usb.4' of git://anongit.freedesktop.org...
2011-01-20 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-20 Richard Hendersontcg: Define "deposit" as an optional operation.
2010-12-02 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-12-01 Richard Hendersontcg: Fix default definition of divu_i32 and remu_i32.
2010-06-16 Richard Hendersontcg: Optionally sign-extend 32-bit arguments for 64...
2010-06-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-28 Richard Hendersontcg: Use INDEX_op_qemu_ld32 for 32-bit results.
2010-03-26 Richard Hendersontcg: Disambiguate qemu_ld32u with 32-bit and 64-bit...
2010-03-26 Richard Hendersontcg: Allow target-specific implementation of NOR.
2010-03-26 Richard Hendersontcg: Allow target-specific implementation of NAND.
2010-03-26 Richard Hendersontcg: Allow target-specific implementation of EQV.
2010-03-26 Richard Hendersontcg: Use not_i32 to implement not_i64.
2010-03-26 Richard Hendersontcg: Change TCGType to an enumeration.
2010-03-26 Richard Hendersontcg: Use TCGCond where appropriate.
2010-03-26 Richard Hendersontcg: Name the opcode enumeration.
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-14 Aurelien Jarnotcg: declare internal helpers as const and pure
2010-03-14 Aurelien Jarnotcg: add div/rem 32-bit helpers
2010-02-22 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-02-20 Richard Hendersontcg: Optional target implementation of ORC.
2010-02-20 Richard Hendersontcg: Optional target implementation of ANDC.
2010-02-13 Blue SwirlMerge branch 'for_anthony' of git://git.kernel.org...
2010-02-08 Anthony LiguoriMerge remote branch 'linux-user/linux-user-for-upstream...
2010-02-08 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging-tmp
2010-02-08 Aurelien Jarnotcg: move setcond* ops to non-optional section
2010-02-08 Aurelien Jarnotcg: add setcondi pseudo-op
2010-02-06 Richard Hendersontcg: generic support for conditional set
2009-10-04 Aurelien Jarnotcg: add ext{8,16,32}u_i{32,64} TCG ops
2009-09-16 Stefan Weiltcg: fix size of local variables in tcg_gen_bswap64_i64
2009-07-18 Aurelien Jarnotcg: Fix tcg_gen_rotr_i64
2009-03-29 aurel32tcg: fix _tl aliases for divu/remu
2009-03-29 aurel32tcg: add _tl aliases for div/divu/rem/remu
2009-03-13 aurel32tcg: add _tl aliases to bswap16/32/64 TCG ops
2009-03-13 aurel32tcg: add bswap16_i64 and bswap32_i64 TCG ops
2009-03-13 aurel32tcg: optimize tcg_gen_bswap16_i32
2009-03-13 aurel32tcg: rename bswap_i32/i64 functions
2009-03-11 aurel32tcg: fix commit r6805
2009-03-10 aurel32tcg: optimize logical operations
2009-03-10 aurel32Fix tcg after commit 6800
2009-03-10 aurel32tcg: use TCGV_EQUAL_I{32,64}
2009-03-09 aurel32tcg: optimize nor(X, Y, Y), used on PPC for not(X, Y)
2009-03-09 aurel32Implement TCG not ops for x86-64
2009-03-09 aurel32Implement TCG rotation ops for x86-64
2009-02-09 aurel32Fix DEBUG_TCGV compile error.
2009-01-01 aurel32tcg_temp_local_new should take no parameter
2008-12-13 blueswir1Remove unnecessary trailing newlines
2008-12-07 aurel32Some cleanups after dyngen removal
2008-12-07 blueswir1Some fixes for TCG debugging
2008-11-17 pbrookTCG variable type checking.
2008-11-03 pbrookFix rotri_i64 typo.
2008-11-03 aurel32tcg-ops.h: add rotl/rotli and rotr/rotri TCG instructions
2008-11-03 aurel32tcg-op.h: reorder _i64 instructions common to 32- and...
2008-11-02 pbrook64-bit target subfi fix.
2008-11-02 aurel32tcg-ops.h: add a subfi wrapper
2008-11-02 aurel32tcg-ops.h: _i64 TCG immediate instructions cleanup
2008-10-21 aurel32TCG: add tcg_const_local_tl()
2008-10-21 aurel32TCG: add logical operations found on alpha and powerpc...
2008-09-23 pbrookFix tcg_gen_concat32_i64 on 64-bit hosts.
2008-09-21 blueswir1Add concat32_i64 and concat_tl_i64 ops
2008-09-21 pbrookAdd concat_i32_i64 op.
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