Add an option to turn off the expensive GVN load PRE part of GVN.
[oota-llvm.git] / lib / Transforms / IPO / PassManagerBuilder.cpp
2012-04-02 Bill WendlingAdd an option to turn off the expensive GVN load PRE...
2012-03-23 Kostya Serebryanyadd EP_OptimizerLast extension point
2012-02-01 Hal FinkelAdd a basic-block autovectorization pass.
2012-01-17 Dan GohmanAdd a new PassManagerBuilder customization point,
2011-12-07 Duncan SandsRemove unused include.
2011-11-30 Kostya Serebryanymake asan work at -O0, llvm part. Patch by glider@googl...
2011-08-16 David ChisnallAdd a mechanism for optimisation plugins to register...
2011-08-09 Rafael EspindolaAdd a C interface to PassManagerBuilder. It is missing...
2011-08-02 Rafael EspindolaMove methods in PassManagerBuilder offline.