index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
VMCore
/
ConstantFold.cpp
Age
Commit message (
Expand
)
Author
2003-11-25
Relax constrains on GEP type indexes
Chris Lattner
2003-11-17
Implement == and != correctly. Before they would incorrectly return !=
Chris Lattner
2003-11-17
No REALLY, get rid of ConstantPointer references
Chris Lattner
2003-11-17
Eliminate use of the ConstantPointer class
Chris Lattner
2003-11-17
Constant folding shalt not be built on annotations
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-08-21
Implement Assembler/2003-08-21-ConstantExprCast-Fold.llx
Chris Lattner
2003-08-20
Implement testcase: Assembler/2003-08-20-ConstantExprGEP-Fold.llx
Chris Lattner
2003-08-13
Implement constant folding of casts from boolean constants to other values
Chris Lattner
2003-06-26
Implement more aggressive folding of constant GEP instructions
Chris Lattner
2003-05-27
Fix constant folding to ALWAYS work.
Chris Lattner
2003-05-14
Remove unnecessary casts
Chris Lattner
2003-05-14
Fix bug
Chris Lattner
2003-05-13
Implement another getelementptr folding opportunity that arises when
Chris Lattner
2003-05-12
Fix Bug: ConstProp/2003-05-12-DivideError.ll
Chris Lattner
2003-04-25
** CORRECTLY, conservatively handle constant expressions
Chris Lattner
2003-04-17
Allow constant folding of GEP instructions, even if we don't do a whole lot yet.
Chris Lattner
2002-09-03
Implement setcc for booleans. Fixes bug:
Chris Lattner
2002-08-14
Remove support forNOT instruction
Chris Lattner
2002-07-30
Implement constant propogation of logical (and, or, xor) expressions.
Chris Lattner
2002-05-07
Implement constant propogation of PHI instructions like this:
Chris Lattner
2002-05-06
Move code out of header file
Chris Lattner
2002-05-06
Implement constant propogation of shifts
Chris Lattner
2002-05-03
Implement remainder
Chris Lattner
2002-05-03
Fix bug: test/Regression/Transforms/SCCP/2002-05-03-NotOperator.ll
Chris Lattner
2002-04-08
ConstantHandling moved into VMCore library
Chris Lattner
2002-04-07
Implement constant propogation of multiply and divide instructions!!
Chris Lattner
2002-01-21
Move stuff out of the Optimizations directories into the appropriate Transforms
Chris Lattner
2002-01-21
Pull stuff out of opt namespace
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-11-01
Implement constant propogation of null pointer values.
Chris Lattner
2001-10-13
not is a keyword in ansi C++, avoid it
Chris Lattner
2001-10-01
Add more support for new style casts
Chris Lattner
2001-09-10
Use correct style casts
Chris Lattner
2001-09-09
Clean up ConstRules stuff to use annotations instead of a mutable member in Type
Chris Lattner
2001-09-07
* Support global constants
Chris Lattner
2001-07-21
Add support for casts
Chris Lattner
2001-07-20
Add support for constant propogation of multiplies
Chris Lattner
2001-07-08
Neg instruction removed. Cast instruction implemented.
Chris Lattner
2001-06-30
Optimizations got their own header files
Chris Lattner
2001-06-06
Initial revision
Chris Lattner
[prev]