[TwoAddressInstructionPass] When looking for a 3 addr conversion after commuting...
[oota-llvm.git] / test / CodeGen / SPARC /
2015-09-10 James Y Knight[SPARC] Switch to the Machine Scheduler.
2015-08-31 Hans WennborgFix CHECK directives that weren't checking.
2015-08-26 James Y Knight[SPARC] Fix stupid oversight in stack realignment support.
2015-08-21 James Y Knight[Sparc] Support user-specified stack object overalignment.
2015-08-19 James Y Knight[SPARC] Fix BooleanContents, so that select of a trunc...
2015-08-10 James Y Knight[Sparc] Implement i64 load/store support for 32-bit...
2015-07-08 James Y Knight[SPARC] Cleanup handling of the Y/ASR registers.
2015-06-23 Daniel JasperRevert r240302 ("Bring r240130 back.").
2015-06-22 Rafael EspindolaBring r240130 back.
2015-06-19 Nico WeberRevert 240130, it caused crashes (repro in PR23900).
2015-06-19 Rafael EspindolaMake all temporary symbols unnamed.
2015-06-18 James Y Knight[SPARC] Repair GOT references to internal symbols.
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-05-18 James Y KnightAdd support for the Sparc implementation-defined "ASR...
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-15 Rafael EspindolaUpdate tests to not be as dependent on section numbers.
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-04 Rafael EspindolaUse the vanilla func_end symbol for .size.
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-16 Mehdi AminiSelectionDAG: fold (fp_to_u/sint (s/uint_to_fp)) here too
2015-01-14 Brad SmithUse the integrated assembler by default on SPARC.
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-09-15 Rafael EspindolaAdd back tests for empty function in SPARC and PowerPC.
2014-09-15 Rafael EspindolaFix a lot of confusion around inserting nops on empty...
2014-09-11 Brad SmithProvide an implementation of getNoopForMachoTarget...
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-05-16 Tim NorthoverTableGen: fix operand counting for aliases
2014-05-09 Reid KlecknerAllow sret on the second parameter as well as the first
2014-05-05 Rafael EspindolaRemove the -disable-cfi option.
2014-04-19 Duncan P. N. Exon... Revert "blockfreq: Temporarily turn on -debug-only...
2014-04-19 Duncan P. N. Exon... blockfreq: Temporarily turn on -debug-only=block-freq
2014-04-18 Duncan P. N. Exon... Add some target triples for better determinism
2014-03-13 Rafael EspindolaRemove the linker_private and linker_private_weak linkages.
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2014-03-01 Venkatraman Govind... [Sparc] Add support for parsing directives in SparcAsmP...
2014-03-01 Venkatraman Govind... [Sparc] Emit 'restore' instead of 'restore %g0, %g0...
2014-02-27 Roman DivackyLower FNEG just like FABS to fneg[ds] and fmov[ds]...
2014-02-23 Benjamin KramerSPARC: Implement TRAP lowering. Matches what GCC emits.
2014-02-19 Roman DivackyExpand 64bit {SHL,SHR,SRA}_PARTS on sparcv9.
2014-02-19 Venkatraman Govind... [Sparc] Remove spurious checks from a testcase.
2014-02-13 Daniel SandersRe-commit: Demote EmitRawText call in AsmPrinter::EmitI...
2014-02-07 Venkatraman Govind... [Sparc] Emit relocations for Thread Local Storage ...
2014-02-07 Venkatraman Govind... [Sparc] Emit correct relocations for PIC code when...
2014-02-01 Venkatraman Govind... [Sparc] Set %o7 as the return address register instead...
2014-01-30 Jakob Stoklund OlesenImplement SPARCv9 atomic_swap_64 with a pseudo.
2014-01-29 Venkatraman Govind... [Sparc] Use %r_disp32 for pc_rel entries in FDE as...
2014-01-29 Venkatraman Govind... [Sparc] Use %r_disp32 for pc_rel entries in gcc_except_...
2014-01-29 Venkatraman Govind... [SparcV9] Use correct register class (I64RegClass)...
2014-01-28 Jakob Stoklund OlesenFix the DWARF EH encodings for Sparc PIC code.
2014-01-26 Jakob Stoklund OlesenClean up the Legal/Expand logic for SPARC popc.
2014-01-26 Jakob Stoklund OlesenOnly generate the popc instruction for SPARC CPUs that...
2014-01-26 Jakob Stoklund OlesenFix swapped CASA operands.
2014-01-24 Jakob Stoklund OlesenImplement atomicrmw operations in 32 and 64 bits for...
2014-01-22 Venkatraman Govind... [Sparc] Add support for inline assembly constraints...
2014-01-22 Venkatraman Govind... [Sparc] Add support for inline assembly constraint...
2014-01-22 Venkatraman Govind... [Sparc] Do not add PC to _GLOBAL_OFFSET_TABLE_ address...
2014-01-14 Jakob Stoklund OlesenAlways let value types influence register classes.
2014-01-12 Jakob Stoklund OlesenHandle bundled terminators in isBlockOnlyReachableByFal...
2014-01-12 Jakob Stoklund OlesenThe SPARCv9 ABI returns a float in %f0.
2014-01-11 Venkatraman Govind... [Sparc] Add missing processor types: v7 and niagara
2014-01-11 Benjamin KramerFix broken CHECK lines.
2014-01-11 Venkatraman Govind... [Sparc] Bundle instruction with delay slow and its...
2014-01-10 Venkatraman Govind... [Sparc] Emit retl/ret instead of jmp instruction. It...
2014-01-04 Venkatraman Govind... [SparcV9]: Implement RETURNADDR and FRAMEADDR lowering...
2014-01-01 Venkatraman Govind... [Sparc] Handle atomic loads/stores in sparc backend.
2014-01-01 Venkatraman Govind... [SparcV9]: Custom lower UMULO/SMULO so that the argumen...
2014-01-01 Venkatraman Govind... [SparcV9]: Use SRL instead of SLL to clear top 32-bits...
2013-12-29 Venkatraman Govind... [SparcV9] Use separate instruction patterns for 64...
2013-12-29 Venkatraman Govind... [SparcV9] For codegen generated library calls that...
2013-12-29 Venkatraman Govind... [SparcV9]: Implement lowering of long double (fp128...
2013-12-26 Venkatraman Govind... [Sparc] Lower and MachineInstr to MC and print assembly...
2013-12-09 Venkatraman Govind... [SPARCV9]: Adjust the resultant pointer of DYNAMIC_STAC...
2013-12-09 Venkatraman Govind... [Sparc]: Implement getSetCCResultType() in SparcTargetL...
2013-12-08 Venkatraman Govind... [SparcV9]: Expand MULHU/MULHS:i64 and UMUL_LOHI/SMUL_LO...
2013-11-24 Venkatraman Govind... [Sparc] Emit large negative adjustments to SP/FP with...
2013-11-24 Venkatraman Govind... [SparcV9]: Do not emit .register directives for global...
2013-11-24 Venkatraman Govind... [SparcV9] Enable custom lowering of DYNAMIC_STACKALLOC...
2013-11-03 Venkatraman Govind... [SparcV9] Handle i64 <-> float conversions in sparcv9...
2013-11-03 Venkatraman Govind... [Sparc] Expand FP_TO_UINT, UINT_TO_FP for fp128.
2013-11-03 Venkatraman Govind... [SparcV9] Add ctpop instruction for i64. Also, expand...
2013-10-31 Roman DivackySparcV9 doesnt have rem instruction either.
2013-10-09 Venkatraman Govind... [Sparc] Disable tail call optimization for sparc64.
2013-10-06 Venkatraman Govind... [Sparc] Do not emit nop after fcmp* instruction with V9.
2013-10-06 Venkatraman Govind... [Sparc] Custom lower addc/adde/subc/sube on i64 in...
2013-10-06 Venkatraman Govind... [Sparc] Use addxcc/subxcc for adde/sube instead of...
2013-10-05 Venkatraman Govind... [Sparc] Use correct alignment while loading/storing...
2013-10-05 Venkatraman Govind... [Sparc] Respect hasHardQuad parameter correctly when...
2013-10-04 Venkatraman Govind... [Sparc] Correct the floating point conditional code...
2013-09-30 Manman RenTBAA: update tbaa format from scalar format to struct...
2013-09-26 Venkatraman Govind... [Sparc] Implements exception handling in SPARC with...
2013-09-22 Venkatraman Govind... [Sparc] Add support for TLS in sparc.
2013-09-22 Venkatraman Govind... [SPARC] Make functions with GLOBAL_OFFSET_TABLE access...
2013-09-22 Venkatraman Govind... [Sparc] Emit .register directive to declare the use...
2013-09-21 Venkatraman Govind... [Sparc] Fix lowering FABS on fp128 (long double) on...
2013-09-05 Venkatraman Govind... [Sparc] Correctly handle call to functions with Returns...
2013-09-04 Venkatraman Govind... [Sparc] Fix an assertion failure while lowering fcmp...
2013-09-03 Venkatraman Govind... [Sparc] Add support for soft long double (fp128).
2013-09-02 Venkatraman Govind... [Sparc] Implement spill and load for long double(f128...
next