PR14492: Debug Info: Support for values of non-integer non-type template parameters.
[oota-llvm.git] / include / llvm / CodeGen / MachineScheduler.h
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.