summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tcg/arm: correctly save/restore registers in prologue/epilogueAurelien Jarno2010-03-191-4/+7
* ARM back-end: Use sxt[bh] instructions for ext{8, 6}sLaurent Desnogues2009-09-261-0/+10
* Suppress some variants of English in commentsStefan Weil2009-09-251-2/+2
* ARM back-end: Fix encode_immLaurent Desnogues2009-08-251-0/+2
* ARM back-end: Handle all possible immediates for ALU opsLaurent Desnogues2009-08-221-5/+32
* ARM back-end: Add TCG notLaurent Desnogues2009-08-221-0/+5
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-271-1/+1
* this patch improves the ARM back-end in the following way:Laurent Desnogues2009-07-181-7/+35
* Userspace guest address offsettingPaul Brook2009-07-171-2/+32
* ARM host fixesPaul Brook2009-07-171-1/+1
* tcg-arm: fix qemu_ld64aurel322009-03-101-2/+7
* Fix 64-bit targets compilation on ARM host.balrog2008-12-071-6/+6
* arm: Don't potentially overwrite input registers in add2, sub2.balrog2008-12-011-4/+13
* Don't rely on ARM tcg_out_goto() generating just a single insn.balrog2008-12-011-8/+13
* Add some missing static and const qualifiers, reg_names only used if NDEBUG setblueswir12008-10-051-5/+8
* Fix some warnings that would be generated by gcc -Wredundant-declsblueswir12008-08-301-9/+2
* Fix off-by-one unwinding error.pbrook2008-05-251-1/+0
* Relax a constraint for qemu_ld64 on ARM host.balrog2008-05-241-4/+13
* Fix a deadly typo, correct comments.balrog2008-05-241-4/+6
* Fix ARM host TLB.pbrook2008-05-241-61/+44
* Comment non-obvious calculation. Don't clobber r3 in qemu_st64.balrog2008-05-231-6/+33
* A branch insn must not overwrite the branch target before relocation.balrog2008-05-231-3/+14
* Fix qemu_ld/st for mem_index > 0 on arm host.balrog2008-05-231-6/+15
* Fix 8-bit signed load/store and a typo.balrog2008-05-201-4/+4
* Implement neg_i32, clean-up.balrog2008-05-201-5/+8
* ARM host support for TCG targets.balrog2008-05-191-0/+1548