aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/PassManagerBuilder.cpp
AgeCommit message (Expand)Author
2012-04-13By default, use Early-CSE instead of GVN for vectorization cleanup.Hal Finkel
2012-04-02Add an option to turn off the expensive GVN load PRE part of GVN.Bill Wendling
2012-03-23add EP_OptimizerLast extension pointKostya Serebryany
2012-02-01Add a basic-block autovectorization pass.Hal Finkel
2012-01-17Add a new PassManagerBuilder customization point,Dan Gohman
2011-12-07Remove unused include.Duncan Sands
2011-11-30make asan work at -O0, llvm part. Patch by glider@google.comKostya Serebryany
2011-08-16Add a mechanism for optimisation plugins to register passes that all front en...David Chisnall
2011-08-09Add a C interface to PassManagerBuilder. It is missing the addExtensionRafael Espindola
2011-08-02Move methods in PassManagerBuilder offline.Rafael Espindola