index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tcg
/
arm
Age
Commit message (
Expand
)
Author
2008-12-07
Fix 64-bit targets compilation on ARM host.
balrog
2008-12-01
arm: Don't potentially overwrite input registers in add2, sub2.
balrog
2008-12-01
Don't rely on ARM tcg_out_goto() generating just a single insn.
balrog
2008-12-01
Use libgcc __clear_cache to clean icache, when available.
balrog
2008-10-05
Add some missing static and const qualifiers, reg_names only used if NDEBUG set
blueswir1
2008-08-30
Fix some warnings that would be generated by gcc -Wredundant-decls
blueswir1
2008-05-25
Fix off-by-one unwinding error.
pbrook
2008-05-24
Relax a constraint for qemu_ld64 on ARM host.
balrog
2008-05-24
Fix a deadly typo, correct comments.
balrog
2008-05-24
Fix ARM host TLB.
pbrook
2008-05-23
Comment non-obvious calculation. Don't clobber r3 in qemu_st64.
balrog
2008-05-23
A branch insn must not overwrite the branch target before relocation.
balrog
2008-05-23
Fix qemu_ld/st for mem_index > 0 on arm host.
balrog
2008-05-23
Define TCG_TARGET_CALL_STACK_OFFSET on arm.
balrog
2008-05-20
Fix 8-bit signed load/store and a typo.
balrog
2008-05-20
Implement neg_i32, clean-up.
balrog
2008-05-19
ARM host support for TCG targets.
balrog