summaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2009-03-13tcg/x86_64: add bswap16_i{32,64} and bswap32_i64 opsaurel322-0/+13
2009-03-13tcg/x86: add bswap16_i32 opsaurel322-0/+7
2009-03-13tcg: update README wrt recent bswap changesaurel321-6/+7
2009-03-13tcg: add _tl aliases to bswap16/32/64 TCG opsaurel321-0/+5
2009-03-13tcg: add bswap16_i64 and bswap32_i64 TCG opsaurel322-0/+64
2009-03-13tcg: optimize tcg_gen_bswap16_i32aurel321-8/+5
2009-03-13tcg: allow bswap16_i32 to be implemented by TCG backendsaurel321-0/+3
2009-03-13tcg: rename bswap_i32/i64 functionsaurel329-26/+26
2009-03-11tcg: move {not,neg}_i{32,64} definitions at the right placeaurel321-7/+7
2009-03-11tcg: fix commit r6805aurel321-18/+6
2009-03-10tcg-arm: fix qemu_ld64aurel321-2/+7
2009-03-10tcg: update TODOaurel321-2/+1
2009-03-10tcg/x86: add not/neg/extu/bswap/rot i32 opsaurel322-1/+48
2009-03-10tcg: optimize logical operationsaurel321-50/+60
2009-03-10Fix tcg after commit 6800aurel322-3/+4
2009-03-10tcg: use TCGV_EQUAL_I{32,64}aurel321-11/+11
2009-03-10tcg: define TCGV_EQUAL_I{32,64}aurel321-0/+3
2009-03-09tcg: optimize nor(X, Y, Y), used on PPC for not(X, Y)aurel321-10/+18
2009-03-09Implement TCG not ops for x86-64aurel324-0/+26
2009-03-09tcg: don't define TCG rotation ops if they are not supportedaurel321-0/+4
2009-03-09Implement TCG rotation ops for x86-64aurel324-4/+56
2009-03-08Prune unused TCG_AREGsblueswir17-9/+0
2009-03-07Sparse fixes: truncation by castblueswir11-1/+1
2009-02-11TCG: remove obsolete old_op_count profiler fieldblueswir12-3/+0
2009-02-11Add missing r24..r26 to callee save registersmalc1-0/+5
2009-02-11Add missing r24..r26 to calle save registersmalc1-0/+5
2009-02-10Add "static"blueswir12-3/+1
2009-02-09Fix DEBUG_TCGV compile error.aurel321-1/+1
2009-01-26R13 is reserved for small data area pointer by SVR4 PPC ABImalc1-0/+5
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori1-2/+2
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori1-4/+4
2009-01-14Remove all traces of __powerpc__malc1-1/+1
2009-01-03tcg: remove tcg_global_reg2_new_hack()aurel322-39/+0
2009-01-03TCG: Fix documentation of qemu_ld/st opsaurel321-11/+11
2009-01-01tcg_temp_local_new should take no parameteraurel321-2/+2
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc2-2/+2
2008-12-14tcg: kill two warningsaurel322-2/+2
2008-12-13TCG x86/x86-64: use move with zero-extend for loads/storesaurel322-0/+12
2008-12-13Remove unnecessary trailing newlinesblueswir12-2/+0
2008-12-13Fix TARGET_LONG_BITS warning in TCGblueswir11-0/+1
2008-12-10Introduce and use cache-utils.[ch]malc3-42/+1
2008-12-07Fix 64-bit targets compilation on ARM host.balrog1-6/+6
2008-12-07Some cleanups after dyngen removalaurel322-13/+8
2008-12-07Some cleanups after dyngen removalaurel325-503/+38
2008-12-07Some fixes for TCG debuggingblueswir13-7/+7
2008-12-07Remove a few dyngen and dyngen related codeaurel321-17/+4
2008-12-01arm: Don't potentially overwrite input registers in add2, sub2.balrog1-4/+13
2008-12-01Don't rely on ARM tcg_out_goto() generating just a single insn.balrog1-8/+13
2008-12-01Use libgcc __clear_cache to clean icache, when available.balrog1-0/+5
2008-11-29Fix alignment of 64bit argsmalc1-1/+2