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
/
include
/
llvm
/
Constants.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some cruft, add some methods to allow implementation of bugfix for
Chris Lattner
2003-05-23
1
-17
/
+22
*
Minor rewording/cleanups
Chris Lattner
2003-05-23
1
-11
/
+13
*
New method
Chris Lattner
2003-05-21
1
-0
/
+3
*
Add some methods to make type safety a bit easier
Chris Lattner
2003-05-14
1
-0
/
+9
*
Change the interface to constant expressions to allow automatic folding
Chris Lattner
2003-04-16
1
-5
/
+7
*
Fix ConstantUInt::isAllOnesValue
Chris Lattner
2003-03-10
1
-1
/
+3
*
Extend struct and array constants to support isNullValue
Chris Lattner
2003-03-06
1
-2
/
+16
*
- Dramatically simplify the Constant::mutateReferences implementation,
Chris Lattner
2002-10-14
1
-14
/
+0
*
- Add new Constant::replaceUsesOfWithOnConstant which has an end result
Chris Lattner
2002-10-09
1
-0
/
+4
*
Add support for turning an array of characters into a string.
Chris Lattner
2002-08-26
1
-96
/
+128
*
- ConstantPointerRefs are now automatically removed from the module table
Chris Lattner
2002-08-18
1
-7
/
+11
*
Remove support for Not ConstantExpr. This simplifies the unary case to only
Chris Lattner
2002-08-14
1
-2
/
+2
*
- Rename ConstantGenericIntegral -> ConstantIntegral
Chris Lattner
2002-08-13
1
-6
/
+13
*
- Added a new superclass of ConstantBool/ConstantInt: ConstantGenericIntegral
Chris Lattner
2002-08-12
1
-8
/
+80
*
Cleanup ConstantExpr handling:
Chris Lattner
2002-07-30
1
-16
/
+15
*
Make getelementptr ConstExpr take a vector of constants not values
Chris Lattner
2002-07-18
1
-8
/
+8
*
Ensure ConstExpr constants are unique.
Vikram S. Adve
2002-07-15
1
-2
/
+2
*
Added subclass ConstantExpr to represent expressions consructed from
Vikram S. Adve
2002-07-14
1
-5
/
+69
*
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
1
-51
/
+6
*
Rename getNullConstant to getNullValue
Chris Lattner
2002-04-27
1
-11
/
+11
*
Remove getStrValue method from Constant implementations. The AssemblyWriter
Chris Lattner
2002-04-18
1
-15
/
+0
*
* Add virtual print methods
Chris Lattner
2002-04-08
1
-0
/
+2
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-18
/
+18
*
Constants KNOW they are of a derived type
Chris Lattner
2001-12-13
1
-0
/
+9
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
1
-0
/
+382