[Hexagon] Add "const" to function parameters in HexagonInstrInfo
[oota-llvm.git] / lib / Target / Hexagon / HexagonMachineScheduler.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-02-02 Eric ChristopherMove HexagonMachineScheduler to use the subtarget off...
2014-10-09 Eric ChristopherRemove unused argument to CreateTargetScheduleState...
2014-08-30 Craig TopperRemove 'virtual' keyword from methods markedwith 'overr...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-06-30 Alp TokerFix 'platform-specific' hyphenations
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.