aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/PassManagerBuilder.h
Commit message (Expand)AuthorAgeFilesLines
* move PassManagerBuilder.h to IPO. This is a non intuitive place to put it,Rafael Espindola2011-08-021-331/+0
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-1/+1
* Introduce "expect" intrinsic instructions.Jakub Staszak2011-07-061-0/+1
* Remove the ObjC ARC passes from the default optimization list, and addDan Gohman2011-07-051-3/+9
* The ARC language-specific optimizer. Credit to Dan Gohman.John McCall2011-06-151-0/+2
* Fix example code in comment.Richard Osborne2011-06-101-2/+2
* another typoChris Lattner2011-05-221-1/+1
* fix comment typoChris Lattner2011-05-221-1/+1
* add support for LTO passes.Chris Lattner2011-05-221-0/+75
* add an extension point mechanism that allow plugins to add stuff to Chris Lattner2011-05-211-40/+83
* add a new PassManagerBuilder class to replace StandardPasses.hChris Lattner2011-05-211-0/+204