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
*
Define a helper function ConstantVector::getSplatValue for testing for
Dan Gohman
2007-10-17
1
-0
/
+4
*
Adding C and Ocaml bindings for ConstantExpr.
Gordon Henriksen
2007-10-06
1
-3
/
+3
*
Remove the assumption that FP's are either float or
Dale Johannesen
2007-09-14
1
-0
/
+3
*
Next round of APFloat changes.
Dale Johannesen
2007-09-06
1
-17
/
+4
*
Change LegalFPImmediates to use APFloat.
Dale Johannesen
2007-08-30
1
-3
/
+19
*
Change internal representation of ConstantFP to use APFloat.
Dale Johannesen
2007-08-24
1
-2
/
+10
*
Fix minor doxygen nits.
Reid Spencer
2007-08-05
1
-0
/
+2
*
Fix comments about vectors to use the current wording.
Dan Gohman
2007-07-16
1
-1
/
+1
*
Minor comment cleanups.
Dan Gohman
2007-05-24
1
-4
/
+4
*
Rename Value::getValueType to getValueID, to avoid confusion with
Dan Gohman
2007-04-13
1
-9
/
+9
*
getLimitedValue now just forward to APInt's getLimitedValue. Mark it const.
Chris Lattner
2007-04-10
1
-3
/
+2
*
add a helper function to constantint.
Chris Lattner
2007-04-03
1
-0
/
+3
*
Make sure this method just return value equal or less than Limit.
Zhou Sheng
2007-03-30
1
-1
/
+2
*
Rename and correct the method "greaterOrEqual".
Zhou Sheng
2007-03-30
1
-2
/
+2
*
Add two utility methods into ConstantInt.
Zhou Sheng
2007-03-30
1
-0
/
+16
*
Add the 'explicit' keyword to several constructors that accept one
Dan Gohman
2007-03-23
1
-3
/
+3
*
Allow ConstantInt::get(Ty, uint64_t) to interpret the 64-bit values as a
Reid Spencer
2007-03-19
1
-1
/
+1
*
Add a non-virtual test for zero, isZero, and rename isUnitValue isOne.
Reid Spencer
2007-03-02
1
-2
/
+10
*
Remove virtual keyword from method that doesn't need to be virtual.
Reid Spencer
2007-03-01
1
-1
/
+1
*
Add an isUnitValue method for comparison against 1. This just follows a
Reid Spencer
2007-03-01
1
-0
/
+7
*
Drop the ConstantInt(const Type&, const APInt&) constructor. It is
Reid Spencer
2007-03-01
1
-5
/
+4
*
Implement a convenience method to construct a ConstantInt directly from an
Reid Spencer
2007-02-28
1
-0
/
+4
*
For PR1205:
Reid Spencer
2007-02-26
1
-25
/
+30
*
eliminate some dead friends.
Chris Lattner
2007-02-20
1
-2
/
+0
*
cleanup ConstantInt to use a single DenseMap for uniquing instead of the
Chris Lattner
2007-02-20
1
-4
/
+1
*
Make ConstantInt::getTrue/getFalse be llvm_shutdown safe.
Chris Lattner
2007-02-20
1
-6
/
+8
*
Clean up the internals of the ConstantInt machinery
Chris Lattner
2007-02-20
1
-6
/
+4
*
llvm-gcc issue fixed, revert reversal :)
Chris Lattner
2007-02-19
1
-14
/
+0
*
Temporarily reverting the patch. It's breaking llvm-gcc build.
Evan Cheng
2007-02-19
1
-0
/
+14
*
remove dead methods
Chris Lattner
2007-02-19
1
-14
/
+0
*
add alternate version of constant ctors that don't take a vector. For now
Chris Lattner
2007-02-19
1
-3
/
+19
*
For PR1195:
Reid Spencer
2007-02-15
1
-14
/
+14
*
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-02-02
1
-2
/
+0
*
Revise APIs for creating constantexpr GEPs to not require the use of
Chris Lattner
2007-01-31
1
-4
/
+12
*
For PR970:
Reid Spencer
2007-01-21
1
-1
/
+6
*
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
[next]