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
*
Reverting dtor devirtualization patch.
Gordon Henriksen
2007-12-10
1
-59
/
+114
*
Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!
Gordon Henriksen
2007-12-09
1
-114
/
+59
*
Add support for vectors to int <-> float casts.
Nate Begeman
2007-11-17
1
-7
/
+19
*
Fix InstCombine/2007-10-31-StringCrash.ll by removing an obvious
Chris Lattner
2007-11-01
1
-12
/
+8
*
this doesn't need dynamic_cast.
Chris Lattner
2007-10-18
1
-1
/
+1
*
Define a helper function ConstantVector::getSplatValue for testing for
Dan Gohman
2007-10-17
1
-0
/
+11
*
Next PPC long double bits. First cut at constants.
Dale Johannesen
2007-10-11
1
-0
/
+9
*
Adding C and Ocaml bindings for ConstantExpr.
Gordon Henriksen
2007-10-06
1
-2
/
+2
*
Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo
Chris Lattner
2007-09-17
1
-1
/
+7
*
Remove the assumption that FP's are either float or
Dale Johannesen
2007-09-14
1
-10
/
+15
*
Revise previous patch per review comments.
Dale Johannesen
2007-09-12
1
-5
/
+20
*
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
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+2193