aboutsummaryrefslogtreecommitdiff
path: root/target-unicore32
AgeCommit message (Expand)Author
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-03-14target-unicore32: Don't overuse CPUStateAndreas Färber
2012-03-14target-unicore32: Rename to CPUUniCore32StateAndreas Färber
2012-02-28target-unicore32: Clean includesStefan Weil
2011-09-09Use hex instead of binary.Gerd Hoffmann
2011-08-21Fix conversions from pointer to tcg_target_longStefan Weil
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-07-30exec.h cleanupBlue Swirl
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl
2011-06-26exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil
2011-04-12unicore32: add target-unicore32 directory for unicore32-linux-user supportGuan Xuetao