[X86][SSE] Detect AVG pattern during instruction combine for SSE2/AVX2/AVX512BW.
[oota-llvm.git] / test / CodeGen / X86 / misched-matmul.ll
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...
2014-10-10 Hal Finkel[MiSched] Fix a logic error in tryPressure()
2014-02-26 Andrew TrickAdd a limit to the heuristic that register allocates...
2013-09-04 Andrew Trickmi-sched: Force bottom up scheduling for generic targets.
2013-08-30 Andrew Trick mi-sched: improve the generic register pressure compar...
2013-08-30 Andrew Trickmi-sched: Precompute a PressureDiff for each instructio...
2013-08-22 Bill WendlingUpdate to remove the no-frame-pointer-elim-non-leaf...
2013-07-25 Andrew TrickEvict local live ranges if they can be reassigned.
2013-07-25 Andrew TrickAllocate local registers in order for optimal coloring.
2013-07-19 Andrew TrickMI Sched: test case fix for previous checkin.
2013-06-17 Andrew TrickReenable, improve, and add MI-Sched unit tests.
2013-06-15 Andrew TrickMachine Model: Add MicroOpBufferSize and resource Buffe...
2013-04-30 Manman RenTBAA: remove !tbaa from testing cases if not used.
2013-04-05 Andrew TrickRegisterPressure heuristics currently require signed...