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
/
Transforms
/
Utils
/
LoopUnroll.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace some unnecessary vector copies with references.
Benjamin Kramer
2013-09-15
1
-2
/
+0
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
LoopUnroll: always check for NULL LoopPassManager
Andrew Trick
2012-06-05
1
-3
/
+5
*
Allow NULL LoopPassManager argument in UnrollLoop. PR12734.
Andrew Trick
2012-05-08
1
-20
/
+24
*
Fix 12513: Loop unrolling breaks with indirect branches.
Andrew Trick
2012-04-10
1
-0
/
+6
*
Avoid a confusing assert for silly options: -unroll-runtime -unroll-count=1.
Andrew Trick
2011-12-16
1
-0
/
+5
*
Add -unroll-runtime for unrolling loops with run-time trip counts.
Andrew Trick
2011-12-09
1
-7
/
+22
*
Comments. Thanks for the spell check Nick!
Andrew Trick
2011-08-10
1
-2
/
+2
*
Invoke SimplifyIndVar when we partially unroll a loop. Fixes PR10534.
Andrew Trick
2011-08-10
1
-1
/
+24
*
Cleanup. Added LoopBlocksDFS::perform for simple clients.
Andrew Trick
2011-08-10
1
-7
/
+2
*
Fix the LoopUnroller to handle nontrivial loops and partial unrolling.
Andrew Trick
2011-08-10
1
-52
/
+60
*
LoopUnroll looks like it has some stale code. Remove it to prove my sanity an...
Andrew Trick
2011-08-09
1
-6
/
+1
*
SCEV: Use AssertingVH to catch dangling BasicBlock* when passes forget
Andrew Trick
2011-08-03
1
-2
/
+9
*
Add clarifying comments for the new arguments to UnrollLoop.
Andrew Trick
2011-07-25
1
-0
/
+12
*
Move trip count discovery outside of the generic LoopUnroll helper. This
Andrew Trick
2011-07-23
1
-12
/
+2
*
whitespace
Andrew Trick
2011-07-23
1
-7
/
+7
*
Reinstate r133513 (reverted in r133700) with an additional fix for a
Jay Foad
2011-06-23
1
-39
/
+46
*
Revert r133513:
Eric Christopher
2011-06-23
1
-46
/
+39
*
Remove unused variables.
Benjamin Kramer
2011-06-21
1
-2
/
+2
*
Reinstate r133435 and r133449 (reverted in r133499) now that the clang
Jay Foad
2011-06-21
1
-32
/
+39
*
Revert r133435 and r133449 to appease buildbots.
Chad Rosier
2011-06-21
1
-39
/
+32
*
Change how PHINodes store their operands.
Jay Foad
2011-06-20
1
-32
/
+39
*
Don't unroll loops whose header block's address is taken.
Chris Lattner
2011-02-18
1
-2
/
+10
*
random cleanups
Chris Lattner
2011-01-11
1
-2
/
+2
*
Remove all uses of the "ugly" method BranchInst::setUnconditionalDest().
Jay Foad
2011-01-07
1
-1
/
+3
*
Replace calls to ConstantFoldInstruction with calls to SimplifyInstruction
Duncan Sands
2010-11-23
1
-5
/
+6
*
Be more consistent in using ValueToValueMapTy.
Rafael Espindola
2010-10-13
1
-4
/
+3
*
Preserve ScalarEvolution in the loop unroller.
Dan Gohman
2010-07-26
1
-0
/
+6
*
Use ValueMap instead of DenseMap.
Devang Patel
2010-06-24
1
-3
/
+3
*
Cosmetic change.
Devang Patel
2010-06-23
1
-9
/
+9
*
Rename ValueMapTy as ValueToValueMapTy to clearly indicate that this has no r...
Devang Patel
2010-04-20
1
-4
/
+4
*
Add a DominatorTree argument to isLCSSA so that it doesn't have to
Dan Gohman
2010-03-10
1
-6
/
+0
*
Don't bother with sprintf, just pass the Twine through.
Benjamin Kramer
2010-01-27
1
-5
/
+1
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-11
/
+11
*
Add Loop contains utility methods for testing whether a loop
Dan Gohman
2009-12-18
1
-4
/
+4
*
remove a bunch of extraneous LLVMContext arguments
Chris Lattner
2009-11-06
1
-2
/
+1
*
Teach LoopUnroll how to bail if LoopSimplify can't give it what it needs.
Dan Gohman
2009-11-05
1
-1
/
+12
*
Revert r85667. LoopUnroll currently can't call utility functions which
Dan Gohman
2009-10-31
1
-1
/
+47
*
Merge the enhancements from LoopUnroll's FoldBlockIntoPredecessor into
Dan Gohman
2009-10-31
1
-47
/
+1
*
Simplify this code.
Dan Gohman
2009-10-31
1
-2
/
+2
*
Rename UnrollLoop.cpp to LoopUnroll.cpp, and LoopUnroll.cpp to
Dan Gohman
2009-10-31
1
-0
/
+372