Add new EliminateAvailableExternally module pass, which is performed in
[oota-llvm.git] / include / llvm / Transforms / IPO / PassManagerBuilder.h
2015-06-10 Teresa JohnsonAdd new EliminateAvailableExternally module pass, which...
2015-03-19 Peter CollingbournelibLTO, llvm-lto, gold: Introduce flag for controlling...
2015-03-19 Duncan P. N. Exon... PassManagerBuilder: Remove effectively dead 'StripDebug...
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2015-01-30 Chandler Carruth[PM] Sink the population of the pass manager with targe...
2015-01-24 Chandler Carruth[PM] Rework how the TargetLibraryInfo pass integrates...
2014-09-13 Nick LewyckyAdd control of function merging to the PMBuilder.
2014-08-21 Rafael EspindolaMove some logic to populateLTOPassManager.
2014-08-21 Rafael EspindolaHandle inlining in populateLTOPassManager like in popul...
2014-08-21 Rafael EspindolaMove DisableGVNLoadPRE from populateLTOPassManager...
2014-08-21 Rafael EspindolaSort declarations.
2014-08-05 Rafael EspindolaDon't internalize all but main by default.
2014-05-29 Michael J. Spencer[LoadCombine] Missed a file.
2014-05-26 NAKAMURA TakumiReformat linefeeds.
2014-05-25 Peter CollingbourneAdd an extension point for peephole optimizers.
2014-04-18 Duncan P. N. Exon... PMBuilder: Expose an option to disable tail calls
2013-12-05 Renato GolinAdd #pragma vectorize enable/disable to LLVM
2013-11-17 Hal FinkelAdd a loop rerolling flag to the PassManagerBuilder
2013-11-09 Chandler CarruthMove the old pass manager infrastructure into a legacy...
2013-06-24 Chandler CarruthAdd a flag to defer vectorization into a phase after...
2013-06-20 Meador IngeRemove the simplify-libcalls pass (finally)
2013-04-15 Nadav RotemAdd an option -vectorize-slp-aggressive for running...
2013-04-15 Nadav RotemRename the slp-vectorizer clang/llvm flags. No function...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
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-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-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-02 Rafael EspindolaMove methods in PassManagerBuilder offline.
2011-08-02 Rafael Espindolamove PassManagerBuilder.h to IPO. This is a non intuiti...