[C++] Use 'nullptr'.
[oota-llvm.git] / lib / Target / Hexagon / HexagonMachineScheduler.h
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-21 David BlaikieUse unique_ptr to manage objects owned by the ScheduleD...
2014-04-21 Benjamin Kramer[C++11] Replace OwningPtr with std::unique_ptr in place...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2013-12-28 Andrew TrickFactor MI-Sched in preparation for post-ra scheduling...
2013-08-30 Andrew Trickmi-sched: Precompute a PressureDiff for each instructio...
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
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-05 Richard SmithRemove redundant semicolons to fix -pedantic-errors...
2012-09-04 Sergei LarinPorting Hexagon MI Scheduler to the new API.