Rename the BB-vectorize flag to match the dragonegg name
[oota-llvm.git] / lib / Transforms / IPO / PassManagerBuilder.cpp
2012-10-29 Nadav RotemRename the BB-vectorize flag to match the dragonegg...
2012-10-29 Nadav RotemChange the PassManagerBuilder (used by -O3) loop vector...
2012-10-26 Rafael EspindolaChange the internalize pass to internalize all symbols...
2012-10-24 Nadav Rotemrevert accidental change
2012-10-24 Nadav RotemImplement a basic cost model for vector and scalar...
2012-10-18 Chandler CarruthIntroduce a BarrierNoop pass, a hack designed to allow...
2012-10-17 Nadav RotemAdd a loop vectorizer.
2012-10-02 Chandler CarruthTurn the new SROA pass back on. Let's see if it sticks...
2012-09-28 Evan ChengGlobalDCE should be run at -O2 / -Os to eliminate unuse...
2012-09-26 Nick LewyckyDisable the new SROA pass to get the tree back in worki...
2012-09-24 Chandler CarruthEnable the new SROA pass by default.
2012-09-18 Benjamin KramerLNT builders have picked up new SROA, disable it to...
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.