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
/
Constants.h
Age
Commit message (
Expand
)
Author
2004-04-04
Add ConstantExpr::get(Sign|Zero)Extend methods
Chris Lattner
2004-03-29
Add a bunch of methods that should have been added a long time ago.
Chris Lattner
2004-03-12
Add support for select constant exprs
Chris Lattner
2004-02-15
Add a new ConstantAggregateZero class, to fix PR239. This makes zero
Chris Lattner
2004-02-15
ConstantArray::get and ConstantStruct::get now just return pointers to
Chris Lattner
2004-02-02
Correct the method I just added to actually return false sometimes
Chris Lattner
2004-02-02
Add a new method to ConstantFP
Chris Lattner
2004-02-01
The first half of a fix for PR218 & test/Regression/Assembler/2004-02-01-Nega...
Chris Lattner
2004-01-14
Add new ConstantArray::isString(), as the conditions for using getString()
Chris Lattner
2004-01-12
The getShift method is no obsolete
Chris Lattner
2003-11-17
The ConstantPointer class is now gone.
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-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-05
Add some new methods to forward to
Chris Lattner
2003-10-03
These methods are dead, remove them
Chris Lattner
2003-09-30
Standardize header file comments
Chris Lattner
2003-08-29
Allow for "unsafe" replaceAllUsesWith operatations, for use during type resol...
Chris Lattner
2003-07-23
Add more doxygen comments, add new ConstantInt::getRawValue method
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-05-23
Remove some cruft, add some methods to allow implementation of bugfix for
Chris Lattner
2003-05-23
Minor rewording/cleanups
Chris Lattner
2003-05-21
New method
Chris Lattner
2003-05-14
Add some methods to make type safety a bit easier
Chris Lattner
2003-04-16
Change the interface to constant expressions to allow automatic folding
Chris Lattner
2003-03-10
Fix ConstantUInt::isAllOnesValue
Chris Lattner
2003-03-06
Extend struct and array constants to support isNullValue
Chris Lattner
2002-10-14
- Dramatically simplify the Constant::mutateReferences implementation,
Chris Lattner
2002-10-09
- Add new Constant::replaceUsesOfWithOnConstant which has an end result
Chris Lattner
2002-08-26
Add support for turning an array of characters into a string.
Chris Lattner
2002-08-18
- ConstantPointerRefs are now automatically removed from the module table
Chris Lattner
2002-08-14
Remove support for Not ConstantExpr. This simplifies the unary case to only
Chris Lattner
2002-08-13
- Rename ConstantGenericIntegral -> ConstantIntegral
Chris Lattner
2002-08-12
- Added a new superclass of ConstantBool/ConstantInt: ConstantGenericIntegral
Chris Lattner
2002-07-30
Cleanup ConstantExpr handling:
Chris Lattner
2002-07-18
Make getelementptr ConstExpr take a vector of constants not values
Chris Lattner
2002-07-15
Ensure ConstExpr constants are unique.
Vikram S. Adve
2002-07-14
Added subclass ConstantExpr to represent expressions consructed from
Vikram S. Adve
2002-04-28
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-27
Rename getNullConstant to getNullValue
Chris Lattner
2002-04-18
Remove getStrValue method from Constant implementations. The AssemblyWriter
Chris Lattner
2002-04-08
* Add virtual print methods
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-13
Constants KNOW they are of a derived type
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner