Use 'override/final' instead of 'virtual' for overridden methods
[oota-llvm.git] / lib / CodeGen / SelectionDAG / ScheduleDAGVLIW.cpp
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2014-10-09 Eric ChristopherRemove more calls to getSubtargetImpl from the schedule...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-06-13 Eric ChristopherThe hazard recognizer only needs a subtarget, not a...
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-12 Andrew Trickmisched: Infrastructure for weak DAG edges.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-03-07 Andrew Trickmisched preparation: rename core scheduler methods...
2012-03-07 Andrew Trickmisched preparation: modularize schedule verification.
2012-02-01 Andrew TrickVLIW specific scheduler framework that utilizes determi...