summaryrefslogtreecommitdiff
path: root/tcg/sparc
Commit message (Expand)AuthorAgeFilesLines
* change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}Juan Quintela2009-07-271-1/+1
* Fix branches and TLB matches for 64 bit targetsblueswir12009-04-041-13/+75
* Allocate space for static call args, increase stack frame size on Sparc64blueswir12009-04-042-9/+17
* tcg: rename bswap_i32/i64 functionsaurel322009-03-131-2/+2
* Prune unused TCG_AREGsblueswir12009-03-081-3/+0
* Add some missing static and const qualifiers, reg_names only used if NDEBUG setblueswir12008-10-051-0/+2
* Use 64 bit loads for tlb addend only if addend size is 64 bitsblueswir12008-09-131-2/+8
* Fix stack alignment on Sparc32 hostblueswir12008-09-131-1/+2
* Fix some warnings that would be generated by gcc -Wredundant-declsblueswir12008-08-301-9/+1
* Fix 64 bit constant generationblueswir12008-08-171-5/+12
* Fix 32 bit address overflowblueswir12008-08-171-0/+19
* Restore AREG0 after callsblueswir12008-08-171-73/+64
* Sparc code generator update (fix qemu_ld & qemu_st)blueswir12008-08-161-129/+101
* Sparc code generator updateblueswir12008-08-152-96/+149
* Try to avoid glibc global register mangling, againblueswir12008-07-262-20/+38
* Fix 64 bit constant generationblueswir12008-07-071-4/+6
* Implement byte swapping accessesblueswir12008-05-251-36/+66
* 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
* Fix constant checks on Sparc64 hostblueswir12008-05-181-12/+17
* 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
* HPPA (PA-RISC) host supportaurel322008-04-121-1/+2
* Fix i32 memory backed variables on 64-bit hostblueswir12008-03-131-2/+2
* Remove blank elements in tcg_target_reg_alloc_order[] (Stuart Brady)blueswir12008-03-111-1/+1
* Add function prologue, fix pointer load on Sparc64 hostblueswir12008-03-082-12/+62
* Update based on Stuart Brady's commentsblueswir12008-03-071-39/+43
* Fix register references (Igor Kovalenko)blueswir12008-02-291-3/+3
* Preliminary Sparc TCG targetblueswir12008-02-272-0/+722