aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachinePassRegistry.cpp
AgeCommit message (Collapse)AuthorFilesLines
2014-04-14[C++11] More 'nullptr' conversion. In some cases just using a boolean check ↵Craig Topper1-1/+1
instead of comparing to nullptr. llvm-svn: 206142
2012-04-19Allow targets to select the default scheduler by name.Andrew Trick1-0/+13
llvm-svn: 155090
2011-12-20Unweaken vtables as per ↵David Blaikie1-0/+1
http://llvm.org/docs/CodingStandards.html#ll_virtual_anch llvm-svn: 146960
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
llvm-svn: 45418
2006-08-02Final polish on machine pass registries.Jim Laskey1-13/+19
llvm-svn: 29471
2006-08-011. Change use of "Cache" to "Default".Jim Laskey1-2/+6
2. Added argument to instruction scheduler creators so the creators can do special things. 3. Repaired target hazard code. 4. Misc. More to follow. llvm-svn: 29450
2006-08-01Forgot the added files for plugable machine passes.Jim Laskey1-0/+31
llvm-svn: 29436