]> git.proxmox.com Git - qemu.git/history - tcg/arm
vnc: tight: fix rgb_prepare_row
[qemu.git] / tcg / arm /
2010-06-14 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-06-09 Richard Hendersontcg: Make some tcg-target.c routines static.
2010-06-09 Richard Hendersontcg: Add TYPE parameter to tcg_out_mov.
2010-04-25 Aurelien Jarnotcg/arm: fix condition in zero/sign extension functions
2010-04-19 Aurelien Jarnotcg/arm: don't try to load constants using pc
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: align 64-bit arguments in function calls
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: Allow target-specific implementation of NOR.
2010-03-26 Richard Hendersontcg: Allow target-specific implementation of NAND.
2010-03-26 Richard Hendersontcg: Allow target-specific implementation of EQV.
2010-03-26 Richard Hendersontcg: Name the opcode enumeration.
2010-03-26 Paolo Bonziniremove remaining occurrences AREG[1-9] and TCG_AREG...
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-14 Aurelien Jarnotcg: add div/rem 32-bit helpers
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: merge the two sets of #define for optional ops
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
2010-02-22 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-02-20 Richard Hendersontcg: Add comments for all optional instructions not...
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 balrog@git.sv.gnu.org:/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-13 aurel32tcg: rename bswap_i32/i64 functions
2009-03-10 aurel32tcg-arm: fix qemu_ld64
2009-03-08 blueswir1Prune unused TCG_AREGs
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-12-01 balrogUse libgcc __clear_cache to clean icache, when available.
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-23 balrogDefine TCG_TARGET_CALL_STACK_OFFSET on arm.
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.