]> git.proxmox.com Git - qemu.git/history - tcg/x86_64/tcg-target.c
Remove TLB from userspace
[qemu.git] / tcg / x86_64 / tcg-target.c
2010-03-12 Paul BrookRemove TLB from userspace
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-06 Richard Hendersontcg-x86_64: implement setcond
2010-01-15 Richard Hendersontcg/x86_64: Avoid unnecessary REX.B prefixes.
2010-01-14 Richard Hendersontcg/x86_64: Special-case all 32-bit AND operands.
2009-11-24 Aurelien Jarnotcg/ppc64,x86_64: fix constraints of op_qemu_st64
2009-10-04 Aurelien Jarnotcg/x86_64: add support for ext{8,16,32}u_i{32,64}...
2009-09-27 Aurelien Jarnotcg/x86_64: generated dec/inc instead of sub/add when...
2009-09-10 malcX86_64: Use proper jumps/calls when displacement exceed...
2009-07-17 Paul BrookUserspace guest address offsetting
2009-04-05 aurel32tcg/x86_64: optimize register allocation order
2009-03-13 aurel32tcg/x86_64: add bswap16_i{32,64} and bswap32_i64 ops
2009-03-13 aurel32tcg: rename bswap_i32/i64 functions
2009-03-09 aurel32Implement TCG not ops for x86-64
2009-03-09 aurel32Implement TCG rotation ops for x86-64
2009-03-07 blueswir1Sparse fixes: truncation by cast
2008-12-13 aurel32TCG x86/x86-64: use move with zero-extend for loads...
2008-10-05 blueswir1Add some missing static and const qualifiers, reg_names...
2008-09-07 pbrookTCG: Use x86-64 zero extension instructions.
2008-09-07 pbrookImplement TCG sign extension ops for x86-64.
2008-08-30 blueswir1Fix some warnings that would be generated by gcc -Wredu...
2008-08-17 blueswir1Fix some warnings that would be generated by gcc -Wmiss...
2008-05-25 bellardjump simplification
2008-05-11 pbrookAdd TCG native negation op.
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 bellardfixed global variable handling with qemu load/stores...
2008-04-12 aurel32HPPA (PA-RISC) host support
2008-03-13 blueswir1 Fix i32 memory backed variables on 64-bit host
2008-03-11 blueswir1 Remove blank elements in tcg_target_reg_alloc_order...
2008-02-29 blueswir1 Fix compiler warning
2008-02-10 pbrookSimplify TCG relocation bugfix.
2008-02-03 bellardcompare fix
2008-02-01 bellardTCG code generator