Add a major missing piece to the new SROA pass: aggressive splitting of
[oota-llvm.git] / lib / Transforms / IPO / PassManagerBuilder.cpp
2012-09-18 Chandler CarruthAdd a major missing piece to the new SROA pass: aggress...
2012-09-15 Benjamin KramerDisable new sroa now that all buildbots have tested it.
2012-09-15 Chandler CarruthPort the SSAUpdater-based promotion logic from the...
2012-09-14 Chandler CarruthActually keep the flag default-off for now. =/ That...
2012-09-14 Chandler CarruthIntroduce a new SROA implementation.
2012-04-13 Hal FinkelBy default, use Early-CSE instead of GVN for vectorizat...
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.