summaryrefslogtreecommitdiffstats
path: root/tcg
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes, by Stefan Weil.ths2008-06-031-1/+1
* support of long calls for PPC (malc)bellard2008-05-302-31/+68
* Fix signed/unsigned issues of immediate version of brcond (malc)bellard2008-05-261-11/+48
* ppc TCG target (malc)bellard2008-05-252-0/+1493
* jump simplificationbellard2008-05-251-22/+1
* jump optimizationsbellard2008-05-251-31/+9
* updatebellard2008-05-252-86/+64
* suppressed unused macro handlingbellard2008-05-254-109/+2
* added local temporariesbellard2008-05-252-45/+103
* Implement byte swapping accessesblueswir12008-05-251-36/+66
* 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
* Implement 64-bit constant loadsblueswir12008-05-241-15/+27
* Use sethi and arith functions, fix commentblueswir12008-05-241-23/+26
* Fix stack offsets and alignmentblueswir12008-05-241-7/+4
* Define stack offsetsblueswir12008-05-241-0/+5
* More TCGv type fixes.pbrook2008-05-241-2/+9
* Fix ARM conditional branch bug.pbrook2008-05-241-0/+18
* 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
* added tcg_temp_free() and improved the handling of constantsbellard2008-05-233-229/+396
* Fix qemu_ld/st for mem_index > 0 on arm host.balrog2008-05-231-6/+15
* Define TCG_TARGET_CALL_STACK_OFFSET on arm.balrog2008-05-231-2/+3
* compilation fixbellard2008-05-231-2/+2
* profiler clean upbellard2008-05-232-13/+93
* added debug_insn_start debug instructionbellard2008-05-223-3/+43
* debug output: write helper namesbellard2008-05-222-15/+35
* more generic call codegenbellard2008-05-224-42/+75
* fixed zero shifts (64 bit case)bellard2008-05-221-3/+4
* small shift optsbellard2008-05-221-6/+30
* fixed dead global variable updatebellard2008-05-211-20/+18
* Fix 8-bit signed load/store and a typo.balrog2008-05-201-4/+4
* Implement neg_i32, clean-up.balrog2008-05-202-5/+10
* Remove dyngen ARM code, which did't build.balrog2008-05-201-103/+0
* ARM host support for TCG targets.balrog2008-05-193-1/+1622
* Better solution for the alignment problemblueswir12008-05-191-3/+3
* Switch most MIPS logical and arithmetic instructions to TCG.ths2008-05-181-0/+4
* Fix constant checks on Sparc64 hostblueswir12008-05-181-12/+17
* Fix TCG alignment problems on Sparc64 hostblueswir12008-05-181-2/+2
* added 'pure' function attribute - fixed indirect function callsbellard2008-05-172-23/+46
* added not pseudo op - more _tl macrosbellard2008-05-171-0/+23
* Fix qemu_ld/st branches, constification, use orcc for tst synthetic opblueswir12008-05-171-9/+9
* Implement qemu_ld/st, fix brcond, handle more corner casesblueswir12008-05-161-29/+395
* Implement brcond, ldst with large offset; fix direct jump, prologueblueswir12008-05-151-14/+71
* Fix bit fitting checksblueswir12008-05-151-11/+15
* Fix compilation on Sparc host, implement ld and stblueswir12008-05-142-4/+15
* temporary hack to handle register shortage with dyngen for qemu_st64()bellard2008-05-122-0/+41
* Add TCG native negation op.pbrook2008-05-115-0/+42
OpenPOWER on IntegriCloud