index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Analysis
/
ScalarEvolution.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle decrementing loops properly. Fixes PR1533.
Nick Lewycky
2007-07-16
1
-15
/
+13
*
Move the APInt form of SCEVUnknown::getIntegerSCEV to SCEVConstant::get, and
Dan Gohman
2007-07-09
1
-15
/
+14
*
Rename ScalarEvolution::deleteInstructionFromRecords to
Dan Gohman
2007-06-19
1
-14
/
+14
*
In SCEVAddExpr::get, skip over any cast operands before looking for nested
Dan Gohman
2007-06-18
1
-2
/
+5
*
Add a SCEV class and supporting code for sign-extend expressions.
Dan Gohman
2007-06-15
1
-0
/
+47
*
Optimize this test. Firstly, only Instructions may use other Instructions.
Nick Lewycky
2007-06-06
1
-2
/
+2
*
Fix PR1487 and Transforms/IndVar/2007-06-06-DeleteDanglesPtr.ll
Nick Lewycky
2007-06-06
1
-3
/
+22
*
Drop 'const'
Devang Patel
2007-05-03
1
-1
/
+1
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-1
/
+1
*
Fix build error.
Lauro Ramos Venancio
2007-05-02
1
-1
/
+1
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-0
/
+1
*
Revert last patch. It was already fixed.
Reid Spencer
2007-04-16
1
-6
/
+1
*
For PR1336:
Reid Spencer
2007-04-16
1
-1
/
+6
*
Fix a nasty bug introduced when apint'ified. This fixes
Chris Lattner
2007-04-15
1
-4
/
+4
*
Eliminate unnecessary APInt construction.
Zhou Sheng
2007-04-07
1
-8
/
+7
*
Make APInt variables do the computation stuffs instead of
Zhou Sheng
2007-04-07
1
-14
/
+11
*
Eliminate unnecessary zext/trunc stuffs.
Zhou Sheng
2007-04-07
1
-14
/
+10
*
Treat xor of signbit like an add.
Chris Lattner
2007-04-02
1
-1
/
+10
*
Guard further against APInt operations with operands of unequal bit width.
Reid Spencer
2007-03-04
1
-4
/
+11
*
Fix an unequal bitwidth issue.
Reid Spencer
2007-03-02
1
-3
/
+6
*
Prefer non-virtual calls to ConstantInt::isZero over virtual calls to
Reid Spencer
2007-03-02
1
-6
/
+6
*
Make it possible to create an SCEVUnknown from an APInt as well as an int.
Reid Spencer
2007-03-01
1
-0
/
+4
*
Construct ConstantInt with simpler constructor.
Reid Spencer
2007-03-01
1
-4
/
+4
*
Fix last night's 445.gobmk breakage which was caused by comparison of
Reid Spencer
2007-03-01
1
-0
/
+1
*
Remove the "isSigned" parameters from ConstantRange. It turns out they
Reid Spencer
2007-03-01
1
-8
/
+7
*
APIntify various computations in ScalarEvolution
Reid Spencer
2007-03-01
1
-55
/
+52
*
For PR1205:
Reid Spencer
2007-02-28
1
-16
/
+20
*
For PR1205:
Reid Spencer
2007-02-28
1
-4
/
+5
*
For PR1205:
Reid Spencer
2007-02-28
1
-21
/
+27
*
For PR1205:
Reid Spencer
2007-02-28
1
-6
/
+5
*
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-02-02
1
-1
/
+1
*
The local "ConstantFold" method is now just a watered down version of
Chris Lattner
2007-01-30
1
-37
/
+3
*
adjust to constant folding api changes.
Chris Lattner
2007-01-30
1
-2
/
+2
*
For PR1043:
Reid Spencer
2007-01-19
1
-1
/
+1
*
Unbreak VC++ build.
Jeff Cohen
2007-01-15
1
-1
/
+1
*
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
Chris Lattner
2007-01-15
1
-11
/
+11
*
Update code to eliminate calls to isInteger, calling isIntegral instead.
Chris Lattner
2007-01-15
1
-16
/
+11
*
Fix PR1101 and Analysis/ScalarEvolution/trip-count.ll
Chris Lattner
2007-01-14
1
-3
/
+5
*
don't discriminate against bool
Chris Lattner
2007-01-12
1
-1
/
+1
*
Implement review feedback for the ConstantBool->ConstantInt merge. Chris
Reid Spencer
2007-01-12
1
-4
/
+4
*
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
1
-1
/
+1
*
For PR1043:
Zhou Sheng
2007-01-11
1
-13
/
+15
*
Convert uses of getPrimitiveSize that should be getPrimitiveSizeInBits.
Reid Spencer
2007-01-08
1
-6
/
+6
*
Fix PR1015 and Transforms/IndVarsSimplify/2007-01-06-TripCount.ll, a
Chris Lattner
2007-01-07
1
-1
/
+15
*
cast of int to bool no longer does a compare, rendering this fixme
Chris Lattner
2007-01-07
1
-1
/
+0
*
For PR950:
Reid Spencer
2006-12-31
1
-47
/
+9
*
For PR950:
Reid Spencer
2006-12-23
1
-96
/
+102
*
Add a FIXME about signedness.
Reid Spencer
2006-12-21
1
-0
/
+2
*
Add some comments about things that can go away once signless types are in.
Reid Spencer
2006-12-21
1
-1
/
+8
*
eliminate static ctors from Statistics
Chris Lattner
2006-12-19
1
-23
/
+19
[next]