Age | Commit message (Expand) | Author | Files | Lines |
2013-03-12 | cpu: Move halted and interrupt_request fields to CPUState | Andreas Färber | 1 | -1/+3 |
2013-02-23 | target-arm: Implement sbc_cc inline | Richard Henderson | 1 | -15/+0 |
2013-02-23 | target-arm: Implement adc_cc inline | Richard Henderson | 1 | -15/+0 |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini | 1 | -5/+5 |
2012-12-16 | exec: refactor cpu_restore_state | Blue Swirl | 1 | -7/+1 |
2012-10-24 | target-arm: Remove out of date FIXME regarding saturating arithmetic | Peter Maydell | 1 | -2/+0 |
2012-10-05 | target-arm: convert sar, shl and shr helpers to TCG | Aurelien Jarno | 1 | -24/+0 |
2012-10-05 | target-arm: convert add_cc and sub_cc helpers to TCG | Aurelien Jarno | 1 | -20/+0 |
2012-09-15 | target-arm: final conversion to AREG0 free mode | Blue Swirl | 1 | -7/+1 |
2012-09-15 | target-arm: convert remaining helpers | Blue Swirl | 1 | -32/+32 |
2012-09-15 | target-arm: convert void helpers | Blue Swirl | 1 | -10/+10 |
2012-08-10 | target-arm: Fix typos in comments | Peter Maydell | 1 | -1/+1 |
2012-06-20 | target-arm: initial coprocessor register framework | Peter Maydell | 1 | -2/+40 |
2012-04-14 | Use uintptr_t for various op related functions | Blue Swirl | 1 | -5/+3 |
2012-03-14 | target-arm: Don't overuse CPUState | Andreas Färber | 1 | -3/+3 |
2011-10-08 | ARM: fix segfault | Blue Swirl | 1 | -0/+1 |
2011-10-01 | softmmu_header: pass CPUState to tlb_fill | Blue Swirl | 1 | -4/+2 |
2011-08-07 | Remove unused is_softmmu parameter from cpu_handle_mmu_fault | Blue Swirl | 1 | -1/+1 |
2011-07-30 | exec.h cleanup | Blue Swirl | 1 | -2/+7 |
2011-06-26 | cpu_loop_exit: avoid using AREG0 | Blue Swirl | 1 | -3/+3 |
2011-04-20 | Remove unused function parameter from cpu_restore_state | Stefan Weil | 1 | -1/+1 |
2011-04-17 | move helpers.h to helper.h | Lluís | 1 | -1/+1 |
2011-02-04 | Set the right overflow bit for neon 32 and 64 bit saturating add/sub. | Christophe Lyon | 1 | -49/+0 |
2010-12-03 | [PATCH] target-arm: remove unused functions cpu_lock(), cpu_unlock() | Peter Maydell | 1 | -14/+0 |
2009-10-27 | target-arm: use native tcg-ops for ror/bic/vorn | Aurelien Jarno | 1 | -8/+0 |
2009-10-17 | target-arm: convert NEON VZIP/VUZP/VTRN helper functions to pure TCG | Filip Navara | 1 | -58/+0 |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori | 1 | -1/+1 |
2009-10-01 | Get rid of _t suffix | malc | 1 | -1/+1 |
2009-07-16 | Update to a hopefully more future proof FSF address | Blue Swirl | 1 | -2/+1 |
2009-04-07 | target-arm: don't use T[x] in helper | aurel32 | 1 | -1/+1 |
2009-01-04 | Update FSF address in GPL/LGPL boilerplate | aurel32 | 1 | -1/+1 |
2008-12-07 | Remove FORCE_RET() and RETURN() | aurel32 | 1 | -5/+0 |
2008-10-26 | Fix undeclared symbol warnings from sparse | blueswir1 | 1 | -1/+1 |
2008-09-22 | Fix ARM NEON vdup and vtbl bugs. | pbrook | 1 | -1/+1 |
2008-07-19 | Fix smlald, smlsld, pkhtp, pkhbt, ssat, usat, umul, smul... (Laurent Desnogues). | balrog | 1 | -2/+0 |
2008-07-03 | Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka. | ths | 1 | -1/+1 |
2008-05-25 | Fix off-by-one unwinding error. | pbrook | 1 | -5/+0 |
2008-04-01 | ARM N=Z=1 flag fix. | pbrook | 1 | -4/+4 |
2008-03-31 | ARM TCG conversion 14/16. | pbrook | 1 | -1/+116 |
2008-03-31 | ARM TCG conversion 13/16. | pbrook | 1 | -7/+6 |
2008-03-31 | ARM TCG conversion 12/16. | pbrook | 1 | -0/+148 |
2008-03-31 | ARM TCG conversion 10/16. | pbrook | 1 | -188/+0 |
2008-03-31 | ARM TCG conversion 9/16. | pbrook | 1 | -0/+33 |
2008-03-31 | ARM TCG conversion 8/16. | pbrook | 1 | -0/+23 |
2008-03-31 | ARM TCG conversion 7/16. | pbrook | 1 | -0/+67 |
2008-03-31 | ARM TCG conversion 4/16. | pbrook | 1 | -0/+66 |
2007-11-11 | fixed invalid type | bellard | 1 | -2/+2 |
2007-11-11 | ARMv7 support. | pbrook | 1 | -2/+76 |
2007-10-29 | Adjust s390 addresses (the MSB is defined as "to be ignored"). | ths | 1 | -1/+5 |
2007-10-14 | Replace is_user variable with mmu_idx in softmmu core, | j_mayer | 1 | -2/+2 |