summaryrefslogtreecommitdiff
path: root/lib/Analysis/LoopInfo.cpp
Commit message (Expand)AuthorAge
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* Consistent use of the noduplicate attribute.Eli Bendersky2014-03-17
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-04
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-13
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Simplify code. No functionality change.Jakub Staszak2013-11-13
* Quick look-up for block in loop.Wan Xiaofei2013-10-26
* Add 'const' qualifiers to static const char* variables.Craig Topper2013-07-16
* Add support for llvm.vectorizer metadataPaul Redmond2013-05-28
* Metadata for annotating loops as parallel. The first consumer for this Pekka Jaaskelainen2013-02-13
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...James Molloy2012-12-20
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Release build: guard dump functions withManman Ren2012-09-12
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-06
* Reduce duplicated hash map lookups.Benjamin Kramer2012-08-22
* Enable the new LoopInfo algorithm by default.Andrew Trick2012-06-26
* Remove unnecessary FIXMEAndrew Trick2012-06-26
* A new algorithm for computing LoopInfo. Temporarily disabled.Andrew Trick2012-06-20
* Move the implementation of LoopInfo into LoopInfoImpl.h.Andrew Trick2012-06-20
* Fix 12513: Loop unrolling breaks with indirect branches.Andrew Trick2012-04-10
* Move Instruction::isSafeToSpeculativelyExecute out of VMCore andDan Gohman2011-12-14
* Remove the temporary flag -disable-unroll-scev and dead code.Andrew Trick2011-11-28
* Fix a corner case in updating LoopInfo after fully unrolling an outer loop.Andrew Trick2011-11-18
* LoopInfo::updateUnloop fix, and verify Block->Loop maps.Andrew Trick2011-08-26
* Make a bunch of symbols private.Benjamin Kramer2011-08-19
* Revert r137655. There is some question about whether the 'landingpad'Bill Wendling2011-08-17
* Duncan pointed out that the LandingPadInst might read memory. (It might alsoBill Wendling2011-08-15
* The landingpad instruction isn't loop-invariant.Bill Wendling2011-08-15
* Silence a bunch (but not all) "variable written but not read" warningsDuncan Sands2011-08-12
* Fix for LoopInfo::updateUnloop. Remove subloop blocks from formerAndrew Trick2011-08-11
* Cleanup. Another thorough review by Nick!Andrew Trick2011-08-11
* Reapplying r136844.Andrew Trick2011-08-10
* Cleanup. Added LoopBlocksDFS::perform for simple clients.Andrew Trick2011-08-10
* Reverting r136884 updateUnloop, which crashed a linux builder.Andrew Trick2011-08-04
* An algorithm for incrementally updating LoopInfo within aAndrew Trick2011-08-03
* whitespaceAndrew Trick2011-08-03
* Fix typo pointed out by Trevor Harmon.Duncan Sands2010-11-13
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-12
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* pull a simple method out of LICM into a new Chris Lattner2010-09-06
* Eliminate getCanonicalInductionVariableIncrement's last user andDan Gohman2010-07-23
* Simplify this code; it can use the regular CFG utlities rather thanDan Gohman2010-07-23
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* cache result of operator*Gabor Greif2010-07-09
* Fix a bunch of namespace polution.Dan Gohman2010-04-15