Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / CodeGen / MachineScheduler.h
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.