Fix -Wextra-semi warnings.
[oota-llvm.git] / include / llvm / CodeGen / MachineScheduler.h
2015-07-22 Hans WennborgFix -Wextra-semi warnings.
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-08-20 Alexey SamsonovCleanup: Delete seemingly unused reference to MachineDo...
2014-08-20 Alexey SamsonovFix null reference creation in ScheduleDAGInstrs constr...
2014-07-01 Alp TokerMove remaining LLVM_ENABLE_DUMP conditionals out of...
2014-06-07 Andrew TrickFix the MachineScheduler's logic for updating ready...
2014-06-04 Andrew TrickMove GenericScheduler and PostGenericScheduler into...
2014-04-21 David BlaikieUse unique_ptr to manage objects owned by the ScheduleD...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2013-12-28 Andrew TrickMove the PostRA scheduler's fixupKills function for...
2013-12-28 Andrew TrickFactor MI-Sched in preparation for post-ra scheduling...
2013-12-07 Andrew TrickFactor out the SchedRemainder/SchedBoundary from Generi...
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-09-20 Andrew TrickAllow subtarget selection of the default MachineSchedul...
2013-09-06 Andrew Trickmi-sched: cleanup register pressure update, remove...
2013-09-06 Andrew TrickAdded MachineSchedPolicy.
2013-09-04 Andrew Trickmi-sched: Suppress register pressure tracking when...
2013-09-04 Andrew Trickmi-sched: bypass heuristic checks when regpressure...
2013-09-04 Andrew TrickAdded -misched-regpressure option.
2013-08-30 Andrew Trickmi-sched: update PressureDiffs on-the-fly for liveness.
2013-08-30 Andrew Trickmi-sched: Precompute a PressureDiff for each instructio...
2013-08-29 Andrew TrickComment and revise the cyclic critical path code.
2013-08-23 Andrew Trickmi-sched: Don't call MBB.size() in initSUnits. The...
2013-06-14 Jakub StaszakMove #include from .h to .cpp file.
2013-04-24 Andrew TrickMI Sched: eliminate local vreg copies.
2013-04-13 Andrew TrickMI-Sched: schedule physreg copies.
2013-02-16 Jakub StaszakUse const reference instead of vector object when passi...
2013-01-25 Andrew TrickMachineScheduler support for viewGraph.
2013-01-25 Andrew TrickMIsched: Improve the interface to SchedDFS analysis...
2013-01-25 Andrew TrickMISched: Add SchedDFSResult to ScheduleDAGMI to formali...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-11-20 Chandler CarruthFix a place where the declaration didn't use LLVM_ENABL...
2012-11-12 Andrew Trickmisched: Target-independent support for load/store...
2012-11-07 Andrew Trickmisched: Heuristics based on the machine model.
2012-10-15 Andrew Trickmisched: ILP scheduler for experimental heuristics.
2012-10-10 Andrew Trickmisched: Use the TargetSchedModel interface wherever...
2012-09-14 Andrew Trickmisched: add a hook for custom DAG postprocessing.
2012-09-11 Andrew TrickReorganize MachineScheduler interfaces and publish...
2012-07-02 Bob WilsonConsistently use AnalysisID types in TargetPassConfig.
2012-04-25 Andrew Tricktypo in declaration from earlier today
2012-04-24 Andrew TrickFix a naughty header include that breaks "installed...
2012-04-24 Andrew Trickmisched: DAG builder support for tracking register...
2012-04-19 Andrew TrickAllow targets to select the default scheduler by name.
2012-03-09 Andrew Trickmisched: allow the default scheduler to be one chosen...
2012-03-08 Andrew Trickmisched interface: Expose the MachineScheduler pass.