Replace PROLOG_LABEL with a new CFI_INSTRUCTION.
[oota-llvm.git] / lib / Target / Hexagon / HexagonMachineScheduler.cpp
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2013-12-28 Andrew TrickFactor MI-Sched in preparation for post-ra scheduling...
2013-09-11 Eli FriedmanRename variables for consistency.
2013-09-10 Eli FriedmanFix unused variables.
2013-08-30 Andrew Trickmi-sched: Precompute a PressureDiff for each instructio...
2013-07-27 Chandler CarruthFix a memory leak in the hexagon scheduler. We call...
2013-06-15 Andrew TrickMachine Model: Add MicroOpBufferSize and resource Buffe...
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2013-03-10 Jakub StaszakCleanup #includes.
2013-03-02 Andrew TrickAdded FIXME for future Hexagon cleanup.
2013-02-13 Andrew TrickMIsched: HazardRecognizers are created for each DAG...
2013-01-25 Andrew TrickMIsched: Improve the interface to SchedDFS analysis...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-06 Andrew TrickScheduleDAG interface. Added OrderKind to distinguish...
2012-10-10 Andrew Trickmisched: Use the TargetSchedModel interface wherever...
2012-09-14 Sergei LarinDAG post-process for Hexagon MI scheduler
2012-09-14 Benjamin KramerRemove redundant private field.
2012-09-11 Andrew TrickReorganize MachineScheduler interfaces and publish...
2012-09-10 Sergei LarinAdd "blocked" heuristic to the Hexagon MI scheduler.
2012-09-04 Sergei LarinPorting Hexagon MI Scheduler to the new API.