summaryrefslogtreecommitdiff
path: root/tcg/i386/tcg-target.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-17Userspace guest address offsettingJuan Quintela1-1/+1
2009-07-17Userspace guest address offsettingPaul Brook1-16/+20
2009-03-13tcg/x86: add bswap16_i32 opsaurel321-0/+6
2009-03-13tcg: rename bswap_i32/i64 functionsaurel321-2/+2
2009-03-10tcg/x86: add not/neg/extu/bswap/rot i32 opsaurel321-1/+40
2008-12-14tcg: kill two warningsaurel321-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-5/+8
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir11-9/+2
2008-07-0764 bit signed comparison fix (Juergen Lock)bellard1-4/+4
2008-05-25jump optimizationsbellard1-31/+9
2008-05-10fixed global variable handling with qemu load/stores - initial global prologu...bellard1-1/+51
2008-04-12HPPA (PA-RISC) host supportaurel321-1/+2
2008-03-13 Fix i32 memory backed variables on 64-bit hostblueswir11-4/+4
2008-03-11 Remove blank elements in tcg_target_reg_alloc_order[] (Stuart Brady)blueswir11-1/+1
2008-02-10Simplify TCG relocation bugfix.pbrook1-1/+1
2008-02-03compare fixbellard1-3/+3
2008-02-01TCG code generatorbellard1-0/+1163