]> Git Repo - qemu.git/history - tcg/arm/tcg-target.c
tcg/arm: optimize register allocation order
[qemu.git] / tcg / arm / tcg-target.c
2010-04-19 Aurelien Jarnotcg/arm: optimize register allocation order
2010-04-19 Aurelien Jarnotcg/arm: fix argument alignment in qemu_st64
2010-04-19 Aurelien Jarnotcg/arm: remove useless register tests in qemu_ld/st
2010-04-19 Aurelien Jarnotcg/arm: bswap arguments in qemu_ld/st if needed
2010-04-19 Aurelien Jarnotcg/arm: use ext* ops in qemu_ld
2010-04-19 Aurelien Jarnotcg/arm: remove conditional argument for qemu_ld/st
2010-04-19 Aurelien Jarnotcg/arm: add bswap ops
2010-04-19 Aurelien Jarnotcg/arm: add ext16u op
2010-04-19 Aurelien Jarnotcg/arm: add rotation ops
2010-04-19 Aurelien Jarnotcg/arm: use the blx instruction when possible
2010-04-19 Aurelien Jarnotcg/arm: sxtb and sxth are available starting with...
2010-04-19 Aurelien Jarnotcg/arm: add variables to define the allowed instructio...
2010-04-19 Aurelien Jarnotcg/arm: replace integer values by registers enum
2010-04-19 Aurelien Jarnotcg/arm: remove store signed functions
2010-04-19 Aurelien Jarnotcg/arm: explicitely list clobbered/reserved regs
2010-04-19 Aurelien Jarnotcg/arm: remove SAVE_LR code
2010-03-28 Stefan Weiltcg/arm: Replace qemu_ld32u (left over from previous...
2010-03-26 Richard Hendersontcg: Disambiguate qemu_ld32u with 32-bit and 64-bit...
2010-03-26 Richard Hendersontcg: Name the opcode enumeration.
2010-03-20 Aurelien Jarnotcg/arm: don't save/restore r7 in prologue/epilogue
2010-03-20 Aurelien Jarnotcg/arm: fix load/store definitions for 32-bit targets
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-14 Aurelien Jarnotcg/arm: use helpers for divu/remu
2010-03-13 Aurelien Jarnotcg/arm: implement andc op
2010-03-13 Aurelien Jarnotcg/arm: correctly save/restore registers in prologue...
2010-03-12 Paul BrookRemove TLB from userspace
2010-03-02 Aurelien Jarnotcg/arm: accept immediate arguments for brcond/setcond
2010-03-02 Andrzej ZaborowskiAdd a missing break
2010-03-02 Aurelien Jarnotcg/arm: implement setcond2
2010-03-02 Aurelien Jarnotcg/arm: implement setcond
2010-03-02 Aurelien Jarnotcg/arm: fix div2/divu2
2009-09-26 Laurent DesnoguesARM back-end: Use sxt[bh] instructions for ext{8, 6}s
2009-09-25 Stefan WeilSuppress some variants of English in comments
2009-08-24 Laurent DesnoguesARM back-end: Fix encode_imm
2009-08-23 Andrzej ZaborowskiMerge with [email protected]:/srv/git/qemu.git
2009-08-22 Laurent DesnoguesARM back-end: Handle all possible immediates for ALU ops
2009-08-22 Laurent DesnoguesARM back-end: Add TCG not
2009-07-27 Juan Quintelarename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
2009-07-18 Laurent Desnoguesthis patch improves the ARM back-end in the following...
2009-07-17 Paul BrookUserspace guest address offsetting
2009-07-17 Paul BrookARM host fixes
2009-03-10 aurel32tcg-arm: fix qemu_ld64
2008-12-07 balrogFix 64-bit targets compilation on ARM host.
2008-12-01 balrogarm: Don't potentially overwrite input registers in...
2008-12-01 balrogDon't rely on ARM tcg_out_goto() generating just a...
2008-10-05 blueswir1Add some missing static and const qualifiers, reg_names...
2008-08-30 blueswir1Fix some warnings that would be generated by gcc -Wredu...
2008-05-25 pbrookFix off-by-one unwinding error.
2008-05-24 balrogRelax a constraint for qemu_ld64 on ARM host.
2008-05-24 balrogFix a deadly typo, correct comments.
2008-05-24 pbrookFix ARM host TLB.
2008-05-23 balrogComment non-obvious calculation. Don't clobber r3...
2008-05-23 balrogA branch insn must not overwrite the branch target...
2008-05-23 balrogFix qemu_ld/st for mem_index > 0 on arm host.
2008-05-20 balrogFix 8-bit signed load/store and a typo.
2008-05-20 balrogImplement neg_i32, clean-up.
2008-05-19 balrogARM host support for TCG targets.
This page took 0.688892 seconds and 64 git commands to generate.