aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/PassManagerBuilder.h
AgeCommit message (Expand)Author
2011-08-02move PassManagerBuilder.h to IPO. This is a non intuitive place to put it,Rafael Espindola
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner
2011-07-06Introduce "expect" intrinsic instructions.Jakub Staszak
2011-07-05Remove the ObjC ARC passes from the default optimization list, and addDan Gohman
2011-06-15The ARC language-specific optimizer. Credit to Dan Gohman.John McCall
2011-06-10Fix example code in comment.Richard Osborne
2011-05-22another typoChris Lattner
2011-05-22fix comment typoChris Lattner
2011-05-22add support for LTO passes.Chris Lattner
2011-05-21add an extension point mechanism that allow plugins to add stuff to Chris Lattner
2011-05-21add a new PassManagerBuilder class to replace StandardPasses.hChris Lattner