aboutsummaryrefslogtreecommitdiffstats
path: root/exec-all.h
AgeCommit message (Expand)AuthorFilesLines
2008-07-29On ppc32 make tb_set_jmp_target1 behave like it does on a ppc64malc1-35/+0
2008-07-23Preliminary PPC64/Linux host supportmalc1-0/+5
2008-07-18Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths1-2/+2
2008-07-03Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka.ths1-2/+2
2008-06-30Spelling fixes, spotted by Stuart Brady.ths1-1/+1
2008-06-29Add instruction counter.pbrook1-6/+27
2008-06-07Multithreaded locking fixes.pbrook1-211/+1
2008-06-07PPC TCG Fixesmalc1-15/+20
2008-06-03Spelling fixes, by Stefan Weil.ths1-1/+1
2008-05-30support of long calls for PPC (malc)bellard1-3/+14
2008-05-30kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit hostbellard1-0/+6
2008-05-28variable dynamic translation buffer sizebellard1-35/+2
2008-05-27qemu-nbd tool (Anthony Liguori)bellard1-1/+1
2008-05-19ARM host support for TCG targets.balrog1-1/+17
2008-05-12removed unused codebellard1-3/+0
2008-05-10Fix compiler warnings in common filesblueswir11-11/+11
2008-05-09Make a safer guess for max generated ops per guest insn (spotted by Jan Kiszka).edgar_igl1-1/+1
2008-05-06Make the paged properties of the tb-jmp-cache hash function work for TARGET_P...edgar_igl1-3/+3
2008-05-05Revert commit r4342 and r4343, wasn't intended to be committedaurel321-1/+1
2008-05-05Disable debug code for production.aurel321-1/+1
2008-04-28Factorize code in translate.caurel321-0/+3
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel321-1/+1
2008-04-22Revert "Use correct types to enable > 2G support" (r4238), it isaurel321-1/+1
2008-04-22Use correct types to enable > 2G support, based on a patch fromaurel321-1/+1
2008-03-31TCG op size estimation fix.pbrook1-0/+6
2008-03-28Use spinlock_t for interrupt_lock, lock support for HPPA (Stuart Brady)aurel321-5/+52
2008-02-03Fix opparam_buf size estimate.pbrook1-1/+3
2008-02-01use the TCG code generatorbellard1-50/+5
2007-12-11 Fix code generation buffer overflow reported by TeLeManblueswir11-2/+2
2007-11-19Avoid duplicated definitions: move common definitions from exec-all.hj_mayer1-30/+0
2007-11-18Fixes for s/390 host support, by Bastian Blank.ths1-18/+0
2007-11-04For consistency, move muls64 / mulu64 prototypes to host-utils.hj_mayer1-3/+0
2007-10-20Handle IBE on MIPS properly.ths1-1/+1
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer1-30/+10
2007-10-08CRIS support in toplevel, by Edgar E. Iglesias.ths1-0/+2
2007-09-30Fix compilation on Darwin platform, avoiding the use of gcc function attributesj_mayer1-1/+1
2007-09-29always_inline gcc directive can be useful.j_mayer1-0/+8
2007-09-20Extend TB flags to 64 bits (Alexander Graf).j_mayer1-1/+1
2007-09-20Make likely/unlikely accessible also in hw/.balrog1-0/+2
2007-09-20Move likely and unlikely macros in a common place (Aurelien Jarno).j_mayer1-0/+3
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-5/+5
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-27/+27
2007-07-31Fiddly dyngen bits for s390 host support, by Ulrich Hecht.ths1-0/+18
2007-07-02Remove unaligned accesses in ia64_apply_fixes().balrog1-2/+2
2007-05-23m68k/ColdFire system emulation.pbrook1-0/+2
2007-05-17Enable faults for unassigned memory accesses and unimplemented ASIsblueswir11-0/+4
2007-05-16More generic 64 bit multiplication support, by Aurelien Jarno.ths1-0/+3
2007-05-10Fix wrong branch condition in MIPS testandset.ths1-1/+1
2007-05-08Another #elif'ication.ths1-27/+12
2007-05-05Some bits of Linux/MIPS host support, still segfaulty.ths1-0/+22