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
/
include
/
llvm
/
ConstantHandling.h
Age
Commit message (
Expand
)
Author
2004-01-12
Move this file to lib/VMCore
Chris Lattner
2004-01-12
Eliminate a lot of out-of-date comments, and all of the wierd overloaded
Chris Lattner
2004-01-12
Move prototype of llvm::ConstantFoldInstruction
Chris Lattner
2003-11-17
Implement == and != correctly. Before they would incorrectly return !=
Chris Lattner
2003-11-17
Constant folding shalt not be built on annotations
Chris Lattner
2003-11-16
Fixes for PR114: Thanks to Reid Spencer!
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-04
Fix spello
Chris Lattner
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-09-30
Standardize header file comments
Chris Lattner
2003-07-23
Add support for ~ operator on constants
Chris Lattner
2003-06-22
Remove a ton of extraneous #includes
Chris Lattner
2003-06-11
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-04-25
*** Huge: Make constantexprs be handled correctly, conservatively
Chris Lattner
2003-04-17
Don't force a ConstantPointer to be returned
Chris Lattner
2002-09-03
- Renamed Type::isIntegral() to Type::isInteger()
Chris Lattner
2002-08-14
Remove constant propogation support for NOT instruction
Chris Lattner
2002-07-30
Implement constant propogation of logical (and, or, xor) expressions.
Chris Lattner
2002-05-06
Move a bunch of code to a .cpp file, don't #include Instruction.h
Chris Lattner
2002-05-06
Implement constant propogation of shift instructions
Chris Lattner
2002-05-03
Implement remainder
Chris Lattner
2002-04-28
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-08
Minor change to reflect that ConstantHandling is now part of VMCore
Chris Lattner
2002-04-07
Implement constant propogation of multiply and divide instructions!!
Chris Lattner
2002-01-21
Pull stuff out of opt namespace
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-11-26
Be more const correct
Chris Lattner
2001-11-01
Implement constant propogation of null pointer values.
Chris Lattner
2001-10-31
Implemented constant propogation of cast instructions
Chris Lattner
2001-10-13
not is a keyword in Ansi C++. Avoid it
Chris Lattner
2001-09-09
Convert ConstRules to use annotations to clean it up.
Chris Lattner
2001-09-07
You no longer have to delete constants! They are located in a global
Chris Lattner
2001-07-21
Add support for casting operators
Chris Lattner
2001-07-20
Add multiply as a supported constant propogation operation
Chris Lattner
2001-07-08
Neg instruction removed. Cast instruction implemented.
Chris Lattner
2001-06-30
Split AllOpts.h into lots of little .h files.
Chris Lattner
2001-06-27
Add instructions to fold unary and binary instructions.
Chris Lattner
2001-06-06
Initial revision
Chris Lattner