summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/Sink.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* Use isConvergent helper instead of directly checking attributeMatt Arsenault2019-10-271-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [CallSite removal] Migrate all Alias Analysis APIs to use the newlyChandler Carruth2019-01-071-3/+3
* [IR] Replace `isa<TerminatorInst>` with `isTerminator()`.Chandler Carruth2018-08-261-1/+1
* [IR] Sink `isExceptional` predicate to `Instruction`, rename it toChandler Carruth2018-08-261-1/+1
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-6/+4
* [Sink] Really really fix predicate in legality checkFiona Glaser2018-01-111-1/+1
* Modify ModRefInfo values using static inline method abstractions [NFC].Alina Sbirlea2017-12-051-2/+2
* [Sink] Fix predicate in legality checkKeno Fischer2017-06-091-1/+1
* Remove unnecessary IDom checkXin Tong2017-03-201-3/+4
* [PM] Introduce an analysis set used to preserve all analyses overChandler Carruth2017-01-151-3/+2
* Consistently use FunctionAnalysisManagerSean Silva2016-08-091-1/+1
* [Sink] Don't move calls to readonly functions across storesNicolai Haehnle2016-07-111-2/+6
* Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.Benjamin Kramer2016-06-261-3/+2
* PM: Port SinkingPass to the new pass managerJustin Bogner2016-04-221-66/+77
* PM: Reorder the functions used for SinkingPass. NFCJustin Bogner2016-04-221-60/+60
* Remove uses of builtin comma operator.Richard Trieu2016-02-181-2/+4
* [IR] Reformulate LLVM's EH funclet IRDavid Majnemer2015-12-121-1/+7
* [Sink] Don't move landingpadsKeno Fischer2015-11-161-1/+1
* [Sink] Don't check BB.empty()David Majnemer2015-10-221-1/+1
* Scalar: Remove remaining ilist iterator implicit conversionsDuncan P. N. Exon Smith2015-10-131-2/+2
* Refine the definition of convergent to only disallow the addition of new cont...Owen Anderson2015-10-091-1/+2
* [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth2015-09-091-3/+3
* [PM/AA] Extract the ModRef enums from the AliasAnalysis class inChandler Carruth2015-07-221-1/+1
* [PM/AA] Remove the Location typedef from the AliasAnalysis class nowChandler Carruth2015-06-171-1/+1
* [PM/AA] Start refactoring AliasAnalysis to remove the analysis group andChandler Carruth2015-06-041-1/+1
* Teach the IR Sink pass to (conservatively) respect convergent annotations.Owen Anderson2015-06-011-0/+6
* DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini2015-03-101-3/+1
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-041-2/+2
* [PM] Split the LoopInfo object apart from the legacy pass, creatingChandler Carruth2015-01-171-4/+4
* Use range based for loops to avoid needing to re-mention SmallPtrSet size.Craig Topper2014-08-241-3/+2
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-211-3/+3
* Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...Craig Topper2014-08-181-3/+3
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-171-3/+3
* Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith2014-07-211-5/+4
* [C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...Manuel Jacob2014-07-201-4/+5
* Feeding isSafeToSpeculativelyExecute its DataLayout pointer (in Sink)Hal Finkel2014-07-101-1/+5
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-251-5/+5
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Sink: Don't sink static allocas from the entry blockTom Stellard2014-03-211-0/+7
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-091-4/+3
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-051-2/+2
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-041-1/+1
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-131-4/+4
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-131-1/+1
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-091-3/+2
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* 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-3/+3
OpenPOWER on IntegriCloud