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
/
lib
/
VMCore
/
Constants.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Next round of APFloat changes.
Dale Johannesen
2007-09-06
1
-29
/
+8
*
Update GEP constructors to use an iterator interface to fix
David Greene
2007-09-04
1
-2
/
+2
*
Change LegalFPImmediates to use APFloat.
Dale Johannesen
2007-08-30
1
-7
/
+38
*
Poison APFloat::operator==. Replace existing uses with bitwiseIsEqual.
Dale Johannesen
2007-08-24
1
-10
/
+21
*
Revised per review feedback from previous patch.
Dale Johannesen
2007-08-24
1
-20
/
+9
*
Change internal representation of ConstantFP to use APFloat.
Dale Johannesen
2007-08-24
1
-33
/
+33
*
Fix potentially N^2 behavior handling arrays with many of the
Chris Lattner
2007-08-21
1
-8
/
+35
*
Patch 10 for long double. Doing constants right needs expanding ConstantFP
Dale Johannesen
2007-08-09
1
-4
/
+15
*
add a Constant::getAllOnesValue helper function, which works on integers
Chris Lattner
2007-06-15
1
-0
/
+5
*
Minor comment cleanups.
Dan Gohman
2007-05-24
1
-5
/
+5
*
Allow ConstantInt::get(Ty, uint64_t) to interpret the 64-bit values as a
Reid Spencer
2007-03-19
1
-2
/
+2
*
Added ContainsRelocations() to check if a constant might only be resolvable a...
Evan Cheng
2007-03-08
1
-0
/
+11
*
Drop the ConstantInt(const Type&, const APInt&) constructor. It is
Reid Spencer
2007-03-01
1
-14
/
+9
*
Implement a convenience method to construct a ConstantInt directly from an
Reid Spencer
2007-02-28
1
-0
/
+4
*
Remove some redundancy.
Reid Spencer
2007-02-27
1
-4
/
+1
*
Correct the implelmentation of ConstantInt::getAllOnesValue() for bit
Reid Spencer
2007-02-27
1
-1
/
+1
*
ConstantFolding.cpp/h -> ConstantFold.cpp/h to avoid confusion with
Chris Lattner
2007-02-27
1
-1
/
+1
*
For PR1205:
Reid Spencer
2007-02-26
1
-16
/
+49
*
This cast broke lots of tests.
Evan Cheng
2007-02-20
1
-1
/
+1
*
switch ConstantFP's from ValueMap to DenseMap, which is much faster to query
Chris Lattner
2007-02-20
1
-51
/
+59
*
cleanup ConstantInt to use a single DenseMap for uniquing instead of the
Chris Lattner
2007-02-20
1
-50
/
+63
*
Make ConstantInt::getTrue/getFalse be llvm_shutdown safe.
Chris Lattner
2007-02-20
1
-5
/
+24
*
Clean up the internals of the ConstantInt machinery
Chris Lattner
2007-02-20
1
-9
/
+6
*
simplify some code that was not llvm_shutdown safe
Chris Lattner
2007-02-20
1
-36
/
+5
*
llvm-gcc issue fixed, revert reversal :)
Chris Lattner
2007-02-19
1
-20
/
+15
*
Temporarily reverting the patch. It's breaking llvm-gcc build.
Evan Cheng
2007-02-19
1
-15
/
+20
*
remove dead methods
Chris Lattner
2007-02-19
1
-20
/
+15
*
For PR1195:
Reid Spencer
2007-02-15
1
-6
/
+6
*
For PR1195:
Reid Spencer
2007-02-15
1
-39
/
+39
*
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
[next]