Age | Commit message (Expand) | Author |
2008-10-23 | protect exec-all.h frm multiple inclusion (Glauber Costa) | aliguori |
2008-10-06 | Show size for unassigned accesses (Robert Reif) | blueswir1 |
2008-09-16 | Move offsetof to osdep.h, remove local defintions. | balrog |
2008-08-30 | Fix some warnings that would be generated by gcc -Wredundant-decls | blueswir1 |
2008-07-29 | On ppc32 make tb_set_jmp_target1 behave like it does on a ppc64 | malc |
2008-07-23 | Preliminary PPC64/Linux host support | malc |
2008-07-18 | Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues. | ths |
2008-07-03 | Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka. | ths |
2008-06-30 | Spelling fixes, spotted by Stuart Brady. | ths |
2008-06-29 | Add instruction counter. | pbrook |
2008-06-07 | Multithreaded locking fixes. | pbrook |
2008-06-07 | PPC TCG Fixes | malc |
2008-06-03 | Spelling fixes, by Stefan Weil. | ths |
2008-05-30 | support of long calls for PPC (malc) | bellard |
2008-05-30 | kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit host | bellard |
2008-05-28 | variable dynamic translation buffer size | bellard |
2008-05-27 | qemu-nbd tool (Anthony Liguori) | bellard |
2008-05-19 | ARM host support for TCG targets. | balrog |
2008-05-12 | removed unused code | bellard |
2008-05-10 | Fix compiler warnings in common files | blueswir1 |
2008-05-09 | Make a safer guess for max generated ops per guest insn (spotted by Jan Kiszka). | edgar_igl |
2008-05-06 | Make the paged properties of the tb-jmp-cache hash function work for TARGET_P... | edgar_igl |
2008-05-05 | Revert commit r4342 and r4343, wasn't intended to be committed | aurel32 |
2008-05-05 | Disable debug code for production. | aurel32 |
2008-04-28 | Factorize code in translate.c | aurel32 |
2008-04-27 | Use correct types to enable > 2G support, based on a patch from | aurel32 |
2008-04-22 | Revert "Use correct types to enable > 2G support" (r4238), it is | aurel32 |
2008-04-22 | Use correct types to enable > 2G support, based on a patch from | aurel32 |
2008-03-31 | TCG op size estimation fix. | pbrook |
2008-03-28 | Use spinlock_t for interrupt_lock, lock support for HPPA (Stuart Brady) | aurel32 |
2008-02-03 | Fix opparam_buf size estimate. | pbrook |
2008-02-01 | use the TCG code generator | bellard |
2007-12-11 | Fix code generation buffer overflow reported by TeLeMan | blueswir1 |
2007-11-19 | Avoid duplicated definitions: move common definitions from exec-all.h | j_mayer |
2007-11-18 | Fixes for s/390 host support, by Bastian Blank. | ths |
2007-11-04 | For consistency, move muls64 / mulu64 prototypes to host-utils.h | j_mayer |
2007-10-20 | Handle IBE on MIPS properly. | ths |
2007-10-14 | Replace is_user variable with mmu_idx in softmmu core, | j_mayer |
2007-10-08 | CRIS support in toplevel, by Edgar E. Iglesias. | ths |
2007-09-30 | Fix compilation on Darwin platform, avoiding the use of gcc function attributes | j_mayer |
2007-09-29 | always_inline gcc directive can be useful. | j_mayer |
2007-09-20 | Extend TB flags to 64 bits (Alexander Graf). | j_mayer |
2007-09-20 | Make likely/unlikely accessible also in hw/. | balrog |
2007-09-20 | Move likely and unlikely macros in a common place (Aurelien Jarno). | j_mayer |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths |
2007-07-31 | Fiddly dyngen bits for s390 host support, by Ulrich Hecht. | ths |
2007-07-02 | Remove unaligned accesses in ia64_apply_fixes(). | balrog |
2007-05-23 | m68k/ColdFire system emulation. | pbrook |
2007-05-17 | Enable faults for unassigned memory accesses and unimplemented ASIs | blueswir1 |