summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/PassManagerBuilder.cpp
Commit message (Expand)AuthorAge
...
* Disable the loop vectorizer.Nadav Rotem2012-12-14
* Enable the Loop Vectorizer by default for O2 and O3. Disable if-conversion by...Nadav Rotem2012-12-13
* LoopVectorizer: Use the "optsize" attribute to decide if we are allowed to in...Nadav Rotem2012-12-12
* LoopVectorizer: When -Os is used, vectorize only loops that dont require a ta...Nadav Rotem2012-12-12
* Enable the loop vectorizer only on O2 and above. (Still disabled by default)Nadav Rotem2012-12-10
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* No need to run LICM after loop vectorization because we dont generate invaria...Nadav Rotem2012-11-29
* Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko2012-11-15
* 80-colNadav Rotem2012-10-30
* Rename the BB-vectorize flag to match the dragonegg nameNadav Rotem2012-10-29
* Change the PassManagerBuilder (used by -O3) loop vectorizer flag from -vector...Nadav Rotem2012-10-29
* Change the internalize pass to internalize all symbols when given an emptyRafael Espindola2012-10-26
* revert accidental changeNadav Rotem2012-10-24
* Implement a basic cost model for vector and scalar instructions. Nadav Rotem2012-10-24
* Introduce a BarrierNoop pass, a hack designed to allow *some* controlChandler Carruth2012-10-18
* Add a loop vectorizer.Nadav Rotem2012-10-17
* Turn the new SROA pass back on. Let's see if it sticks this time. =]Chandler Carruth2012-10-02
* GlobalDCE should be run at -O2 / -Os to eliminate unused dtor, etc. rdar://91...Evan Cheng2012-09-28
* Disable the new SROA pass to get the tree back in working order. We don't yetNick Lewycky2012-09-26
* Enable the new SROA pass by default.Chandler Carruth2012-09-24
* LNT builders have picked up new SROA, disable it to get the remaining builder...Benjamin Kramer2012-09-18
* Add a major missing piece to the new SROA pass: aggressive splitting ofChandler Carruth2012-09-18
* Disable new sroa now that all buildbots have tested it.Benjamin Kramer2012-09-15
* Port the SSAUpdater-based promotion logic from the old SROA pass to theChandler Carruth2012-09-15
* Actually keep the flag default-off for now. =/ That's what I get forChandler Carruth2012-09-14
* Introduce a new SROA implementation.Chandler Carruth2012-09-14
* By default, use Early-CSE instead of GVN for vectorization cleanup.Hal Finkel2012-04-13
* Add an option to turn off the expensive GVN load PRE part of GVN.Bill Wendling2012-04-02
* add EP_OptimizerLast extension pointKostya Serebryany2012-03-23
* Add a basic-block autovectorization pass.Hal Finkel2012-02-01
* Add a new PassManagerBuilder customization point,Dan Gohman2012-01-17
* Remove unused include.Duncan Sands2011-12-07
* make asan work at -O0, llvm part. Patch by glider@google.comKostya Serebryany2011-11-30
* Add a mechanism for optimisation plugins to register passes that all front en...David Chisnall2011-08-16
* Add a C interface to PassManagerBuilder. It is missing the addExtensionRafael Espindola2011-08-09
* Move methods in PassManagerBuilder offline.Rafael Espindola2011-08-02