index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tcg
/
i386
Age
Commit message (
Expand
)
Author
2010-03-26
tcg: Disambiguate qemu_ld32u with 32-bit and 64-bit outputs.
Richard Henderson
2010-03-26
tcg: Allow target-specific implementation of NOR.
Richard Henderson
2010-03-26
tcg: Allow target-specific implementation of NAND.
Richard Henderson
2010-03-26
tcg: Allow target-specific implementation of EQV.
Richard Henderson
2010-03-26
tcg: Use TCGCond where appropriate.
Richard Henderson
2010-03-26
tcg: Name the opcode enumeration.
Richard Henderson
2010-03-26
remove remaining occurrences AREG[1-9] and TCG_AREG[1-9]
Paolo Bonzini
2010-03-14
tcg: add div/rem 32-bit helpers
Aurelien Jarno
2010-03-12
Remove TLB from userspace
Paul Brook
2010-02-20
tcg: Add comments for all optional instructions not implemented.
Richard Henderson
2010-02-06
tcg-i386: Implement setcond.
Richard Henderson
2010-02-06
tcg-i386: Implement small forward branches.
Richard Henderson
2009-11-14
tcg/i386: remove duplicate sar opcode
Magnus Damm
2009-10-04
tcg/i386: add support for ext{8,16}u_i32 TCG ops
Aurelien Jarno
2009-09-27
tcg/i386: generates dec/inc instead of sub/add when possible
Aurelien Jarno
2009-09-27
tcg/i386: optimize and $0xff(ff), reg
Aurelien Jarno
2009-07-17
Userspace guest address offsetting
Juan Quintela
2009-07-17
Userspace guest address offsetting
Paul Brook
2009-03-13
tcg/x86: add bswap16_i32 ops
aurel32
2009-03-13
tcg: rename bswap_i32/i64 functions
aurel32
2009-03-10
tcg/x86: add not/neg/extu/bswap/rot i32 ops
aurel32
2009-03-08
Prune unused TCG_AREGs
blueswir1
2008-12-14
tcg: kill two warnings
aurel32
2008-12-13
TCG x86/x86-64: use move with zero-extend for loads/stores
aurel32
2008-10-05
Add some missing static and const qualifiers, reg_names only used if NDEBUG set
blueswir1
2008-08-30
Fix some warnings that would be generated by gcc -Wredundant-decls
blueswir1
2008-07-07
64 bit signed comparison fix (Juergen Lock)
bellard
2008-05-25
jump optimizations
bellard
2008-05-22
more generic call codegen
bellard
2008-05-10
fixed global variable handling with qemu load/stores - initial global prologu...
bellard
2008-04-12
HPPA (PA-RISC) host support
aurel32
2008-03-13
Fix i32 memory backed variables on 64-bit host
blueswir1
2008-03-11
Remove blank elements in tcg_target_reg_alloc_order[] (Stuart Brady)
blueswir1
2008-02-10
Simplify TCG relocation bugfix.
pbrook
2008-02-03
compare fix
bellard
2008-02-01
TCG code generator
bellard