summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Preserve domtree and loop-simplify for runtime unrolling.Eli Friedman2017-01-181-3/+29
* [loop-unroll] Properly populate LoopInfo for loops cloned in LoopUnrollRuntime.Florian Hahn2017-01-101-3/+5
* Revert "[LoopUnroll] Properly update loop-info when cloning prologues and epi...Michael Zolotukhin2016-09-081-54/+11
* [LoopUnroll] Properly update loop-info when cloning prologues and epilogues.Michael Zolotukhin2016-09-081-11/+54
* [UNROLL] Postpone ScalarEvolution::forgetLoop after TripCountSC is expandedWei Mi2016-08-251-5/+6
* [LoopUnroll] Ensure we create prolog loops in simplified form.Michael Zolotukhin2016-08-021-0/+12
* The patch fixes PR27392.Evgeny Stupachenko2016-04-271-9/+10
* Transforms: Fix bootstrap after r266565Duncan P. N. Exon Smith2016-04-171-4/+4
* test commitEvgeny Stupachenko2016-04-081-2/+2
* IR: RF_IgnoreMissingValues => RF_IgnoreMissingLocals, NFCDuncan P. N. Exon Smith2016-04-071-1/+1
* Adds the ability to use an epilog remainder loop during loop unrolling and makesDavid L Kreitzer2016-04-051-74/+326
* Enable non-power-of-2 #pragma unroll counts.David L Kreitzer2016-03-251-21/+31
* [SCEVExpander] Make findExistingExpansion smarterJunmo Park2016-02-161-3/+5
* Fix typo in comment.Justin Lebar2016-02-121-1/+1
* rangify; NFCSanjay Patel2016-02-081-7/+5
* fix typos; NFCSanjay Patel2016-02-081-17/+17
* Minor code formatting cleanup. NFC.Junmo Park2016-01-281-1/+1
* LPM: Stop threading `Pass *` through all of the loop utility APIs. NFCJustin Bogner2015-12-151-17/+10
* TransformUtils: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-131-5/+5
* Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...Hans Wennborg2015-10-061-1/+1
* [PM] Port ScalarEvolution to the new pass manager.Chandler Carruth2015-08-171-6/+7
* [PM/AA] Remove all of the dead AliasAnalysis pointers being threadedChandler Carruth2015-07-221-5/+5
* [LoopUnroll] Use undef for phis with no value liveDavid Majnemer2015-07-011-1/+1
* [LoopUnroll] Use IRBuilder to create branch instructions.Alexey Samsonov2015-06-111-10/+9
* [LoopUnrollRuntime] Avoid high-cost trip count computation.Sanjoy Das2015-04-141-4/+8
* [LoopUnrollRuntime] Clean up a predicate.Sanjoy Das2015-04-121-3/+2
* Fix a bug indicated by -fsanitize=shift-exponent.Alexey Samsonov2015-04-021-1/+1
* DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini2015-03-101-1/+3
* Revert r231630 - Run LICM pass after loop unrolling pass.Kevin Qin2015-03-091-3/+6
* Run LICM pass after loop unrolling pass.Kevin Qin2015-03-091-6/+3
* Partial fix for bug 22589Sanjoy Das2015-02-181-23/+39
* Teach SplitBlockPredecessors how to handle landingpad blocks.Philip Reames2015-01-281-9/+2
* [PM] Replace the Pass argument to SplitEdge with specific analyses usedChandler Carruth2015-01-191-3/+2
* [PM] Lift the analyses into the interface forChandler Carruth2015-01-191-1/+2
* [PM] Pull the analyses used for another utility routine into its APIChandler Carruth2015-01-181-4/+9
* [PM] Sink the specific analyses preserved by SplitBlock into itsChandler Carruth2015-01-181-1/+6
* [PM] Now that LoopInfo isn't in the Pass type hierarchy, it is muchChandler Carruth2015-01-181-2/+2
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-091-6/+7
* Fix a trip-count overflow issue in LoopUnroll.Michael Zolotukhin2014-11-201-2/+11
* Use a loop to simplify the runtime unrolling prologue.Kevin Qin2014-09-291-118/+130
* Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith2014-07-211-2/+3
* [C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...Manuel Jacob2014-07-201-3/+2
* LoopUnrollRuntime: Check for overflow in the trip count calculation.Benjamin Kramer2014-06-211-11/+12
* [C++] Use 'nullptr'.Craig Topper2014-04-281-2/+2
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-251-3/+3
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-1/+1
* Allow NULL LoopPassManager argument in UnrollLoop. PR12734.Andrew Trick2012-05-081-0/+2
OpenPOWER on IntegriCloud