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
/
x86_64
Age
Commit message (
Expand
)
Author
2008-10-05
Add some missing static and const qualifiers, reg_names only used if NDEBUG set
blueswir1
2008-09-07
TCG: Use x86-64 zero extension instructions.
pbrook
2008-09-07
Implement TCG sign extension ops for x86-64.
pbrook
2008-08-30
Fix some warnings that would be generated by gcc -Wredundant-decls
blueswir1
2008-08-17
Fix some warnings that would be generated by gcc -Wmissing-prototypes
blueswir1
2008-05-25
jump simplification
bellard
2008-05-22
more generic call codegen
bellard
2008-05-11
Add TCG native negation op.
pbrook
2008-05-10
REXB optimization cannot be done at this level
bellard
2008-05-10
fixed qemu_st8 insn - prologue saved too many registers
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-29
Fix compiler warning
blueswir1
2008-02-10
Simplify TCG relocation bugfix.
pbrook
2008-02-03
compare fix
bellard
2008-02-01
TCG code generator
bellard