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
*
For PR1043:
Reid Spencer
2007-01-19
1
-3
/
+10
*
virtual not needed.
Jim Laskey
2007-01-12
1
-1
/
+1
*
Allow isAllOnesValue testing on packed constants
Jim Laskey
2007-01-12
1
-0
/
+6
*
Implement review feedback for the ConstantBool->ConstantInt merge. Chris
Reid Spencer
2007-01-12
1
-26
/
+3
*
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
1
-5
/
+5
*
Fixed a bug in ConstantInt::Inverted().
Zhou Sheng
2007-01-11
1
-3
/
+3
*
For PR1043:
Zhou Sheng
2007-01-11
1
-120
/
+69
*
Add a new ConstantPacked::getAllOnesValue method
Chris Lattner
2007-01-04
1
-0
/
+5
*
For PR950:
Reid Spencer
2006-12-23
1
-10
/
+3
*
Correct the description of ConstantInt::isValueValidForType.
Reid Spencer
2006-12-19
1
-3
/
+5
*
Make ConstantInt not care about sign any more. To ensure the AsmParser can
Reid Spencer
2006-12-19
1
-3
/
+6
*
Remove the two-argument (inferred cast) form of ConstantExpr::getCast now
Reid Spencer
2006-12-18
1
-2
/
+0
*
Fix problems in the CBE and InstructionCombining which use the isMaxValue
Reid Spencer
2006-12-17
1
-2
/
+2
*
Replace inferred getCast(V,Ty) calls with more strict variants.
Reid Spencer
2006-12-12
1
-12
/
+12
*
Implement getIntegerCast and getFPCast for ConstantExpr. These are similar
Reid Spencer
2006-12-12
1
-0
/
+13
*
Packed Structures
Andrew Lenharth
2006-12-08
1
-1
/
+1
*
For PR950:
Reid Spencer
2006-12-06
1
-16
/
+8
*
Bail on the getInferredCast idea. Remove the function and convert
Reid Spencer
2006-12-05
1
-9
/
+1
*
Add cast creation functions for Pointer Casts, either BitCast or PtrToInt
Reid Spencer
2006-12-04
1
-1
/
+7
*
Separate the get and getTy functions for ICmp and FCmp into getCompare
Reid Spencer
2006-12-04
1
-7
/
+12
*
Implement new cast creation functions for both instructions and constant
Reid Spencer
2006-12-04
1
-0
/
+18
*
For PR950: Provide an isCompare method for detection of ICmp and FCmp constan...
Reid Spencer
2006-12-04
1
-2
/
+6
*
Take a baby step towards getting rid of inferred casts. Provide methods on
Reid Spencer
2006-12-04
1
-1
/
+8
*
Implement creation of ICmp and FCmp constant expressions.
Reid Spencer
2006-12-03
1
-2
/
+7
*
add a new ConstantIntegral::get method. Simplify the implementation of
Chris Lattner
2006-12-01
1
-0
/
+4
*
For PR950:
Reid Spencer
2006-11-27
1
-2
/
+26
*
For PR950:
Reid Spencer
2006-11-08
1
-4
/
+2
*
For PR950:
Reid Spencer
2006-11-02
1
-1
/
+3
*
Add isCString() - returns true if a ConstantArray is a CString.
Evan Cheng
2006-10-26
1
-0
/
+5
*
For PR950:
Reid Spencer
2006-10-26
1
-1
/
+3
*
Fix a comment to be accurate.
Reid Spencer
2006-10-20
1
-4
/
+4
*
For PR950:
Reid Spencer
2006-10-20
1
-109
/
+39
*
Eliminate ConstantBool::True and ConstantBool::False. Instead, provide
Chris Lattner
2006-09-28
1
-7
/
+11
*
fix typo
Chris Lattner
2006-09-18
1
-1
/
+1
*
For PR797:
Reid Spencer
2006-08-25
1
-80
/
+114
*
Add another helper method.
Chris Lattner
2006-07-14
1
-0
/
+4
*
Add a new method for bugpoint to use.
Chris Lattner
2006-07-14
1
-0
/
+5
*
Provide a simpler interface for getting a ConstantArray from a character
Reid Spencer
2006-05-30
1
-6
/
+6
*
Properly document the second form of ConstArray::get()
Reid Spencer
2006-05-30
1
-0
/
+7
*
Adjust the interface to ConstantArray::get. The previous
Reid Spencer
2006-05-30
1
-1
/
+1
*
For PR786:
Reid Spencer
2006-05-24
1
-1
/
+1
*
Add a new shufflevector instruction
Chris Lattner
2006-04-08
1
-9
/
+6
*
add a new Type::getIntegralTypeMask() method, which is useful for clients that
Chris Lattner
2006-02-07
1
-1
/
+0
*
Instruction and constant expression definitions for the insertelement
Robert Bocchino
2006-01-17
1
-0
/
+7
*
Added an instruction and constant expression for the extractelement
Robert Bocchino
2006-01-10
1
-0
/
+6
*
Change the signature of replaceUsesOfWithOnConstant to take a Use* and not
Chris Lattner
2005-10-04
1
-10
/
+4
*
Split SimpleConstantVal up into its components, so each Constant subclass gets
Chris Lattner
2005-09-27
1
-22
/
+16
*
Add long-overdue helpers for getting constants with known upper bits
Chris Lattner
2005-09-24
1
-0
/
+14
*
Move code dependency for MathExtras.h out of Constants.h.
Jim Laskey
2005-08-17
1
-7
/
+2
*
Culling out use of unions for converting FP to bits and vice versa.
Jim Laskey
2005-08-17
1
-17
/
+3
[next]