summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineScheduler.cpp
Commit message (Expand)AuthorAge
* MISched: Cleanup, redundant statement.Andrew Trick2012-12-18
* MISched: Heuristics, compare latency more precisely. It matters more for some...Andrew Trick2012-12-18
* MISched: Remove SchedRemainder::IsResourceLimited. I don't know how to comput...Andrew Trick2012-12-18
* MISched: cleanup, use the proper iterator type.Andrew Trick2012-12-18
* MISched: minor improvement, initialize remaining resources before the first s...Andrew Trick2012-12-18
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* misched: Fix RegisterPressureTracker handling of DebugVals.Andrew Trick2012-12-01
* misched: fix RegionBegin when DebugValues get shuffled to the top.Andrew Trick2012-12-01
* misched: Recompute priority queue when DFSResults are updated.Benjamin Kramer2012-11-29
* misched: Analysis that partitions the DAG into subtrees.Andrew Trick2012-11-28
* misched: rename ScheduleDAGILP to ScheduleDFS to prepare for other heuristics.Andrew Trick2012-11-28
* misched: Debug output fix. Use an always valid iterator.Andrew Trick2012-11-28
* misched: Allow subtargets to enable misched and dependent options.Andrew Trick2012-11-13
* misched: rename interfaceto avoid gcc warningsAndrew Trick2012-11-12
* misched: Target-independent support for MacroFusion.Andrew Trick2012-11-12
* misched: Target-independent support for load/store clustering.Andrew Trick2012-11-12
* misched: Infrastructure for weak DAG edges.Andrew Trick2012-11-12
* Silence GCC warning about falling off the end of a non-void function.Benjamin Kramer2012-11-09
* misched: Heuristics based on the machine model.Andrew Trick2012-11-07
* misched: Rename RemainingCount to avoid confusion with remaining resources.Andrew Trick2012-11-06
* misched: Added handleMove support for updating all kill flags, not just for a...Andrew Trick2012-10-16
* misched: ILP scheduler for experimental heuristics.Andrew Trick2012-10-15
* misched: Use the TargetSchedModel interface wherever possible.Andrew Trick2012-10-10
* misched: avoid scheduling an instruction twice.Andrew Trick2012-10-08
* misched: add a hook for custom DAG postprocessing.Andrew Trick2012-09-14
* Release build: guard dump functions withManman Ren2012-09-11
* Reorganize MachineScheduler interfaces and publish them in the header.Andrew Trick2012-09-11
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-06
* Simplify the computeOperandLatency API.Andrew Trick2012-08-23
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-22
* Fix a typo (the the => the)Sylvestre Ledru2012-07-23
* I'm introducing a new machine model to simultaneously allow simpleAndrew Trick2012-07-07
* misched: allow NULL InstrItineraries.Andrew Trick2012-07-02
* misched: avoid scheduling instructions that can't be dispatched.Andrew Trick2012-06-29
* misched: count micro-ops toward the issue limit.Andrew Trick2012-06-29
* Guard private fields that are unused in Release builds with #ifndef NDEBUG.Benjamin Kramer2012-06-16
* Move RegisterClassInfo.h.Andrew Trick2012-06-06
* Move RegisterPressure.h.Andrew Trick2012-06-06
* misched: API for minimum vs. expected latency.Andrew Trick2012-06-05
* misched: comments from code review.Andrew Trick2012-06-05
* misched: trace formattingAndrew Trick2012-05-25
* Silence unused variable warnings from when assertions are disabled.Kaelyn Uhrain2012-05-24
* misched: Use the same scheduling heuristics with -misched-topdown/bottomup.Andrew Trick2012-05-24
* misched: Trace regpressure.Andrew Trick2012-05-24
* misched: Give each ReadyQ a unique IDAndrew Trick2012-05-24
* misched: Added ScoreboardHazardRecognizer.Andrew Trick2012-05-24
* misched: Release bottom roots in reverse order.Andrew Trick2012-05-24
* misched: rename ReadyQ classAndrew Trick2012-05-24
* misched: copy comments so compareRPDelta is readable by itself.Andrew Trick2012-05-24
* commentsAndrew Trick2012-05-17