summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/LoopInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix variable names; NFCSanjay Patel2016-01-171-16/+16
* rangify; NFCISanjay Patel2016-01-151-49/+40
* remove duplicate documentation comments (already in the header file) ; NFCSanjay Patel2016-01-141-54/+8
* LoopInfo: Simplify ownership of Loop objectsJustin Bogner2016-01-081-2/+4
* [WinEH] Update LCSSA to handle catchswitch with handlers inside and outside a...Andrew Kaylor2015-12-181-1/+8
* Fix typo in r255720Justin Bogner2015-12-161-1/+1
* LPM: Simplify how passes mark loops for deletion. NFCJustin Bogner2015-12-161-7/+1
* [IR] Reformulate LLVM's EH funclet IRDavid Majnemer2015-12-121-1/+7
* [IndVars] Have getInsertPointForUses preserve LCSSASanjoy Das2015-12-081-0/+9
* Revert "Revert "Strip metadata when speculatively hoisting instructions (r252...Igor Laevsky2015-11-181-0/+7
* Revert "Strip metadata when speculatively hoisting instructions"Renato Golin2015-11-101-7/+0
* Strip metadata when speculatively hoisting instructionsIgor Laevsky2015-11-101-0/+7
* PM: Rephrase PrintLoopPass as a wrapper around a new-style pass. NFCJustin Bogner2015-11-041-0/+14
* [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
OpenPOWER on IntegriCloud