aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachinePassRegistry.cpp
AgeCommit message (Collapse)AuthorFilesLines
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