summaryrefslogtreecommitdiff
path: root/test/CodeGen/SPARC/2011-01-19-DelaySlot.ll
AgeCommit message (Expand)Author
2016-11-11ScheduleDAGInstrs: Add condjump deps to addSchedBarrierDeps()Matthias Braun
2016-01-13[SPARC] Revamp AnalyzeBranch and add ReverseBranchCondition.James Y Knight
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie
2014-05-16TableGen: fix operand counting for aliasesTim Northover
2014-04-19Revert "blockfreq: Temporarily turn on -debug-only=block-freq"Duncan P. N. Exon Smith
2014-04-19blockfreq: Temporarily turn on -debug-only=block-freqDuncan P. N. Exon Smith
2014-04-18Add some target triples for better determinismDuncan P. N. Exon Smith
2014-03-01[Sparc] Emit 'restore' instead of 'restore %g0, %g0, %g0'. This improves the ...Venkatraman Govindaraju
2014-01-11[Sparc] Bundle instruction with delay slow and its filler. Now, we can use -v...Venkatraman Govindaraju
2014-01-10[Sparc] Emit retl/ret instead of jmp instruction. It improves the readability...Venkatraman Govindaraju
2013-07-18Update to more CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2013-07-18Disambiguate function names in some CodeGen tests. (Some tests were using fun...Stephen Lin
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2013-06-17Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.Benjamin Kramer
2013-06-07[Sparc]: Use cmp instruction instead of subcc to compare integers.Venkatraman Govindaraju
2013-06-02Sparc: Combine add/or/sethi instruction with restore if possible.Venkatraman Govindaraju
2013-06-02Sparc: Perform leaf procedure optimization by defaultVenkatraman Govindaraju
2013-05-19[Sparc] Rearrange integer registers' allocation order so that register alloca...Venkatraman Govindaraju
2013-05-16[Sparc] Prevent instructions that defines or uses %o7 to be in call's delay s...Venkatraman Govindaraju
2011-02-21Generate correct Sparc32 ABI compliant code for functions that return a struct.Venkatraman Govindaraju
2011-02-12Prevent IMPLICIT_DEF/KILL to become a delay filler instruction in SPARC backend.Venkatraman Govindaraju
2011-01-20Sparc backend: Implements a delay slot filler that attempt to fill delay slotsVenkatraman Govindaraju