index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
/
LoopInstSimplify.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove #includes from the commonly used LoopInfo.h.
Jakub Staszak
2013-02-09
1
-0
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-2
/
+2
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-4
/
+4
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-2
/
+2
*
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-29
1
-1
/
+1
*
Clean whitespaces.
Nadav Rotem
2012-07-24
1
-1
/
+1
*
Propagate TargetLibraryInfo throughout ConstantFolding.cpp and
Chad Rosier
2011-12-01
1
-1
/
+5
*
LoopInstSimplify preserves ScalarEvolution.
Cameron Zwarich
2011-02-11
1
-0
/
+1
*
LoopInstSimplify preserves LoopSimplify.
Cameron Zwarich
2011-01-09
1
-0
/
+1
*
Fix coding style issues.
Cameron Zwarich
2011-01-08
1
-2
/
+2
*
Contract subloop bodies. However, it is still important to visit the phis at the
Cameron Zwarich
2011-01-08
1
-7
/
+41
*
Use pop_back_val instead of back followed by pop_back.
Cameron Zwarich
2011-01-05
1
-2
/
+1
*
Use a worklist for later iterations just like ordinary instsimplify. The next
Cameron Zwarich
2011-01-05
1
-0
/
+19
*
Change LoopInstSimplify back to a LoopPass. It revisits subloops rather than
Cameron Zwarich
2011-01-05
1
-10
/
+36
*
Switch to the new style of asterisk placement.
Cameron Zwarich
2011-01-04
1
-8
/
+8
*
Address most of Duncan's review comments. Also, make LoopInstSimplify a simple
Cameron Zwarich
2011-01-04
1
-37
/
+15
*
Add a new loop-instsimplify pass, with the intention of replacing the instance
Cameron Zwarich
2011-01-03
1
-0
/
+112