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
/
VMCore
/
ConstantFold.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Rearrange and comment code better. No functionality changes
Chris Lattner
2004-01-12
1
-160
/
+177
*
Rename ConstantHandling.* -> ConstantFolding.*
Chris Lattner
2004-01-12
1
-3
/
+49
*
Remove a whole bunch more ugliness. This is actually getting to the point of
Chris Lattner
2004-01-12
1
-52
/
+66
*
Move ConstantHandling.h into lib/VMCore and out of include/llvm
Chris Lattner
2004-01-12
1
-1
/
+1
*
Eliminate usage of the wierd overloaded operator constant folders
Chris Lattner
2004-01-12
1
-33
/
+34
*
Move llvm::ConstantFoldInstruction from here to Transforms/Utils
Chris Lattner
2004-01-12
1
-58
/
+0
*
Implement: Assembler/2004-01-11-getelementptrfolding.llx
Chris Lattner
2004-01-11
1
-6
/
+8
*
Relax constrains on GEP type indexes
Chris Lattner
2003-11-25
1
-4
/
+12
*
Implement == and != correctly. Before they would incorrectly return !=
Chris Lattner
2003-11-17
1
-0
/
+24
*
No REALLY, get rid of ConstantPointer references
Chris Lattner
2003-11-17
1
-2
/
+2
*
Eliminate use of the ConstantPointer class
Chris Lattner
2003-11-17
1
-35
/
+23
*
Constant folding shalt not be built on annotations
Chris Lattner
2003-11-17
1
-62
/
+49
*
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
*
Implement Assembler/2003-08-21-ConstantExprCast-Fold.llx
Chris Lattner
2003-08-21
1
-2
/
+12
*
Implement testcase: Assembler/2003-08-20-ConstantExprGEP-Fold.llx
Chris Lattner
2003-08-20
1
-10
/
+14
*
Implement constant folding of casts from boolean constants to other values
Chris Lattner
2003-08-13
1
-0
/
+19
*
Implement more aggressive folding of constant GEP instructions
Chris Lattner
2003-06-26
1
-6
/
+25
*
Fix constant folding to ALWAYS work.
Chris Lattner
2003-05-27
1
-19
/
+9
*
Remove unnecessary casts
Chris Lattner
2003-05-14
1
-2
/
+2
*
Fix bug
Chris Lattner
2003-05-14
1
-1
/
+2
*
Implement another getelementptr folding opportunity that arises when
Chris Lattner
2003-05-13
1
-0
/
+16
*
Fix Bug: ConstProp/2003-05-12-DivideError.ll
Chris Lattner
2003-05-12
1
-1
/
+13
*
** CORRECTLY, conservatively handle constant expressions
Chris Lattner
2003-04-25
1
-2
/
+7
*
Allow constant folding of GEP instructions, even if we don't do a whole lot yet.
Chris Lattner
2003-04-17
1
-9
/
+57
*
Implement setcc for booleans. Fixes bug:
Chris Lattner
2002-09-03
1
-0
/
+4
*
Remove support forNOT instruction
Chris Lattner
2002-08-14
1
-21
/
+0
*
Implement constant propogation of logical (and, or, xor) expressions.
Chris Lattner
2002-07-30
1
-118
/
+113
*
Implement constant propogation of PHI instructions like this:
Chris Lattner
2002-05-07
1
-1
/
+17
*
Move code out of header file
Chris Lattner
2002-05-06
1
-0
/
+81
*
Implement constant propogation of shifts
Chris Lattner
2002-05-06
1
-0
/
+28
*
Implement remainder
Chris Lattner
2002-05-03
1
-9
/
+46
*
Fix bug: test/Regression/Transforms/SCCP/2002-05-03-NotOperator.ll
Chris Lattner
2002-05-03
1
-12
/
+26
*
ConstantHandling moved into VMCore library
Chris Lattner
2002-04-08
1
-1
/
+1
*
Implement constant propogation of multiply and divide instructions!!
Chris Lattner
2002-04-07
1
-0
/
+14
*
Move stuff out of the Optimizations directories into the appropriate Transforms
Chris Lattner
2002-01-21
1
-1
/
+1
*
Pull stuff out of opt namespace
Chris Lattner
2002-01-21
1
-5
/
+0
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
1
-118
/
+118
*
Implement constant propogation of null pointer values.
Chris Lattner
2001-11-01
1
-1
/
+76
*
not is a keyword in ansi C++, avoid it
Chris Lattner
2001-10-13
1
-1
/
+1
*
Add more support for new style casts
Chris Lattner
2001-10-01
1
-1
/
+1
*
Use correct style casts
Chris Lattner
2001-09-10
1
-1
/
+1
*
Clean up ConstRules stuff to use annotations instead of a mutable member in Type
Chris Lattner
2001-09-09
1
-34
/
+33
*
* Support global constants
Chris Lattner
2001-09-07
1
-13
/
+11
*
Add support for casts
Chris Lattner
2001-07-21
1
-0
/
+67
*
Add support for constant propogation of multiplies
Chris Lattner
2001-07-20
1
-2
/
+15
*
Neg instruction removed. Cast instruction implemented.
Chris Lattner
2001-07-08
1
-8
/
+0
*
Optimizations got their own header files
Chris Lattner
2001-06-30
1
-1
/
+6
*
Initial revision
Chris Lattner
2001-06-06
1
-0
/
+197
[prev]