aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachinePassRegistry.h
AgeCommit message (Expand)Author
2012-04-19Allow targets to select the default scheduler by name.Andrew Trick
2012-04-19whitespaceAndrew Trick
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2009-12-17Sundry dependent-name fixes flagged by clang++.John McCall
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-02-03switch the sched unit map over to use a DenseMap instead of std::map. ThisChris Lattner
2006-08-02Final polish on machine pass registries.Jim Laskey
2006-08-011. Change use of "Cache" to "Default".Jim Laskey
2006-08-01Forgot the added files for plugable machine passes.Jim Laskey