index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Utils
/
LoopUnroll.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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