Sign in
qemu
/
qemu
/
e5354657a626b325c31888f33de88ac6d39e2fcb
/
target-cris
/
translate.c
a1d22a3
target-cris: Use new qemu_ld/st opcodes
by Richard Henderson
· 11 years ago
5cd8f62
tcg: Move helper registration into tcg_context_init
by Richard Henderson
· 11 years ago
8cfd049
tcg: Change tcg_gen_exit_tb argument to uintptr_t
by Richard Henderson
· 12 years ago
ed2803d
cpu: Move singlestep_enabled field from CPU_COMMON to CPUState
by Andreas Färber
· 12 years ago
7fd2592
target-cris: Change gen_intermediate_code_internal() argument to CRISCPU
by Andreas Färber
· 12 years ago
6f47ec5
target-cris: gen_intermediate_code_internal() should be inlined
by Andreas Färber
· 12 years ago
878096e
cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
by Andreas Färber
· 12 years ago
259186a
cpu: Move halted and interrupt_request fields to CPUState
by Andreas Färber
· 12 years ago
806f352
gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end
by Peter Maydell
· 12 years ago
bf45f97
target-cris: Use mul*2 in mul* insns
by Richard Henderson
· 12 years ago
632314c
qemu-log: Remove qemu_log_try_set_file() and its users
by Peter Maydell
· 12 years ago
6ae064f
target-cris: Introduce CRISCPU subclasses
by Andreas Färber
· 12 years ago
d1a94fe
target-cris: Move TCG initialization to CRISCPU initfn
by Andreas Färber
· 12 years ago
ca45f8b
target-cris: Introduce QOM realizefn for CRISCPU
by Andreas Färber
· 12 years ago
022c62c
exec: move include files to include/exec/
by Paolo Bonzini
· 12 years ago
76cad71
build: kill libdis, move disassemblers to disas/
by Paolo Bonzini
· 12 years ago
ab1103d
TCG: Use gen_opc_instr_start from context instead of global variable.
by Evgeny Voevodin
· 12 years ago
c9c99c2
TCG: Use gen_opc_icount from context instead of global variable.
by Evgeny Voevodin
· 12 years ago
25983ca
TCG: Use gen_opc_pc from context instead of global variable.
by Evgeny Voevodin
· 12 years ago
92414b3
TCG: Use gen_opc_buf from context instead of global variable.
by Evgeny Voevodin
· 12 years ago
efd7f48
TCG: Use gen_opc_ptr from context instead of global variable.
by Evgeny Voevodin
· 12 years ago
7b5eff4
target-cris/translate.c: Code style clean-up
by Evgeny Voevodin
· 12 years ago
f4359b9
disas: avoid using cpu_single_env
by Blue Swirl
· 13 years ago
fdefe51
Emit debug_insn for CPU_LOG_TB_OP_OPT as well.
by Richard Henderson
· 12 years ago
cf7e0c8
target-cris: Switch to AREG0 free mode
by Aurelien Jarno
· 13 years ago
febc992
target-cris: Avoid AREG0 for helpers
by Aurelien Jarno
· 13 years ago
c001ed1
target-cris: Fix buffer overflow
by Stefan Weil
· 13 years ago
b7e516c
Kill off cpu_state_reset()
by Andreas Färber
· 13 years ago
9fca563
target-cris: Let cpu_cris_init() return CRISCPU
by Andreas Färber
· 13 years ago
dd10ce6
target-cris: Reindent cpu_cris_init()
by Andreas Färber
· 13 years ago
aa0d126
target-cris: Start QOM'ifying CPU init
by Andreas Färber
· 13 years ago
1c3b52f
target-cris: QOM'ify CPU reset
by Andreas Färber
· 13 years ago
e739a48
target-cris: QOM'ify CPU
by Andreas Färber
· 13 years ago
a1170bf
target-cris: Don't overuse CPUState
by Andreas Färber
· 13 years ago
1bba0dc
Rename cpu_reset() to cpu_state_reset()
by Andreas Färber
· 13 years ago
7ad757b
target-cris: Clean includes
by Stefan Weil
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
2b41f10
Remove exec-all.h include directives
by Blue Swirl
· 14 years ago
e87b7cb
Remove unused function parameters from gen_pc_load and rename the function
by Stefan Weil
· 14 years ago
4b4a72e
Fix conversions from pointer to tcg_target_long
by Stefan Weil
· 14 years ago
5a30b7f
cris: Replace tcg branch sequence with setcond
by Edgar E. Iglesias
· 14 years ago
d03d112
cris: Set btaken when storing direct jumps
by Edgar E. Iglesias
· 14 years ago
05bf441
cris: Remove unused orig_flags
by Edgar E. Iglesias
· 14 years ago
5cabc5c
cris: Allow more TB chaining for crisv10
by Edgar E. Iglesias
· 14 years ago
cb752a6
cris: Allow more TB chaning
by Edgar E. Iglesias
· 14 years ago
2a704b1
cris: Avoid useless tmp in t_gen_cc_jmp()
by Edgar E. Iglesias
· 14 years ago
9a78eea
target-xxx: Use fprintf_function (format checking)
by Stefan Weil
· 14 years ago
211ecdc
target-cris: Use %td for ptrdiff_t arguments in debug message
by Stefan Weil
· 14 years ago
1884533
cris: Move sign extension.
by Edgar E. Iglesias
· 15 years ago
7de141c
cris: Centralize fetching
by Edgar E. Iglesias
· 15 years ago
a699a7b
cris: Make the CRISv32 insn decoders return signed int.
by Edgar E. Iglesias
· 15 years ago
0bfcd59
Fix %lld or %llx printf format use
by Blue Swirl
· 15 years ago
0d84be5
cris: remove dead assignments, spotted by clang analyzer
by Blue Swirl
· 15 years ago
40e9edd
cris: Add support for CRISv10 translation.
by Edgar E. Iglesias
· 15 years ago
46e246c
cris: Use tcg_gen_movi_tl.
by Edgar E. Iglesias
· 15 years ago
416c606
cris: Prettify register dumps.
by Edgar E. Iglesias
· 15 years ago
be9f2de
CRIS: Update PR_EDA on TLB faults.
by Edgar E. Iglesias
· 15 years ago
72cf2d4
Fix sys-queue.h conflict for good
by Blue Swirl
· 15 years ago
8167ee8
Update to a hopefully more future proof FSF address
by Blue Swirl
· 16 years ago
ce24e07
CRIS: Prettify sizes for the internal disasm.
by Edgar E. Iglesias
· 16 years ago
5561650
Include assert.h from qemu-common.h
by Paul Brook
· 16 years ago
f3bc523
CRIS: Fix bmi.
by Edgar E. Iglesias
· 16 years ago
0bf46a4
qemu: introduce qemu_init_vcpu (Marcelo Tosatti)
by aliguori
· 16 years ago
1b530a6
Add new command line option -singlestep for tcg single stepping.
by aurel32
· 16 years ago
cc53adb
CRIS: Fix remaining build warnings.
by edgar_igl
· 16 years ago
0d0266a
targets: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 16 years ago
5281966
CRIS: Init the feedback shiftreg used for randomizing TLB sets.
by edgar_igl
· 16 years ago
eca1bdf
Log reset events (Jan Kiszka)
by aliguori
· 16 years ago
8fec2b8
global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)
by aliguori
· 16 years ago
93fcfe3
Convert references to logfile/loglevel to use qemu_log*() macros
by aliguori
· 16 years ago
d12d51d
Clean up debugging code #ifdefs (Eduardo Habkost)
by aliguori
· 16 years ago
6231868
CRIS: Purify some of the flag evaluation helpers.
by edgar_igl
· 16 years ago
c38ac98
CRIS: Use a helper for lz.
by edgar_igl
· 16 years ago
85220fb
CRIS: bound operates directly on regs, no need to allocate temp destination.
by edgar_igl
· 16 years ago
abd5c94
CRIS: Speedup btst by using a helper.
by edgar_igl
· 16 years ago
213fb47
CRIS: NMI wakes up the core.
by edgar_igl
· 16 years ago
459e518
CRIS: Move operations can be optimized as arithmetic ones for cc evaluation.
by edgar_igl
· 16 years ago
a8cf66b
CRIS: Slight performance improvement for flag evaluation.
by edgar_igl
· 16 years ago
fad6cb1
Update FSF address in GPL/LGPL boilerplate
by aurel32
· 16 years ago
b1503cd
Use the ARRAY_SIZE() macro where appropriate.
by malc
· 16 years ago
c0ce998
Use sys-queue.h for break/watchpoint managment (Jan Kiszka)
by aliguori
· 16 years ago
a1d1bb3
Refactor and enhance break/watchpoint API (Jan Kiszka)
by aliguori
· 16 years ago
a7812ae
TCG variable type checking.
by pbrook
· 16 years ago
6d17c60
target-cris: access to TCG variables through GET_TCGV()
by aurel32
· 16 years ago
4469629
CRIS: Plug more temp leaks.
by edgar_igl
· 16 years ago
f4b147f
CRIS: Plug a few temp leaks.
by edgar_igl
· 16 years ago
31c18d8
CRIS: Remove cpu_T.
by edgar_igl
· 16 years ago
fb48f71
CRIS: Avoid more cpu_T usage.
by edgar_igl
· 16 years ago
43d7ac4
CRIS: Avoid cpu_T[1] for move_r.
by edgar_igl
· 16 years ago
c5631f4
CRIS: Avoid using cpu_T[0] for testing condition codes.
by edgar_igl
· 16 years ago
7dcfb08
CRIS: Add branch-free versions of abs, lsl, lsr and asr.
by edgar_igl
· 16 years ago
4f9cc92
CRIS: Correct tcg globals allocation for 64bit hosts.
by edgar_igl
· 16 years ago
a855593
CRIS: Initialize the arch version preg to v32.
by edgar_igl
· 16 years ago
cddffe3
CRIS: Partial EXS reg support and fixes for SPC.
by edgar_igl
· 16 years ago
dd20fcd
CRIS: Correct typos.
by edgar_igl
· 16 years ago
9b32fbf
CRIS: Make local objects static.
by edgar_igl
· 16 years ago
a1aebcb
CRIS: Fix brk 8 and add S-flag emulation.
by edgar_igl
· 16 years ago
28de16d
CRIS: Improve ASID related TLB flushes.
by edgar_igl
· 16 years ago
7ccfb2e
Fix warnings that would be caused by gcc flag -Wwrite-strings
by blueswir1
· 16 years ago
cdcf4e5
TCG fixes for target-cris
by aurel32
· 17 years ago
Next »