summaryrefslogtreecommitdiff
path: root/test/CodeGen/SPARC/fp128.ll
AgeCommit message (Expand)Author
2016-04-25[Sparc] Fix double-float fabs and fneg on little endian CPUs.James Y Knight
2015-08-21[Sparc] Support user-specified stack object overalignment.James Y Knight
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-16SelectionDAG: fold (fp_to_u/sint (s/uint_to_fp)) here tooMehdi Amini
2014-02-27Lower FNEG just like FABS to fneg[ds] and fmov[ds], thus avoidingRoman Divacky
2014-01-10[Sparc] Emit retl/ret instead of jmp instruction. It improves the readability...Venkatraman Govindaraju
2013-11-03[SparcV9] Handle i64 <-> float conversions in sparcv9 mode.Venkatraman Govindaraju
2013-11-03[Sparc] Expand FP_TO_UINT, UINT_TO_FP for fp128.Venkatraman Govindaraju
2013-10-06[Sparc] Do not emit nop after fcmp* instruction with V9.Venkatraman Govindaraju
2013-10-05[Sparc] Use correct alignment while loading/storing fp128 values.Venkatraman Govindaraju
2013-10-05[Sparc] Respect hasHardQuad parameter correctly when lowering SINT_TO_FP with...Venkatraman Govindaraju
2013-09-21[Sparc] Fix lowering FABS on fp128 (long double) on pre-v9 targets.Venkatraman Govindaraju
2013-09-04[Sparc] Fix an assertion failure while lowering fcmp on long double.Venkatraman Govindaraju
2013-09-03[Sparc] Add support for soft long double (fp128).Venkatraman Govindaraju
2013-09-02[Sparc] Implement spill and load for long double(f128) registers.Venkatraman Govindaraju
2013-08-25[Sparc] Add long double (f128) instructions to sparc backend. Venkatraman Govindaraju