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
/
IndVarSimplify.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use recently added getTruncateOrZeroExtend method to make the code shorter.
Wojciech Matyjewicz
2008-06-13
1
-5
/
+1
*
Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to
Dan Gohman
2008-05-23
1
-4
/
+2
*
API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...
Gabor Greif
2008-05-16
1
-1
/
+1
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
1
-3
/
+4
*
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-04-06
1
-5
/
+5
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Move the SCEV object factors from being static members of the individual
Dan Gohman
2007-10-22
1
-3
/
+3
*
Require SCEV before LCSSA.
Devang Patel
2007-09-10
1
-1
/
+1
*
Update GEP constructors to use an iterator interface to fix
David Greene
2007-09-04
1
-1
/
+4
*
Use SmallVector instead of std::vector.
Devang Patel
2007-08-21
1
-2
/
+2
*
Fix a bug.
Zhou Sheng
2007-06-27
1
-1
/
+4
*
Rename ScalarEvolution::deleteInstructionFromRecords to
Dan Gohman
2007-06-19
1
-3
/
+3
*
Use SCEVConstant::get instead of SCEVUnknown::get to create an
Dan Gohman
2007-06-15
1
-2
/
+2
*
Add a SCEV class and supporting code for sign-extend expressions.
Dan Gohman
2007-06-15
1
-6
/
+7
*
Inform ScalarEvolutions that we're deleting Values.
Nick Lewycky
2007-06-06
1
-0
/
+2
*
Fix typo in comment.
Nick Lewycky
2007-05-06
1
-1
/
+1
*
Drop 'const'
Devang Patel
2007-05-03
1
-2
/
+2
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-2
/
+2
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-1
/
+6
*
Now IndVarSimplify is a LoopPass.
Devang Patel
2007-03-07
1
-27
/
+32
*
make better use of LCSSA information in RewriteLoopExitValues. Before, we
Chris Lattner
2007-03-04
1
-67
/
+76
*
Implement PR1179/PR1232 and test/Transforms/IndVarsSimplify/loop_evaluate_[23...
Chris Lattner
2007-03-04
1
-46
/
+26
*
Make RewriteLoopExitValues far less nested by using continue in the loop
Chris Lattner
2007-03-03
1
-91
/
+94
*
Prefer non-virtual calls to ConstantInt::isZero over virtual calls to
Reid Spencer
2007-03-02
1
-3
/
+3
*
Simplify code by using value::takename
Chris Lattner
2007-02-11
1
-10
/
+5
*
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
2007-02-05
1
-1
/
+2
*
remove temporary vectors.
Chris Lattner
2007-01-31
1
-2
/
+1
*
eliminate temporary vectors
Chris Lattner
2007-01-31
1
-2
/
+3
*
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
Chris Lattner
2007-01-15
1
-3
/
+3
*
Eliminate calls to isInteger, generalizing code and tightening checks as needed.
Chris Lattner
2007-01-15
1
-3
/
+3
*
simplify some code
Chris Lattner
2007-01-12
1
-8
/
+2
*
For PR1064:
Reid Spencer
2007-01-12
1
-5
/
+15
*
Comparison of primitive type sizes should now be done in bits, not bytes.
Reid Spencer
2007-01-08
1
-2
/
+3
*
add -debug output for -indvars.
Chris Lattner
2007-01-07
1
-6
/
+19
*
For PR950:
Reid Spencer
2006-12-31
1
-3
/
+2
*
For PR950:
Reid Spencer
2006-12-23
1
-5
/
+5
*
Switch over Transforms/Scalar to use the STATISTIC macro. For each statistic
Chris Lattner
2006-12-19
1
-6
/
+7
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-5
/
+5
*
For PR950:
Reid Spencer
2006-11-27
1
-3
/
+2
*
Fix Transforms/IndVarsSimplify/2006-09-20-LFTR-Crash.ll
Chris Lattner
2006-09-21
1
-15
/
+22
*
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-27
1
-1
/
+1
*
Add an assertion to check that we're really preserving LCSSA.
Owen Anderson
2006-08-25
1
-0
/
+2
*
Reapply the indvars patch, since nothing blew up last night.
Owen Anderson
2006-08-25
1
-0
/
+1
*
Revert my previous patch. Since there are some major changes that went in to...
Owen Anderson
2006-08-25
1
-3
/
+0
*
Specify that indvars actually preserve LCSSA. This has been done for a whil...
Owen Anderson
2006-08-25
1
-0
/
+3
*
Fix a grammaro in a comment.
Reid Spencer
2006-08-18
1
-1
/
+1
*
Hopefully the final attempt at making IndVars preserve LCSSA.
Owen Anderson
2006-07-14
1
-2
/
+30
*
Revert this patch temporarily until PR831 is fixed.
Chris Lattner
2006-07-13
1
-31
/
+15
*
IndVars now (correctly) preserves LCSSA form.
Owen Anderson
2006-07-12
1
-15
/
+31
*
Revert my indvars changes because they were breaking things. Unfortunately this
Owen Anderson
2006-07-11
1
-29
/
+15
[next]