summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix use after freeXin Tong2017-01-061-1/+1
* Revert @llvm.assume with operator bundles (r289755-r289757)Daniel Jasper2016-12-191-7/+20
* Remove the AssumptionCacheHal Finkel2016-12-151-20/+7
* [Loop Unswitch] Patch to selective unswitch only the reachable branch instruc...Abhilash Bhandari2016-11-251-1/+36
* Cleanup : Use metadata preserving API for branch creationXinliang David Li2016-09-031-9/+4
* Possible fix of test failures on win bots Xinliang David Li2016-08-231-3/+3
* [Profile] refactor meta data copying/swapping codeXinliang David Li2016-08-231-37/+8
* Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-1/+1
* Preserve the assumption cache more oftenDavid Majnemer2016-08-161-6/+7
* Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.Benjamin Kramer2016-06-261-10/+8
* [LoopUnswitch] Unswitch on conditions feeding into guardsSanjoy Das2016-06-261-7/+33
* [LoopUnswitch] Avoid exponential behaviorSanjoy Das2016-06-251-4/+22
* Disable MSan-hostile loop unswitching.Evgeniy Stepanov2016-06-101-0/+18
* [LoopUnroll] Unroll loops which have exit blocks to EH padsDavid Majnemer2016-05-031-0/+5
* Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor2016-04-221-1/+1
* Revert "Initial implementation of optimization bisect support."Vedant Kumar2016-04-221-1/+1
* Initial implementation of optimization bisect support.Andrew Kaylor2016-04-211-1/+1
* IR: RF_IgnoreMissingValues => RF_IgnoreMissingLocals, NFCDuncan P. N. Exon Smith2016-04-071-1/+1
* [LPM] Factor all of the loop analysis usage updates into a common helperChandler Carruth2016-02-191-14/+4
* LoopPass: Simplify the API for adding a new loop. NFCJustin Bogner2015-10-221-5/+4
* [LoopUnswitch] Correct misleading comments.Chen Li2015-10-141-2/+1
* Scalar: Remove remaining ilist iterator implicit conversionsDuncan P. N. Exon Smith2015-10-131-9/+11
* Generalize convergent check to handle invokes as well as calls.Owen Anderson2015-10-091-4/+4
* Teach LoopUnswitch not to perform non-trivial unswitching on loops containing...Owen Anderson2015-10-091-0/+14
* [LoopUnswitch] Add block frequency analysis to recognize hot/cold regionsChen Li2015-09-291-0/+48
* [LoopUnswitch] Require DominatorTree info.Michael Zolotukhin2015-09-221-11/+7
* Fix UB: can't bind a reference to nullptr (NFC)Mehdi Amini2015-09-211-1/+1
* Add GlobalsAA as preserved to a bunch of transformsJames Molloy2015-09-101-0/+2
* [PM] Port ScalarEvolution to the new pass manager.Chandler Carruth2015-08-171-3/+3
* [LoopUnswitch] Check OptimizeForSize before traversing over all basic blocks ...Chen Li2015-08-131-7/+6
* don't repeat function names in comments; NFCSanjay Patel2015-08-111-39/+34
* fix 80-cols; NFCSanjay Patel2015-08-111-19/+22
* [LoopUnswitch] Preserve make.implicit metadata for unswitched conditionsChen Li2015-08-051-0/+1
* wrap OptSize and MinSize attributes for easier and consistent access (NFCI)Sanjay Patel2015-08-041-0/+1
* [LoopUnswitch] Improve loop unswitch pass to find trivial unswitch conditions...Chen Li2015-07-251-20/+60
* [PM/AA] Remove all of the dead AliasAnalysis pointers being threadedChandler Carruth2015-07-221-2/+1
* [LoopUnswitch] Code refactoring to separate trivial loop unswitch and non-tri...Chen Li2015-07-221-96/+112
* [LoopUnswitch] Add an else clause to IsTrivialUnswitchCondition() when checki...Chen Li2015-07-151-1/+2
* This change fixes three bugs in loop unswitching. This change causes an 81% s...Mark Heffernan2015-06-231-40/+65
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fix PR13851: Preserve metadata for the unswitched branchWeiming Zhao2015-06-231-20/+67
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini2015-03-101-1/+3
* Transforms: Canonicalize access to function attributes, NFCDuncan P. N. Exon Smith2015-02-141-3/+1
* [multiversion] Thread a function argument through all the callers of theChandler Carruth2015-02-011-1/+2
* [PM] Change the core design of the TTI analysis to use a polymorphicChandler Carruth2015-01-311-4/+5
* Teach SplitBlockPredecessors how to handle landingpad blocks.Philip Reames2015-01-281-10/+3
* [PM] Replace the Pass argument to SplitEdge with specific analyses usedChandler Carruth2015-01-191-3/+3
* [PM] Cleanup a dead option to critical edge splitting that I noticedChandler Carruth2015-01-191-3/+1
* [PM] Remove the Pass argument from all of the critical edge splittingChandler Carruth2015-01-191-2/+5
OpenPOWER on IntegriCloud