summaryrefslogtreecommitdiffstats
path: root/target-lm32/translate.c
Commit message (Expand)AuthorAgeFilesLines
* disas: Remove uses of CPU envPeter Crosthwaite2015-06-221-1/+1
* tcg: Change translator-side labels to a pointerRichard Henderson2015-03-131-11/+9
* tcg: Introduce tcg_op_buf_count and tcg_op_buf_fullRichard Henderson2015-02-121-9/+5
* tcg: Move emit of INDEX_op_end into gen_tb_endRichard Henderson2015-02-121-1/+1
* gen-icount: check cflags instead of use_icount globalPaolo Bonzini2015-01-031-1/+1
* translate: check cflags instead of use_icount globalPaolo Bonzini2015-01-031-4/+4
* trace: [tcg] Include TCG-tracing header on all targetsLluís Vilanova2014-08-121-0/+3
* softmmu: introduce cpu_ldst.hPaolo Bonzini2014-06-051-0/+1
* tcg: Invert the inclusion of helper.hRichard Henderson2014-05-281-3/+2
* cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-2/+3
* target-lm32: stop VM on illegal or unknown instructionMichael Walle2014-02-041-38/+68
* target-lm32: add breakpoint/watchpoint supportMichael Walle2014-02-041-3/+3
* target-lm32: move model features to LM32CPUMichael Walle2014-02-041-12/+17
* target-lm32: kill cpu_abort() callsMichael Walle2014-02-041-32/+40
* tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson2013-09-021-1/+1
* cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber2013-07-231-3/+4
* target-lm32: Change gen_intermediate_code_internal() argument to LM32CPUAndreas Färber2013-07-091-4/+5
* target-lm32: gen_intermediate_code_internal() should be inlinedAndreas Färber2013-07-091-2/+3
* cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber2013-06-281-2/+4
* hw: move headers to include/Paolo Bonzini2013-04-081-1/+1
* target-lm32: fix cmpgui and cmpgeui opcodesMichael Walle2013-03-181-4/+14
* target-lm32: don't log cpu state in translationMichael Walle2013-03-181-5/+0
* gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell2013-03-031-2/+2
* qemu-log: Remove qemu_log_try_set_file() and its usersPeter Maydell2013-02-231-2/+0
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-191-1/+1
* TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin2012-12-081-3/+3
* TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin2012-12-081-1/+1
* TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin2012-12-081-2/+2
* TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin2012-11-171-4/+5
* TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin2012-11-171-5/+5
* disas: avoid using cpu_single_envBlue Swirl2012-11-101-1/+1
* Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson2012-09-271-1/+1
* target-lm32: switch to AREG0 free modeBlue Swirl2012-09-151-15/+13
* target-lm32: Don't overuse CPUStateAndreas Färber2012-03-141-19/+19
* target-lm32: Clean includesStefan Weil2012-02-281-8/+0
* Remove exec-all.h include directivesBlue Swirl2011-06-261-1/+0
* Remove warning in printf due to type mismatchAlexandre Raymond2011-06-141-1/+1
* target-lm32: Remove unused local variablesStefan Weil2011-05-151-6/+0
* lm32: fix exception handlingMichael Walle2011-05-031-26/+0
* Remove unused function parameters from gen_pc_load and rename the functionStefan Weil2011-04-201-2/+1
* Fix conversions from pointer to tcg_target_longStefan Weil2011-04-101-1/+1
* lm32: use lookup table for opcodesMichael Walle2011-03-311-62/+18
* lm32: rename raise opcode to scallMichael Walle2011-03-311-2/+2
* lm32: translation routinesMichael Walle2011-03-071-0/+1317
OpenPOWER on IntegriCloud