summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid constructing GlobalExtensions only to find out it is empty.Frederich Munch2017-07-061-4/+14
* Remove the BBVectorize pass.Chandler Carruth2017-06-301-47/+6
* [EarlyCSE][MemorySSA] Enable MemorySSA in function-simplification pass of Ear...Geoff Berry2017-06-271-2/+2
* Enable ICP for AutoFDO.Dehao Chen2017-06-271-2/+3
* [PGO] Implementate profile counter regiser promotionXinliang David Li2017-06-251-0/+2
* Remove the LoadCombine pass. It was never enabled and is unsupported.Eric Christopher2017-06-221-11/+0
* Revert r305313 & r305303, self-hosting build-bot isn’t liking it.Frederich Munch2017-06-131-3/+4
* Force RegisterStandardPasses to construct std::function in the IPO library.Frederich Munch2017-06-131-4/+3
* [EarlyCSE] Add option to use MemorySSA for function simplification run of Ear...Geoff Berry2017-06-101-1/+5
* [PM] GVNSink is off by default, fix an obvious typo.Davide Italiano2017-06-011-1/+1
* PMB: Run the whole-program-devirt pass during LTO at --lto-O0.Peter Collingbourne2017-05-261-0/+6
* [GVNSink] GVNSink passJames Molloy2017-05-251-0/+9
* [PartialInlining] Add internal options to enable partial inlining in pass pip...Xinliang David Li2017-05-221-2/+8
* [PM/LoopUnswitch] Introduce a new, simpler loop unswitch pass.Chandler Carruth2017-04-271-1/+10
* Disable GVN Hoist due to still more bugs being found in it. There isChandler Carruth2017-04-271-2/+2
* Simplify the CFG after loop pass cleanup.Filipe Cabecinhas2017-04-261-0/+5
* [PM] Run IndirectCallPromotion only when PGO is enabled.Davide Italiano2017-04-251-9/+9
* [ThinLTO/Summary] Rename anonymous globals as last action ...Davide Italiano2017-04-231-3/+6
* Re-apply "[GVNHoist] Move GVNHoist to function simplification part of pipeline."Geoff Berry2017-04-131-2/+2
* [GVNHoist] Re-enable GVNHoist by defaultGeoff Berry2017-04-111-3/+3
* [PGO] Memory intrinsic calls optimization based on profiled sizeRong Xu2017-04-041-0/+4
* Split the SimplifyCFG pass into two variants.Joerg Sonnenberger2017-03-261-1/+1
* Disable loop unrolling and icp in SamplePGO ThinLTO compile phaseDehao Chen2017-03-231-1/+12
* IPO: Const correctness for summaries passed into passes.Peter Collingbourne2017-03-221-7/+5
* Only unswitch loops with uniform conditionsStanislav Mekhanoshin2017-03-171-2/+3
* Disable gvn-hoist (PR32153)Hans Wennborg2017-03-061-2/+2
* Revert "Re-apply "[GVNHoist] Move GVNHoist to function simplification part of...Benjamin Kramer2017-03-031-2/+2
* Re-apply "[GVNHoist] Move GVNHoist to function simplification part of pipeline."Geoff Berry2017-03-021-2/+2
* Add call branch annotation for ICP promoted direct call in SamplePGO mode.Dehao Chen2017-02-231-3/+6
* Increases full-unroll threshold.Dehao Chen2017-02-181-6/+6
* PMB: Add an importing WPD pass to the start of the ThinLTO backend pipeline.Peter Collingbourne2017-02-151-1/+15
* IR: Type ID summary extensions for WPD; thread summary into WPD pass.Peter Collingbourne2017-02-131-1/+2
* Rename LowerTypeTestsSummaryAction to PassSummaryAction. NFCI.Peter Collingbourne2017-02-091-5/+3
* [PM] MLSM has been enabled for a way. Reclaim a cl::opt.Davide Italiano2017-01-281-8/+2
* Add loop pass insertion point EP_LateLoopOptimizationsKrzysztof Parzyszek2017-01-251-0/+2
* IPO, LTO: Plumb the summary from the LTO API into the pass manager.Peter Collingbourne2017-01-201-2/+7
* LowerTypeTests: Thread summary and action from the API and command line into ...Peter Collingbourne2017-01-071-1/+2
* [PMBuilder] Remove RunFloat2Int cl::opt.Davide Italiano2017-01-021-6/+1
* [NewGVN] Add a flag to enable the pass via `-mllvm`.Davide Italiano2016-12-261-4/+14
* [LDist] Match behavior between invoking via optimization pipeline or opt -loo...Adam Nemet2016-12-211-1/+1
* IPO: Remove the ModuleSummary argument to the FunctionImport pass. NFCI.Peter Collingbourne2016-12-211-7/+0
* Revert "[GVNHoist] Move GVNHoist to function simplification part of pipeline."Evgeniy Stepanov2016-12-171-2/+2
* Create SampleProfileLoader pass in llvm instead of clangDehao Chen2016-12-141-0/+5
* [GVNHoist] Move GVNHoist to function simplification part of pipeline.Geoff Berry2016-12-141-2/+2
* revert r289669 which breaks botsDehao Chen2016-12-141-5/+0
* Create SampleProfileLoader pass in llvm instead of clangDehao Chen2016-12-141-0/+5
* Introduce GlobalSplit pass.Peter Collingbourne2016-11-161-0/+5
* Add comments about why we put LoopSink pass at the very late stage.Dehao Chen2016-11-101-0/+4
* Enable Loop Sink pass for functions that has profile.Dehao Chen2016-11-091-4/+4
* Conditionally eliminate library calls where the result value is not usedRong Xu2016-10-181-0/+7
OpenPOWER on IntegriCloud