index
:
external_llvm
replicant-6.0
external/llvm
about
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
*
Turn floating point IVs into integer IVs where possible.
Devang Patel
2008-11-03
1
-0
/
+150
*
Change create*Pass factory functions to return Pass* instead of
Daniel Dunbar
2008-10-22
1
-1
/
+1
*
fix white spaces.
Devang Patel
2008-09-10
1
-5
/
+5
*
if loop induction variable is always sign or zero extended then
Devang Patel
2008-09-09
1
-1
/
+118
*
Remove unused map.
Devang Patel
2008-09-05
1
-1
/
+0
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-1
/
+1
*
Pass the computed iteration count value to RewriteLoopExitValues
Dan Gohman
2008-08-05
1
-4
/
+4
*
Use Loop::block_iterator.
Dan Gohman
2008-06-22
1
-3
/
+5
*
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
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+604