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
*
A value of 64 or fewer bits is valid if the ConstantInt has more then 64 bits.
Reid Spencer
2007-02-05
1
-4
/
+2
*
For PR411:
Reid Spencer
2007-02-05
1
-1
/
+1
*
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-02-02
1
-35
/
+2
*
Revise APIs for creating constantexpr GEPs to not require the use of vectors.
Chris Lattner
2007-01-31
1
-22
/
+19
*
Clean up comments and assert messages that still refer to the old type names.
Reid Spencer
2007-01-26
1
-12
/
+12
*
Whoops, fix typo in last commit.
Reid Spencer
2007-01-21
1
-6
/
+6
*
For PR970:
Reid Spencer
2007-01-21
1
-4
/
+17
*
For PR1043:
Reid Spencer
2007-01-19
1
-2
/
+2
*
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
Chris Lattner
2007-01-15
1
-24
/
+24
*
don't discriminate against i1
Chris Lattner
2007-01-15
1
-9
/
+9
*
Allow isAllOnesValue testing on packed constants
Jim Laskey
2007-01-12
1
-0
/
+16
*
For PR1064:
Reid Spencer
2007-01-12
1
-45
/
+50
*
Implement review feedback for the ConstantBool->ConstantInt merge. Chris
Reid Spencer
2007-01-12
1
-2
/
+6
*
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
1
-12
/
+12
*
For PR1043:
Zhou Sheng
2007-01-11
1
-31
/
+12
*
Add a new ConstantPacked::getAllOnesValue method
Chris Lattner
2007-01-04
1
-0
/
+12
*
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
[next]