aboutsummaryrefslogtreecommitdiffstats
path: root/tcg/x86_64
AgeCommit message (Expand)AuthorFilesLines
2009-03-13tcg/x86_64: add bswap16_i{32,64} and bswap32_i64 opsaurel322-0/+13
2009-03-13tcg: rename bswap_i32/i64 functionsaurel322-6/+6
2009-03-09Implement TCG not ops for x86-64aurel322-0/+12
2009-03-09Implement TCG rotation ops for x86-64aurel322-2/+22
2009-03-08Prune unused TCG_AREGsblueswir11-1/+0
2009-03-07Sparse fixes: truncation by castblueswir11-1/+1
2008-12-13TCG x86/x86-64: use move with zero-extend for loads/storesaurel321-0/+6
2008-10-05Add some missing static and const qualifiers, reg_names only used if NDEBUG setblueswir11-4/+7
2008-09-07TCG: Use x86-64 zero extension instructions.pbrook1-0/+15
2008-09-07Implement TCG sign extension ops for x86-64.pbrook2-0/+27
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir11-9/+1
2008-08-17Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir11-2/+2
2008-05-25jump simplificationbellard1-22/+1
2008-05-22more generic call codegenbellard1-0/+1
2008-05-11Add TCG native negation op.pbrook2-0/+12
2008-05-10REXB optimization cannot be done at this levelbellard1-1/+1
2008-05-10fixed qemu_st8 insn - prologue saved too many registersbellard1-8/+6
2008-05-10fixed global variable handling with qemu load/stores - initial global prologu...bellard1-5/+60
2008-04-12HPPA (PA-RISC) host supportaurel321-1/+2
2008-03-13 Fix i32 memory backed variables on 64-bit hostblueswir11-4/+10
2008-03-11 Remove blank elements in tcg_target_reg_alloc_order[] (Stuart Brady)blueswir11-1/+1
2008-02-29 Fix compiler warningblueswir11-0/+2
2008-02-10Simplify TCG relocation bugfix.pbrook1-1/+1
2008-02-03compare fixbellard1-2/+2
2008-02-01TCG code generatorbellard2-0/+1296