Reformat.
[oota-llvm.git] / include / llvm / CodeGen / MachinePassRegistry.h
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-01-22 Chris BienemanRefactoring cl::parser construction and initialization.
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...
2012-04-19 Andrew TrickAllow targets to select the default scheduler by name.
2012-04-19 Andrew Trickwhitespace
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2009-12-17 John McCallSundry dependent-name fixes flagged by clang++.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-02-03 Chris Lattnerswitch the sched unit map over to use a DenseMap instea...
2006-08-02 Jim LaskeyFinal polish on machine pass registries.
2006-08-01 Jim Laskey1. Change use of "Cache" to "Default".
2006-08-01 Jim LaskeyForgot the added files for plugable machine passes.