summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/misched-matmul.ll
AgeCommit message (Expand)Author
2017-08-02X86: Do not use llc -march in tests.Matthias Braun
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2014-10-10[MiSched] Fix a logic error in tryPressure()Hal Finkel
2014-02-26Add a limit to the heuristic that register allocates instructions in local or...Andrew Trick
2013-09-04mi-sched: Force bottom up scheduling for generic targets.Andrew Trick
2013-08-30 mi-sched: improve the generic register pressure comparison.Andrew Trick
2013-08-30mi-sched: Precompute a PressureDiff for each instruction, adjust for liveness...Andrew Trick
2013-08-22Update to remove the no-frame-pointer-elim-non-leaf flag if it was set to 'fa...Bill Wendling
2013-07-25Evict local live ranges if they can be reassigned.Andrew Trick
2013-07-25Allocate local registers in order for optimal coloring.Andrew Trick
2013-07-19MI Sched: test case fix for previous checkin.Andrew Trick
2013-06-17Reenable, improve, and add MI-Sched unit tests.Andrew Trick
2013-06-15Machine Model: Add MicroOpBufferSize and resource BufferSize.Andrew Trick
2013-04-30TBAA: remove !tbaa from testing cases if not used.Manman Ren
2013-04-05RegisterPressure heuristics currently require signed comparisons.Andrew Trick