index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
Expressions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-07-04
1
-0
/
+2
*
Simplify code
Chris Lattner
2004-06-26
1
-12
/
+5
*
Remove use of ConstantHandling itf
Chris Lattner
2004-01-12
1
-9
/
+11
*
rename ClassifyExpression -> ClassifyExpr
Chris Lattner
2003-12-23
1
-12
/
+12
*
Finegrainify namespacification
Chris Lattner
2003-12-23
1
-42
/
+42
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Regularize header file comments
Chris Lattner
2003-10-13
1
-1
/
+1
*
Eliminate old-style cast
Chris Lattner
2003-07-23
1
-1
/
+1
*
The word `separate' only has one `e'.
Misha Brukman
2003-07-14
1
-1
/
+1
*
Fix bug: Regression/Other/2002-03-11-ExprAssertion.ll
Chris Lattner
2003-07-01
1
-1
/
+3
*
Fix bug: LevelRaise/2003-06-25-ExprAnalysis.ll
Chris Lattner
2003-06-25
1
-2
/
+0
*
s/convertable/convertible/g
Misha Brukman
2003-05-20
1
-1
/
+1
*
Fix bug: IndVarSimplify/2003-04-16-ExprAnalysis.ll
Chris Lattner
2003-04-16
1
-4
/
+2
*
- Renamed Type::isIntegral() to Type::isInteger()
Chris Lattner
2002-09-03
1
-3
/
+3
*
- Eliminate the last traces of the 'analysis' namespace
Chris Lattner
2002-08-30
1
-6
/
+1
*
Add #include removed from ConstantHandling.h
Chris Lattner
2002-05-06
1
-0
/
+1
*
Replace all usages of Type::isPointerType with isa<PointerType>
Chris Lattner
2002-05-06
1
-2
/
+2
*
Module's are no longer Value subclasses
Chris Lattner
2002-04-28
1
-1
/
+1
*
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
1
-1
/
+1
*
ConstantHandling moved into VMCore library
Chris Lattner
2002-04-08
1
-1
/
+1
*
change refs to Method to Function
Chris Lattner
2002-03-26
1
-4
/
+4
*
Fix test/Regression/Other/2002-03-14-ValueToLarge.ll. Note that this
Chris Lattner
2002-03-14
1
-3
/
+30
*
Bugfix for test/Regression/Other/2002-03-11-ExprAssertion.ll
Chris Lattner
2002-03-11
1
-3
/
+2
*
Move stuff out of the Optimizations directories into the appropriate Transforms
Chris Lattner
2002-01-21
1
-2
/
+1
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-3
/
+4
*
Some programs are using BB's as values, until we resolve this. Disable the as...
Chris Lattner
2001-12-13
1
-1
/
+3
*
"fix" problems processing floating point expressions
Chris Lattner
2001-12-05
1
-0
/
+3
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
1
-41
/
+41
*
Make Mul work right
Chris Lattner
2001-11-26
1
-10
/
+14
*
* Implement more powerful expr analysis of cast instructions
Chris Lattner
2001-11-26
1
-11
/
+20
*
Fix code to make GCC 2.96 happy
Chris Lattner
2001-10-13
1
-1
/
+2
*
* Both Method & GlobalVariable now subclass GlobalValue
Chris Lattner
2001-10-03
1
-1
/
+1
*
Commit more code over to new cast style
Chris Lattner
2001-10-02
1
-5
/
+5
*
Convert more code to use new style casts
Chris Lattner
2001-10-01
1
-8
/
+11
*
Add more support for new style casts
Chris Lattner
2001-10-01
1
-1
/
+1
*
Add support for new style casts
Chris Lattner
2001-10-01
1
-1
/
+1
*
Handle subtract in expression classifier
Chris Lattner
2001-09-11
1
-45
/
+91
*
Add support for global variables
Chris Lattner
2001-09-10
1
-2
/
+3
*
Simplify code by eliminating need to hang onto constant pool references
Chris Lattner
2001-09-07
1
-52
/
+27
*
Fix a bug when compiling 'shl ubyte * %var, ubyte 2'
Chris Lattner
2001-07-25
1
-1
/
+2
*
More functionality, renamed API
Chris Lattner
2001-07-21
1
-70
/
+145
*
Start of expression analysis support
Chris Lattner
2001-07-20
1
-0
/
+207