summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/LoopInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* [IR] Add token typesDavid Majnemer2015-08-141-0/+2
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-311-2/+2
* Add new constructors for LoopInfo/DominatorTree/BFI/BPICong Hou2015-07-161-0/+4
* Rename LoopInfo::Analyze() to LoopInfo::analyze() and turn its parameter type...Cong Hou2015-07-161-2/+2
* Add llvm::all_of which wraps std::all_of.Pete Cooper2015-05-131-5/+1
* Change a loop in LoopInfo to foreach. NFCPete Cooper2015-05-131-2/+2
* Constify arguments to methods in LoopInfo. NFCPete Cooper2015-05-131-3/+3
* Fix -Wpessimizing-move warnings by removing std::move calls.Richard Trieu2015-04-301-1/+1
* Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2015-03-231-0/+1
* [PM] Port LoopInfo to the new pass manager, adding both a LoopAnalysisChandler Carruth2015-01-201-0/+21
* [PM] Now that LoopInfo isn't in the Pass type hierarchy, it is muchChandler Carruth2015-01-181-26/+11
* [PM] Cleanup more warnings my refactoring exposed where now we haveChandler Carruth2015-01-171-0/+2
* [PM] Split the LoopInfo object apart from the legacy pass, creatingChandler Carruth2015-01-171-27/+31
* Revert "IR: MDNode => Value"Duncan P. N. Exon Smith2014-11-111-3/+3
* IR: MDNode => Value: Instruction::getMetadata()Duncan P. N. Exon Smith2014-11-011-3/+3
* Introduce enum values for previously defined metadata types. (NFC)Philip Reames2014-10-211-1/+3
* Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith2014-07-211-9/+10
* [C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...Manuel Jacob2014-07-201-10/+9
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-15/+15
* Consistent use of the noduplicate attribute.Eli Bendersky2014-03-171-2/+2
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-091-6/+5
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-041-1/+1
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-3/+3
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-131-3/+3
* [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-1/+0
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* Simplify code. No functionality change.Jakub Staszak2013-11-131-8/+8
* Quick look-up for block in loop.Wan Xiaofei2013-10-261-15/+3
* Add 'const' qualifiers to static const char* variables.Craig Topper2013-07-161-1/+1
* Add support for llvm.vectorizer metadataPaul Redmond2013-05-281-6/+57
* Metadata for annotating loops as parallel. The first consumer for this Pekka Jaaskelainen2013-02-131-0/+50
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...James Molloy2012-12-201-2/+14
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+4
* Release build: guard dump functions withManman Ren2012-09-121-1/+1
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-061-0/+2
* Reduce duplicated hash map lookups.Benjamin Kramer2012-08-221-5/+4
* Enable the new LoopInfo algorithm by default.Andrew Trick2012-06-261-8/+1
* Remove unnecessary FIXMEAndrew Trick2012-06-261-3/+0
* A new algorithm for computing LoopInfo. Temporarily disabled.Andrew Trick2012-06-201-1/+8
* Move the implementation of LoopInfo into LoopInfoImpl.h.Andrew Trick2012-06-201-0/+5
* Fix 12513: Loop unrolling breaks with indirect branches.Andrew Trick2012-04-101-0/+11
* Move Instruction::isSafeToSpeculativelyExecute out of VMCore andDan Gohman2011-12-141-1/+2
* Remove the temporary flag -disable-unroll-scev and dead code.Andrew Trick2011-11-281-93/+0
* Fix a corner case in updating LoopInfo after fully unrolling an outer loop.Andrew Trick2011-11-181-11/+9
* LoopInfo::updateUnloop fix, and verify Block->Loop maps.Andrew Trick2011-08-261-2/+13
* Make a bunch of symbols private.Benjamin Kramer2011-08-191-0/+2
* Revert r137655. There is some question about whether the 'landingpad'Bill Wendling2011-08-171-0/+3
* Duncan pointed out that the LandingPadInst might read memory. (It might alsoBill Wendling2011-08-151-3/+0
OpenPOWER on IntegriCloud