index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
VMCore
/
Constants.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
For PR950:
Reid Spencer
2006-12-31
1
-75
/
+36
*
Fix some comments.
Reid Spencer
2006-12-24
1
-2
/
+2
*
For PR950:
Reid Spencer
2006-12-23
1
-40
/
+25
*
Make ConstantInt not care about sign any more. To ensure the AsmParser can
Reid Spencer
2006-12-19
1
-14
/
+19
*
Remove the two-argument (inferred cast) form of ConstantExpr::getCast now
Reid Spencer
2006-12-18
1
-7
/
+0
*
Partial unbreak of VC++ (stream stuff has no easy fix).
Jeff Cohen
2006-12-15
1
-0
/
+1
*
Replace inferred getCast(V,Ty) calls with more strict variants.
Reid Spencer
2006-12-12
1
-6
/
+6
*
Don't create usless casts for same-bith-width floating point casts.
Reid Spencer
2006-12-12
1
-2
/
+3
*
Implement getIntegerCast and getFPCast for ConstantExpr. These are similar
Reid Spencer
2006-12-12
1
-0
/
+23
*
Packed Structures
Andrew Lenharth
2006-12-08
1
-3
/
+2
*
Provide a getOpcode() method on CmpInst to ensure the opcode is returned
Reid Spencer
2006-12-07
1
-2
/
+1
*
For PR950:
Reid Spencer
2006-12-06
1
-47
/
+0
*
Bail on the getInferredCast idea. Remove the function and convert
Reid Spencer
2006-12-05
1
-8
/
+8
*
Implement getPointerCast.
Reid Spencer
2006-12-05
1
-0
/
+10
*
Separate getCompare from get and getCompareTy from getTy.
Reid Spencer
2006-12-04
1
-16
/
+17
*
Implement new cast creation functions for both instructions and constant
Reid Spencer
2006-12-04
1
-2
/
+20
*
Reduce the size of the ExprMapKeyType class.
Reid Spencer
2006-12-04
1
-3
/
+3
*
For PR950: Fix constant expressions to properly support ICmp and FCmp type ex...
Reid Spencer
2006-12-04
1
-59
/
+127
*
Take a baby step towards getting rid of inferred casts. Provide methods on
Reid Spencer
2006-12-04
1
-6
/
+7
*
Implement creation of ICmp and FCmp constant expressions.
Reid Spencer
2006-12-03
1
-26
/
+57
*
add a new ConstantIntegral::get method. Simplify the implementation of
Chris Lattner
2006-12-01
1
-3
/
+6
*
For PR950:
Reid Spencer
2006-11-27
1
-35
/
+180
*
Removed iostream #includes. Replaced std::cerr with DOUT.
Bill Wendling
2006-11-17
1
-6
/
+6
*
For PR950:
Reid Spencer
2006-11-08
1
-20
/
+17
*
For PR950:
Reid Spencer
2006-11-02
1
-9
/
+29
*
Speed up isCString()
Evan Cheng
2006-10-26
1
-4
/
+14
*
Add isCString() - returns true if a ConstantArray is a CString.
Evan Cheng
2006-10-26
1
-0
/
+13
*
For PR950:
Reid Spencer
2006-10-26
1
-4
/
+26
*
For PR950:
Reid Spencer
2006-10-20
1
-79
/
+43
*
add a method to determine whether evaluation of a constant can trap.
Chris Lattner
2006-10-20
1
-0
/
+27
*
Eliminate ConstantBool::True and ConstantBool::False. Instead, provide
Chris Lattner
2006-09-28
1
-8
/
+18
*
remove reference to dead method
Chris Lattner
2006-09-28
1
-1
/
+0
*
Use the new ManagedStatic class to explicitly manage static variables, elimin...
Chris Lattner
2006-09-28
1
-71
/
+47
*
Add new SetCondInst::isRelational/isEquality methods. Rename
Chris Lattner
2006-09-17
1
-2
/
+2
*
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
Chris Lattner
2006-08-27
1
-1
/
+1
*
Reduce the size of Constants.o by 25% by generalizing specific instantiations of
Jim Laskey
2006-07-17
1
-30
/
+31
*
Add a new helper, simplify ConstantExpr::getWithOperandReplaced at Gabor's
Chris Lattner
2006-07-14
1
-22
/
+57
*
Add a new method for bugpoint to use
Chris Lattner
2006-07-14
1
-0
/
+51
*
Use hidden visibility to reduce the sizes of some .o files. This chops 60K o...
Chris Lattner
2006-06-28
1
-10
/
+25
*
Add a missing assertion that would have helped out Reid
Chris Lattner
2006-06-10
1
-0
/
+2
*
Provide a simpler interface for getting a ConstantArray from a character
Reid Spencer
2006-05-30
1
-8
/
+4
*
Adjust the interface to ConstantArray::get. The previous
Reid Spencer
2006-05-30
1
-8
/
+15
*
Patches to make the LLVM sources more -pedantic clean. Patch provided
Chris Lattner
2006-05-24
1
-1
/
+1
*
Add constant replacement for insertelement/vectorshuffle constant exprs
Chris Lattner
2006-04-08
1
-0
/
+16
*
Add shufflevector support, todo, implement better constant folding.
Chris Lattner
2006-04-08
1
-1
/
+39
*
Doh!
Evan Cheng
2006-03-11
1
-2
/
+2
*
Added a parameter to control whether Constant::getStringValue() would chop
Evan Cheng
2006-03-10
1
-4
/
+8
*
Get rid of the multiple copies of getStringValue. Now a Constant:: method.
Jim Laskey
2006-03-08
1
-0
/
+40
*
VMCore support for the insertelement operation.
Robert Bocchino
2006-01-17
1
-3
/
+46
*
Added constant folding support for the extractelement operation.
Robert Bocchino
2006-01-10
1
-0
/
+2
[prev]
[next]