summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/Scalar.cpp
Commit message (Expand)AuthorAgeFilesLines
* [UnrollAndJam] New Unroll and Jam passDavid Green2018-07-011-0/+5
* [instsimplify] Move the instsimplify pass to use more obvious file namesChandler Carruth2018-06-291-0/+1
* Revert 333358 as it's failing on some builders.David Green2018-05-271-5/+0
* [UnrollAndJam] Add a new Unroll and Jam passDavid Green2018-05-271-0/+5
* Restore the LoopInstSimplify pass, reverting r327329 that removed it.Chandler Carruth2018-05-251-0/+1
* [LoopGuardWidening] Split out a loop pass version of GuardWideningPhilip Reames2018-04-271-0/+1
* Fix some layering in AggressiveInstCombine (avoiding inclusion of Scalar.h)David Blaikie2018-04-241-4/+0
* InstCombine: Fix layering by not including Scalar.h in InstCombineDavid Blaikie2018-04-241-4/+0
* [AggressiveInstCombine] Add aggressive inst combiner to the LLVM C API.Craig Topper2018-04-241-0/+4
* Oops - moved slightly too many things from Scalar to Utils. Move LoopSimplify...David Blaikie2018-03-281-0/+4
* Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...David Blaikie2018-03-281-12/+0
* Finish moving the IPSCCP pass from Scalar to IPO - moving the registrationDavid Blaikie2018-03-221-1/+0
* [New PM][IRCE] port of Inductive Range Check Elimination pass to the new pass...Fedor Sergeev2018-03-151-1/+1
* Remove the LoopInstSimplify pass (-loop-instsimplify)Vedant Kumar2018-03-121-1/+0
* [PM] port Rewrite Statepoints For GC to the new pass manager.Fedor Sergeev2017-12-151-1/+1
* Rename CountingFunctionInserter and use for both mcount and cygprofile calls,...Hans Wennborg2017-11-141-0/+2
* Recommit r317351 : Add CallSiteSplitting passJun Bum Lim2017-11-031-0/+1
* Revert "Add CallSiteSplitting pass"Jun Bum Lim2017-11-031-1/+0
* Add CallSiteSplitting passJun Bum Lim2017-11-031-0/+1
* Revert "[ExpandMemCmp] Split ExpandMemCmp from CodeGen into its own pass."Clement Courbet2017-11-021-1/+0
* [ExpandMemCmp] Split ExpandMemCmp from CodeGen into its own pass.Clement Courbet2017-11-021-0/+1
* [SimplifyCFG] use pass options and remove the latesimplifycfg passSanjay Patel2017-10-281-6/+1
* [DivRempairs] add a pass to optimize div/rem pairs (PR31028)Sanjay Patel2017-09-091-0/+1
* Reland rL312315: [MergeICmps] MergeICmps is a new optimization pass that turn...Clement Courbet2017-09-011-0/+1
* Revert "[MergeICmps] MergeICmps is a new optimization pass that turns chains ...Clement Courbet2017-09-011-1/+0
* [MergeICmps] MergeICmps is a new optimization pass that turns chains of integerClement Courbet2017-09-011-0/+1
* Remove the LoadCombine pass. It was never enabled and is unsupported.Eric Christopher2017-06-221-1/+0
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-3/+3
* [GVNSink] GVNSink passJames Molloy2017-05-251-0/+1
* [PM/LoopUnswitch] Introduce a new, simpler loop unswitch pass.Chandler Carruth2017-04-271-0/+2
* Split the SimplifyCFG pass into two variants.Joerg Sonnenberger2017-03-261-0/+5
* Split NewGVN class into a legacy pass and an impl, instead of a merged class.Daniel Berlin2017-03-121-1/+1
* NVPTX: Move InferAddressSpaces to generic codeMatt Arsenault2017-01-311-0/+1
* [Guards] Introduce loop-predication passArtur Pilipenko2017-01-251-0/+1
* [GVN] Initial check-in of a new global value numbering algorithm.Davide Italiano2016-12-221-0/+5
* Add Loop Sink pass to reverse the LICM based of basic block frequency.Dehao Chen2016-10-271-0/+5
* [EarlyCSE] Change C API pass interface for EarlyCSE w/ MemorySSAGeoff Berry2016-09-011-2/+6
* [EarlyCSE] Optionally use MemorySSA. NFC.Geoff Berry2016-08-311-2/+3
* [PM] Port LoopDataPrefetch to new pass managerTeresa Johnson2016-08-131-1/+1
* [PM] Port SpeculativeExecution to the new PMMichael Kuperstein2016-08-011-1/+1
* [PM] Port LowerGuardIntrinsic to the new PM.Michael Kuperstein2016-07-281-1/+1
* [PM] Port NaryReassociate to the new PMWei Mi2016-07-211-1/+1
* [LoopDist] Port to new PMAdam Nemet2016-07-181-1/+1
* [PM] Convert LoopInstSimplify Pass to new PMDehao Chen2016-07-151-1/+1
* code hoisting pass based on GVNSebastian Pop2016-07-151-0/+5
* [PM] Port Dead Loop Deletion Pass to the new PMJun Bum Lim2016-07-141-1/+1
* Revert r275401, it caused PR28551.Nico Weber2016-07-141-5/+0
* code hoisting pass based on GVNSebastian Pop2016-07-141-0/+5
* New pass manager for LICM.Dehao Chen2016-07-121-1/+1
* [PM] Port LoopIdiomRecognize Pass to new PMDehao Chen2016-07-121-1/+1
OpenPOWER on IntegriCloud