aboutsummaryrefslogtreecommitdiff
path: root/tcg/arm/tcg-target.c
AgeCommit message (Expand)Author
2010-03-20tcg/arm: fix load/store definitions for 32-bit targetsAurelien Jarno
2010-03-14tcg/arm: use helpers for divu/remuAurelien Jarno
2010-03-13tcg/arm: implement andc opAurelien Jarno
2010-03-13tcg/arm: correctly save/restore registers in prologue/epilogueAurelien Jarno
2010-03-12Remove TLB from userspacePaul Brook
2010-03-02tcg/arm: accept immediate arguments for brcond/setcondAurelien Jarno
2010-03-02Add a missing breakAndrzej Zaborowski
2010-03-02tcg/arm: implement setcond2Aurelien Jarno
2010-03-02tcg/arm: implement setcondAurelien Jarno
2010-03-02tcg/arm: fix div2/divu2Aurelien Jarno
2009-09-26ARM back-end: Use sxt[bh] instructions for ext{8, 6}sLaurent Desnogues
2009-09-25Suppress some variants of English in commentsStefan Weil
2009-08-25ARM back-end: Fix encode_immLaurent Desnogues
2009-08-22ARM back-end: Handle all possible immediates for ALU opsLaurent Desnogues
2009-08-22ARM back-end: Add TCG notLaurent Desnogues
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela
2009-07-18this patch improves the ARM back-end in the following way:Laurent Desnogues
2009-07-17Userspace guest address offsettingPaul Brook
2009-07-17ARM host fixesPaul Brook
2009-03-10tcg-arm: fix qemu_ld64aurel32
2008-12-07Fix 64-bit targets compilation on ARM host.balrog
2008-12-01arm: Don't potentially overwrite input registers in add2, sub2.balrog
2008-12-01Don't rely on ARM tcg_out_goto() generating just a single insn.balrog
2008-10-05Add some missing static and const qualifiers, reg_names only used if NDEBUG setblueswir1
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir1
2008-05-25Fix off-by-one unwinding error.pbrook
2008-05-24Relax a constraint for qemu_ld64 on ARM host.balrog
2008-05-24Fix a deadly typo, correct comments.balrog
2008-05-24Fix ARM host TLB.pbrook
2008-05-23Comment non-obvious calculation. Don't clobber r3 in qemu_st64.balrog
2008-05-23A branch insn must not overwrite the branch target before relocation.balrog
2008-05-23Fix qemu_ld/st for mem_index > 0 on arm host.balrog
2008-05-20Fix 8-bit signed load/store and a typo.balrog
2008-05-20Implement neg_i32, clean-up.balrog
2008-05-19ARM host support for TCG targets.balrog