aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Constants.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reverting dtor devirtualization patch.Gordon Henriksen2007-12-101-59/+114
* Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen2007-12-091-114/+59
* Add support for vectors to int <-> float casts.Nate Begeman2007-11-171-7/+19
* Fix InstCombine/2007-10-31-StringCrash.ll by removing an obviousChris Lattner2007-11-011-12/+8
* this doesn't need dynamic_cast.Chris Lattner2007-10-181-1/+1
* Define a helper function ConstantVector::getSplatValue for testing forDan Gohman2007-10-171-0/+11
* Next PPC long double bits. First cut at constants.Dale Johannesen2007-10-111-0/+9
* Adding C and Ocaml bindings for ConstantExpr.Gordon Henriksen2007-10-061-2/+2
* Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfoChris Lattner2007-09-171-1/+7
* Remove the assumption that FP's are either float orDale Johannesen2007-09-141-10/+15
* Revise previous patch per review comments.Dale Johannesen2007-09-121-5/+20
* Next round of APFloat changes.Dale Johannesen2007-09-061-29/+8
* Update GEP constructors to use an iterator interface to fixDavid Greene2007-09-041-2/+2
* Change LegalFPImmediates to use APFloat.Dale Johannesen2007-08-301-7/+38
* Poison APFloat::operator==. Replace existing uses with bitwiseIsEqual.Dale Johannesen2007-08-241-10/+21
* Revised per review feedback from previous patch.Dale Johannesen2007-08-241-20/+9
* Change internal representation of ConstantFP to use APFloat.Dale Johannesen2007-08-241-33/+33
* Fix potentially N^2 behavior handling arrays with many of theChris Lattner2007-08-211-8/+35
* Patch 10 for long double. Doing constants right needs expanding ConstantFPDale Johannesen2007-08-091-4/+15
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+2193