summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SPARC
Commit message (Expand)AuthorAgeFilesLines
* [opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie2015-04-166-8/+8
* Update tests to not be as dependent on section numbers.Rafael Espindola2015-04-151-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-133-7/+7
* Use the vanilla func_end symbol for .size.Rafael Espindola2015-03-041-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-2717-76/+76
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-278-24/+24
* SelectionDAG: fold (fp_to_u/sint (s/uint_to_fp)) here tooMehdi Amini2015-02-162-16/+20
* Use the integrated assembler by default on SPARC.Brad Smith2015-01-143-3/+3
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-151-5/+5
* Add back tests for empty function in SPARC and PowerPC.Rafael Espindola2014-09-151-0/+32
* Fix a lot of confusion around inserting nops on empty functions.Rafael Espindola2014-09-151-8/+0
* Provide an implementation of getNoopForMachoTarget for SPARC.Brad Smith2014-09-111-0/+8
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-131-2/+4
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-091-2/+1
* TableGen: fix operand counting for aliasesTim Northover2014-05-168-24/+24
* Allow sret on the second parameter as well as the firstReid Kleckner2014-05-091-0/+8
* Remove the -disable-cfi option.Rafael Espindola2014-05-051-34/+0
* Revert "blockfreq: Temporarily turn on -debug-only=block-freq"Duncan P. N. Exon Smith2014-04-191-3/+2
* blockfreq: Temporarily turn on -debug-only=block-freqDuncan P. N. Exon Smith2014-04-191-2/+3
* Add some target triples for better determinismDuncan P. N. Exon Smith2014-04-181-0/+1
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-132-3/+3
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-111-2/+2
* [Sparc] Add support for parsing directives in SparcAsmParser.Venkatraman Govindaraju2014-03-011-2/+0
* [Sparc] Emit 'restore' instead of 'restore %g0, %g0, %g0'. This improves the ...Venkatraman Govindaraju2014-03-012-3/+6
* Lower FNEG just like FABS to fneg[ds] and fmov[ds], thus avoidingRoman Divacky2014-02-271-0/+11
* SPARC: Implement TRAP lowering. Matches what GCC emits.Benjamin Kramer2014-02-231-0/+11
* Expand 64bit {SHL,SHR,SRA}_PARTS on sparcv9.Roman Divacky2014-02-191-0/+14
* [Sparc] Remove spurious checks from a testcase.Venkatraman Govindaraju2014-02-191-2/+0
* Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders2014-02-131-0/+22
* [Sparc] Emit relocations for Thread Local Storage (TLS) when integrated assem...Venkatraman Govindaraju2014-02-071-0/+48
* [Sparc] Emit correct relocations for PIC code when integrated assembler is used.Venkatraman Govindaraju2014-02-071-0/+33
* [Sparc] Set %o7 as the return address register instead of %i7 in MCRegisterIn...Venkatraman Govindaraju2014-02-011-0/+8
* Implement SPARCv9 atomic_swap_64 with a pseudo.Jakob Stoklund Olesen2014-01-301-0/+9
* [Sparc] Use %r_disp32 for pc_rel entries in FDE as well.Venkatraman Govindaraju2014-01-291-0/+2
* [Sparc] Use %r_disp32 for pc_rel entries in gcc_except_table and eh_frame.Venkatraman Govindaraju2014-01-291-2/+27
* [SparcV9] Use correct register class (I64RegClass) to hold the address of _G...Venkatraman Govindaraju2014-01-291-2/+38
* Fix the DWARF EH encodings for Sparc PIC code.Jakob Stoklund Olesen2014-01-281-17/+61
* Clean up the Legal/Expand logic for SPARC popc.Jakob Stoklund Olesen2014-01-261-2/+2
* Only generate the popc instruction for SPARC CPUs that implement it.Jakob Stoklund Olesen2014-01-261-6/+6
* Fix swapped CASA operands.Jakob Stoklund Olesen2014-01-261-2/+2
* Implement atomicrmw operations in 32 and 64 bits for SPARCv9.Jakob Stoklund Olesen2014-01-241-1/+82
* [Sparc] Add support for inline assembly constraints which specify registers b...Venkatraman Govindaraju2014-01-221-0/+10
* [Sparc] Add support for inline assembly constraint 'I'. Venkatraman Govindaraju2014-01-221-0/+35
* [Sparc] Do not add PC to _GLOBAL_OFFSET_TABLE_ address to access GOT in absol...Venkatraman Govindaraju2014-01-221-4/+2
* Always let value types influence register classes.Jakob Stoklund Olesen2014-01-141-0/+25
* Handle bundled terminators in isBlockOnlyReachableByFallthrough.Jakob Stoklund Olesen2014-01-121-0/+23
* The SPARCv9 ABI returns a float in %f0.Jakob Stoklund Olesen2014-01-123-8/+8
* [Sparc] Add missing processor types: v7 and niagaraVenkatraman Govindaraju2014-01-111-1/+8
* Fix broken CHECK lines.Benjamin Kramer2014-01-111-1/+1
* [Sparc] Bundle instruction with delay slow and its filler. Now, we can use -v...Venkatraman Govindaraju2014-01-111-2/+2
OpenPOWER on IntegriCloud