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
/
include
/
llvm
/
Analysis
/
ScalarEvolutionExpander.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expand SCEVUDiv of power of 2 to a lshr instruction.
Nick Lewycky
2008-07-08
1
-5
/
+1
*
Move a few more SCEVExpander methods out-of-line.
Dan Gohman
2008-06-22
1
-17
/
+4
*
Move SCEVExpander::visitAddExpr out-of-line.
Dan Gohman
2008-06-18
1
-9
/
+1
*
Fix PR2434. When scanning for exising binary operator to reuse don't
Wojciech Matyjewicz
2008-06-15
1
-1
/
+1
*
Prune and tidy #includes.
Dan Gohman
2008-05-29
1
-3
/
+0
*
API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...
Gabor Greif
2008-05-16
1
-3
/
+3
*
Add 'umax' similar to 'smax' SCEV. Closes PR2003.
Nick Lewycky
2008-02-20
1
-0
/
+2
*
Fix PR1798 - an error in the evaluation of SCEVAddRecExpr at an
Wojciech Matyjewicz
2008-02-11
1
-2
/
+2
*
Don't attribute in file headers anymore. See llvmdev for the
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
/
+2
*
Reverted r44163 per request
Anton Korobeynikov
2007-11-15
1
-6
/
+0
*
Fix handling of overflow in loop calculation by adding new UDiv SCEV. This SCEV
Nick Lewycky
2007-11-15
1
-0
/
+6
*
Move the SCEV object factors from being static members of the individual
Dan Gohman
2007-10-22
1
-2
/
+2
*
- Use correct header for SCEV inside LoopPass.cpp
Anton Korobeynikov
2007-08-20
1
-11
/
+2
*
Add a SCEV class and supporting code for sign-extend expressions.
Dan Gohman
2007-06-15
1
-31
/
+12
*
add accessor
Chris Lattner
2007-06-06
1
-0
/
+2
*
what's an & between friends?
Chris Lattner
2007-04-18
1
-1
/
+1
*
CSE simple binary expressions when they are inserted. This makes LSR produce
Chris Lattner
2007-04-13
1
-4
/
+7
*
For PR970:
Reid Spencer
2007-01-21
1
-2
/
+1
*
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
Chris Lattner
2007-01-15
1
-3
/
+3
*
Update code to eliminate calls to isInteger, calling isIntegral instead.
Chris Lattner
2007-01-15
1
-3
/
+3
*
Change the interface to SCEVExpander::InsertCastOfTo to take a cast opcode
Reid Spencer
2006-12-13
1
-4
/
+17
*
Unclutter this by using new cast creation functions.
Reid Spencer
2006-12-04
1
-8
/
+2
*
Change inferred casts to explicit casts.
Reid Spencer
2006-12-04
1
-2
/
+8
*
For PR950:
Reid Spencer
2006-11-27
1
-3
/
+3
*
For PR950:
Reid Spencer
2006-10-26
1
-1
/
+1
*
Fix Transforms/IndVarsSimplify/2006-03-31-NegativeStride.ll and
Chris Lattner
2006-04-01
1
-1
/
+1
*
Refactor a bunch of code into a non-inlined method
Chris Lattner
2006-02-04
1
-33
/
+6
*
add a method
Chris Lattner
2006-02-04
1
-0
/
+2
*
Keep tabs and trailing spaces out.
Jeff Cohen
2005-07-30
1
-2
/
+2
*
Break SCEVExpander out of IndVarSimplify into its own .h/.cpp file so that
Nate Begeman
2005-07-30
1
-0
/
+180