aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* target-alpha: fix 2 warningsaurel322008-12-111-0/+4
* Common cpu_loop_exit prototypeaurel322008-11-301-1/+0
* Refactor translation block CPU state handling (Jan Kiszka)aliguori2008-11-181-0/+8
* Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori2008-11-181-1/+5
* target-alpha: convert FP ops to TCGaurel322008-09-291-2/+0
* target-alpha: convert remaining arith3 functions to TCGaurel322008-09-181-1/+1
* target-alpha: switch a few helpers to TCGaurel322008-09-181-0/+1
* Fix call_pal() prototype for alpha system emulationaurel322008-09-021-0/+4
* Move interrupt_request and user_mode_only to common cpu state.pbrook2008-07-011-2/+0
* Add instruction counter.pbrook2008-06-291-0/+2
* Fix typo.pbrook2008-05-301-1/+1
* Move clone() register setup to target specific code. Handle fork-like clone.pbrook2008-05-301-0/+9
* Push common interrupt variables to cpu-defs.h (Glauber Costa)bellard2008-05-291-2/+0
* moved halted field to CPU_COMMONbellard2008-05-281-1/+0
* added cpu_model parameter to cpu_init()bellard2007-11-101-1/+1
* Alpha coding style and inlining fixes.j_mayer2007-10-281-2/+1
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-141-0/+13
* Move get_sp_from_cpustate from cpu.h to target_signal.h.ths2007-09-271-5/+0
* linux-user sigaltstack() syscall, by Thayne Harbaugh.ths2007-09-271-0/+5
* Move likely and unlikely macros in a common place (Aurelien Jarno).j_mayer2007-09-201-4/+0
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-3/+3
* Move target-specific defines to the target directories.ths2007-06-031-0/+6
* Fix miscellaneous display warnings for PowerPC & alpha targetsj_mayer2007-04-141-0/+7
* Fix alpha target compilation on 32 bits hosts.j_mayer2007-04-051-0/+6
* Alpha architecture emulation core.j_mayer2007-04-051-0/+385