- 4e6f6d4 ARM back-end: Fix encode_imm by Laurent Desnogues · 16 years ago
- 94953e6 ARM back-end: Handle all possible immediates for ALU ops by Laurent Desnogues · 16 years ago
- f878d2d ARM back-end: Add TCG not by Laurent Desnogues · 16 years ago
- e2542fe rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN by Juan Quintela · 16 years ago
- 092c73e rename DEBUG_TCG to CONFIG_DEBUG_TCG by Juan Quintela · 16 years ago
- dfe5fff change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION} by Juan Quintela · 16 years ago
- 871e6c3 Fix CONFIG_PROFILER by Blue Swirl · 16 years ago
- a71836d Fix rbase initialization by malc · 16 years ago
- cb4e581 this patch improves the ARM back-end in the following way: by Laurent Desnogues · 16 years ago
- d9885a0 tcg: Fix tcg_gen_rotr_i64 by Aurelien Jarno · 16 years ago
- f6548c0 PPC 32/64 GUEST_BASE support by malc · 16 years ago
- 4f4a67a Fix LHZX opcode value by malc · 16 years ago
- adea819 Userspace guest address offsetting by Juan Quintela · 16 years ago
- 379f669 Userspace guest address offsetting by Paul Brook · 16 years ago
- 2d69f35 ARM host fixes by Paul Brook · 16 years ago
- 5561650 Include assert.h from qemu-common.h by Paul Brook · 16 years ago
- cca8298 tcg: make sure NDEBUG is defined before including <assert.h> by aurel32 · 16 years ago
- f839394 Add a --enable-debug-tcg option to configure by aurel32 · 16 years ago
- 2ffebe2 Remove reserved registers from tcg_target_reg_alloc_order by malc · 16 years ago
- 9de187a Whack [LS]MW by malc · 16 years ago
- e23f2f3 Remove reserved registers from tcg_target_reg_alloc_order by malc · 16 years ago
- 3e00b3f tcg/tcg.h: fix a few typos by aurel32 · 16 years ago
- b9c18f5 tcg: add a CONST flag to TCG helpers by aurel32 · 16 years ago
- 34d5a9f tcg: improve comment about pure functions by aurel32 · 16 years ago
- 79d342d tcg/x86_64: optimize register allocation order by aurel32 · 16 years ago
- 1da92db Fix branches and TLB matches for 64 bit targets by blueswir1 · 16 years ago
- f843e52 Allocate space for static call args, increase stack frame size on Sparc64 by blueswir1 · 16 years ago
- 864951a tcg: fix _tl aliases for divu/remu by aurel32 · 16 years ago
- ab36421 tcg: add _tl aliases for div/divu/rem/remu by aurel32 · 16 years ago
- 604457d tcg/README: fix description of bswap32_i32/i64 by aurel32 · 16 years ago
- 86dbdd4 tcg/x86_64: add bswap16_i{32,64} and bswap32_i64 ops by aurel32 · 16 years ago
- 5d40cd6 tcg/x86: add bswap16_i32 ops by aurel32 · 16 years ago
- 4ad4ce1 tcg: update README wrt recent bswap changes by aurel32 · 16 years ago
- 911d79b tcg: add _tl aliases to bswap16/32/64 TCG ops by aurel32 · 16 years ago
- 9a5c57f tcg: add bswap16_i64 and bswap32_i64 TCG ops by aurel32 · 16 years ago
- dfa1a3f tcg: optimize tcg_gen_bswap16_i32 by aurel32 · 16 years ago
- 84aafb0 tcg: allow bswap16_i32 to be implemented by TCG backends by aurel32 · 16 years ago
- 66896cb tcg: rename bswap_i32/i64 functions by aurel32 · 16 years ago
- 0dd0dd5 tcg: move {not,neg}_i{32,64} definitions at the right place by aurel32 · 16 years ago
- e510508 tcg: fix commit r6805 by aurel32 · 16 years ago
- 419bafa tcg-arm: fix qemu_ld64 by aurel32 · 16 years ago
- 506bfcb tcg: update TODO by aurel32 · 16 years ago
- 9619376 tcg/x86: add not/neg/extu/bswap/rot i32 ops by aurel32 · 16 years ago
- 7fc8105 tcg: optimize logical operations by aurel32 · 16 years ago
- 43e860e Fix tcg after commit 6800 by aurel32 · 16 years ago
- fe75bcf tcg: use TCGV_EQUAL_I{32,64} by aurel32 · 16 years ago
- 44e6acb tcg: define TCGV_EQUAL_I{32,64} by aurel32 · 16 years ago
- c29d0de tcg: optimize nor(X, Y, Y), used on PPC for not(X, Y) by aurel32 · 16 years ago
- d260428 Implement TCG not ops for x86-64 by aurel32 · 16 years ago
- f31e937 tcg: don't define TCG rotation ops if they are not supported by aurel32 · 16 years ago
- d42f183 Implement TCG rotation ops for x86-64 by aurel32 · 16 years ago
- e63d7ab Prune unused TCG_AREGs by blueswir1 · 16 years ago
- 9e622b1 Sparse fixes: truncation by cast by blueswir1 · 16 years ago
- 9c22bc6 TCG: remove obsolete old_op_count profiler field by blueswir1 · 16 years ago
- 095271d Add missing r24..r26 to callee save registers by malc · 16 years ago
- eb2eb1d Add missing r24..r26 to calle save registers by malc · 16 years ago
- 2edd089 Add "static" by blueswir1 · 16 years ago
- a747723 Fix DEBUG_TCGV compile error. by aurel32 · 16 years ago
- 5db3ee7 R13 is reserved for small data area pointer by SVR4 PPC ABI by malc · 16 years ago
- 8fec2b8 global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) by aliguori · 16 years ago
- 93fcfe3 Convert references to logfile/loglevel to use qemu_log*() macros by aliguori · 16 years ago
- e58ffeb Remove all traces of __powerpc__ by malc · 16 years ago
- 5d04f23 tcg: remove tcg_global_reg2_new_hack() by aurel32 · 16 years ago
- f53bca1 TCG: Fix documentation of qemu_ld/st ops by aurel32 · 16 years ago
- df9247b tcg_temp_local_new should take no parameter by aurel32 · 16 years ago
- b1503cd Use the ARRAY_SIZE() macro where appropriate. by malc · 16 years ago
- 3e9a474 tcg: kill two warnings by aurel32 · 16 years ago
- 9db3ba4 TCG x86/x86-64: use move with zero-extend for loads/stores by aurel32 · 16 years ago
- 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
- 7a3a514 Fix TARGET_LONG_BITS warning in TCG by blueswir1 · 16 years ago
- 902b3d5 Introduce and use cache-utils.[ch] by malc · 16 years ago
- aef3a28 Fix 64-bit targets compilation on ARM host. by balrog · 16 years ago
- 54604f7 Some cleanups after dyngen removal by aurel32 · 16 years ago
- 49516bc Some cleanups after dyngen removal by aurel32 · 16 years ago
- a810a2d Some fixes for TCG debugging by blueswir1 · 16 years ago
- 86e840e Remove a few dyngen and dyngen related code by aurel32 · 16 years ago
- 0c9c3a9 arm: Don't potentially overwrite input registers in add2, sub2. by balrog · 16 years ago
- fe33867 Don't rely on ARM tcg_out_goto() generating just a single insn. by balrog · 16 years ago
- 3233f0d Use libgcc __clear_cache to clean icache, when available. by balrog · 16 years ago
- ebd486d Fix alignment of 64bit args by malc · 16 years ago
- b29fe3e Preliminary AIX support by malc · 16 years ago
- a7812ae TCG variable type checking. by pbrook · 16 years ago
- 2946898 Rename misnamed BACK_CHAIN_OFFSET to LR_OFFSET by malc · 16 years ago
- 8421d9e Avoid compiler warning by malc · 16 years ago
- 828808f Fix alignment problem with some 64bit load/store instructions by malc · 16 years ago
- 0c5f3c8 Mention output overlaps. by pbrook · 16 years ago
- de3526b Fix rotri_i64 typo. by pbrook · 16 years ago
- 1582457 tcg-ops.h: add rotl/rotli and rotr/rotri TCG instructions by aurel32 · 16 years ago
- f02bb95 tcg-op.h: reorder _i64 instructions common to 32- and 64-bit targets by aurel32 · 16 years ago
- 10460c8 64-bit target subfi fix. by pbrook · 16 years ago
- 0045734 tcg-ops.h: add a subfi wrapper by aurel32 · 16 years ago
- 6359706 tcg-ops.h: _i64 TCG immediate instructions cleanup by aurel32 · 16 years ago
- b1d8e52 Fix undeclared symbol warnings from sparse by blueswir1 · 16 years ago
- bdffd4a TCG: add tcg_const_local_tl() by aurel32 · 16 years ago
- f24cb33 TCG: add logical operations found on alpha and powerpc processors by aurel32 · 16 years ago
- d4a9eb1 Add some missing static and const qualifiers, reg_names only used if NDEBUG set by blueswir1 · 16 years ago
- 3ee1b85 Optimize 64 bit bswap by malc · 16 years ago
- 88422e2 Fix tcg_gen_concat32_i64 on 64-bit hosts. by pbrook · 16 years ago
- f8edcba Avoid clobbering input register in qemu_ld64+bswap+useronly case by malc · 16 years ago
- 945ca82 Add concat32_i64 and concat_tl_i64 ops by blueswir1 · 16 years ago