aboutsummaryrefslogtreecommitdiff
path: root/target-unicore32/op_helper.c
AgeCommit message (Expand)Author
2016-07-12Fix confusing argument names in some common functionsSergey Sorokin
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini
2016-01-29unicore: Clean up includesPeter Maydell
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini
2014-06-05softmmu: commonize helper definitionsPaolo Bonzini
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson
2014-03-13translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber
2014-03-13cpu-exec: Change cpu_loop_exit() argument to CPUStateAndreas Färber
2014-03-13exec: Change tlb_fill() argument to CPUStateAndreas Färber
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber
2013-09-02target: Include softmmu_exec.h where forgottenRichard Henderson
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-16exec: refactor cpu_restore_stateBlue Swirl
2012-09-15target-unicore32: switch to AREG0 free modeBlue Swirl
2012-08-11unicore32-softmmu: Implement softmmu specific functionsGuan Xuetao
2012-08-11unicore32-softmmu: Add unicore32-softmmu build supportGuan Xuetao
2012-03-30target-unicore32: Relicense to GPLv2+Andreas Färber
2012-03-14target-unicore32: Don't overuse CPUStateAndreas Färber
2011-07-30exec.h cleanupBlue Swirl
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl
2011-04-12unicore32: add target-unicore32 directory for unicore32-linux-user supportGuan Xuetao