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
*
Constant folding for insertvalue and extractvalue.
Dan Gohman
2008-06-03
1
-1
/
+4
*
Fix some bugs with the handling of indices in insertvalue/extractvalue.
Dan Gohman
2008-05-31
1
-3
/
+3
*
IR, bitcode reader, bitcode writer, and asmparser changes to
Dan Gohman
2008-05-31
1
-119
/
+97
*
eliminate calls to deprecated Use::init() interface
Gabor Greif
2008-05-26
1
-25
/
+25
*
Add more IR support for the new extractvalue and insertvalue
Dan Gohman
2008-05-23
1
-12
/
+11
*
IR support for extractvalue and insertvalue instructions. Also, begin
Dan Gohman
2008-05-15
1
-6
/
+219
*
Fix a bunch of 80col violations that arose from the Create API change. Tweak ...
Gabor Greif
2008-05-15
1
-4
/
+7
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
1
-0
/
+4
*
Fix build breakage
Nate Begeman
2008-05-12
1
-1
/
+1
*
Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef
Nate Begeman
2008-05-12
1
-6
/
+88
*
merge of use-diet branch to trunk
Gabor Greif
2008-05-10
1
-56
/
+126
*
add a simplified accessor for creating an fp constant of a
Chris Lattner
2008-04-09
1
-13
/
+25
*
add a version of ConstantFP::get that doesn't take a redundant Type* value,
Chris Lattner
2008-04-09
1
-21
/
+22
*
fix a warning
Gabor Greif
2008-04-06
1
-1
/
+1
*
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-04-06
1
-3
/
+44
*
Fix comment typo.
Duncan Sands
2008-03-30
1
-1
/
+1
*
Fix a typo in a comment.
Dan Gohman
2008-02-07
1
-1
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Change the PointerType api for creating pointer types. The old functionality ...
Christopher Lamb
2007-12-17
1
-1
/
+1
*
Implement address space attribute for LLVM pointer types. Address spaces are
Christopher Lamb
2007-12-11
1
-1
/
+2
*
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