index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
LoopInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-15
/
+15
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-17
/
+15
*
Simplify code. No functionality change.
Jakub Staszak
2013-11-13
1
-8
/
+8
*
Quick look-up for block in loop.
Wan Xiaofei
2013-10-26
1
-15
/
+3
*
Add 'const' qualifiers to static const char* variables.
Craig Topper
2013-07-16
1
-1
/
+1
*
Add support for llvm.vectorizer metadata
Paul Redmond
2013-05-28
1
-6
/
+57
*
Metadata for annotating loops as parallel. The first consumer for this
Pekka Jaaskelainen
2013-02-13
1
-0
/
+50
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-2
/
+2
*
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...
James Molloy
2012-12-20
1
-2
/
+14
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-4
/
+4
*
Release build: guard dump functions with
Manman Ren
2012-09-12
1
-1
/
+1
*
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
1
-0
/
+2
*
Reduce duplicated hash map lookups.
Benjamin Kramer
2012-08-22
1
-5
/
+4
*
Enable the new LoopInfo algorithm by default.
Andrew Trick
2012-06-26
1
-8
/
+1
*
Remove unnecessary FIXME
Andrew Trick
2012-06-26
1
-3
/
+0
*
A new algorithm for computing LoopInfo. Temporarily disabled.
Andrew Trick
2012-06-20
1
-1
/
+8
*
Move the implementation of LoopInfo into LoopInfoImpl.h.
Andrew Trick
2012-06-20
1
-0
/
+5
*
Fix 12513: Loop unrolling breaks with indirect branches.
Andrew Trick
2012-04-10
1
-0
/
+11
*
Move Instruction::isSafeToSpeculativelyExecute out of VMCore and
Dan Gohman
2011-12-14
1
-1
/
+2
*
Remove the temporary flag -disable-unroll-scev and dead code.
Andrew Trick
2011-11-28
1
-93
/
+0
*
Fix a corner case in updating LoopInfo after fully unrolling an outer loop.
Andrew Trick
2011-11-18
1
-11
/
+9
*
LoopInfo::updateUnloop fix, and verify Block->Loop maps.
Andrew Trick
2011-08-26
1
-2
/
+13
*
Make a bunch of symbols private.
Benjamin Kramer
2011-08-19
1
-0
/
+2
*
Revert r137655. There is some question about whether the 'landingpad'
Bill Wendling
2011-08-17
1
-0
/
+3
*
Duncan pointed out that the LandingPadInst might read memory. (It might also
Bill Wendling
2011-08-15
1
-3
/
+0
*
The landingpad instruction isn't loop-invariant.
Bill Wendling
2011-08-15
1
-0
/
+3
*
Silence a bunch (but not all) "variable written but not read" warnings
Duncan Sands
2011-08-12
1
-4
/
+4
*
Fix for LoopInfo::updateUnloop. Remove subloop blocks from former
Andrew Trick
2011-08-11
1
-16
/
+29
*
Cleanup. Another thorough review by Nick!
Andrew Trick
2011-08-11
1
-6
/
+6
*
Reapplying r136844.
Andrew Trick
2011-08-10
1
-0
/
+244
*
Cleanup. Added LoopBlocksDFS::perform for simple clients.
Andrew Trick
2011-08-10
1
-0
/
+13
*
Reverting r136884 updateUnloop, which crashed a linux builder.
Andrew Trick
2011-08-04
1
-242
/
+0
*
An algorithm for incrementally updating LoopInfo within a
Andrew Trick
2011-08-03
1
-0
/
+242
*
whitespace
Andrew Trick
2011-08-03
1
-3
/
+3
*
Fix typo pointed out by Trevor Harmon.
Duncan Sands
2010-11-13
1
-1
/
+1
*
Begin adding static dependence information to passes, which will allow us to
Owen Anderson
2010-10-12
1
-1
/
+3
*
Now with fewer extraneous semicolons!
Owen Anderson
2010-10-07
1
-1
/
+1
*
pull a simple method out of LICM into a new
Chris Lattner
2010-09-06
1
-6
/
+10
*
Eliminate getCanonicalInductionVariableIncrement's last user and
Dan Gohman
2010-07-23
1
-17
/
+5
*
Simplify this code; it can use the regular CFG utlities rather than
Dan Gohman
2010-07-23
1
-13
/
+7
*
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-07-21
1
-2
/
+1
*
cache result of operator*
Gabor Greif
2010-07-09
1
-3
/
+4
*
Fix a bunch of namespace polution.
Dan Gohman
2010-04-15
1
-2
/
+2
*
Add a DominatorTree argument to isLCSSA so that it doesn't have to
Dan Gohman
2010-03-10
1
-9
/
+2
*
Make isLCSSA ignore uses in blocks not reachable from the entry block,
Dan Gohman
2010-03-09
1
-3
/
+14
*
Restore dump() methods to Loop and MachineLoop.
Dan Gohman
2010-01-05
1
-0
/
+5
*
Add Loop contains utility methods for testing whether a loop
Dan Gohman
2009-12-18
1
-1
/
+1
*
Make getUniqueExitBlocks's precondition assert more precise, to
Dan Gohman
2009-12-11
1
-3
/
+3
*
Teach getSmallConstantTripMultiple about Shl operators.
Dan Gohman
2009-11-20
1
-0
/
+5
*
Minor tidiness fixes.
Dan Gohman
2009-11-09
1
-4
/
+3
[next]