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
/
Analysis
/
ScalarEvolutionExpander.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expand SCEVUDiv of power of 2 to a lshr instruction.
Nick Lewycky
2008-07-08
1
-0
/
+14
*
Use SCEVAddRecExpr::isAffine.
Dan Gohman
2008-06-22
1
-2
/
+2
*
Move a few more SCEVExpander methods out-of-line.
Dan Gohman
2008-06-22
1
-0
/
+21
*
Move SCEVExpander::visitAddExpr out-of-line.
Dan Gohman
2008-06-18
1
-0
/
+10
*
Move LSR's private isZero function to a public SCEV member
Dan Gohman
2008-06-18
1
-2
/
+1
*
Fix PR2434. When scanning for exising binary operator to reuse don't
Wojciech Matyjewicz
2008-06-15
1
-15
/
+15
*
Change 'while' loop to 'do' loop.
Wojciech Matyjewicz
2008-06-14
1
-4
/
+11
*
API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...
Gabor Greif
2008-05-16
1
-4
/
+4
*
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-04-06
1
-3
/
+3
*
Add 'umax' similar to 'smax' SCEV. Closes PR2003.
Nick Lewycky
2008-02-20
1
-1
/
+10
*
We should check that existing cast operation has the appropriate opcode befor...
Wojciech Matyjewicz
2008-02-09
1
-19
/
+21
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops.
Nick Lewycky
2007-11-25
1
-0
/
+10
*
Move the SCEV object factors from being static members of the individual
Dan Gohman
2007-10-22
1
-5
/
+5
*
Change "tmp." to "tmp" for temporaries created by ScalarEvolutionExpander
Dan Gohman
2007-09-14
1
-1
/
+1
*
- Use correct header for SCEV inside LoopPass.cpp
Anton Korobeynikov
2007-08-20
1
-0
/
+12
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+209