aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Constants.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add newline at the end of Constants.cpp.Matthijs Kooijman2008-07-031-1/+1
* - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp...Evan Cheng2008-06-301-41/+1
* Revert (52748 and friends):Anton Korobeynikov2008-06-291-1/+41
* Move GetConstantStringInfo to lib/Analysis. RemoveEric Christopher2008-06-261-41/+1
* Use push_back rather than operator[], which is incorrect in this cases. Unfor...Owen Anderson2008-06-251-1/+1
* In ConstantArray::getAsString(), we know the size of the resultant string in ...Owen Anderson2008-06-241-1/+2
* More changes from Chris' review: simplify getIndices and avoidDan Gohman2008-06-231-8/+6
* Constant folding for insertvalue and extractvalue.Dan Gohman2008-06-031-1/+4
* Fix some bugs with the handling of indices in insertvalue/extractvalue.Dan Gohman2008-05-311-3/+3
* IR, bitcode reader, bitcode writer, and asmparser changes toDan Gohman2008-05-311-119/+97
* eliminate calls to deprecated Use::init() interfaceGabor Greif2008-05-261-25/+25
* Add more IR support for the new extractvalue and insertvalueDan Gohman2008-05-231-12/+11
* IR support for extractvalue and insertvalue instructions. Also, beginDan Gohman2008-05-151-6/+219
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-151-4/+7
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-0/+4
* Fix build breakageNate Begeman2008-05-121-1/+1
* Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRefNate Begeman2008-05-121-6/+88
* merge of use-diet branch to trunkGabor Greif2008-05-101-56/+126
* add a simplified accessor for creating an fp constant of a Chris Lattner2008-04-091-13/+25
* add a version of ConstantFP::get that doesn't take a redundant Type* value,Chris Lattner2008-04-091-21/+22
* fix a warningGabor Greif2008-04-061-1/+1
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-3/+44
* Fix comment typo.Duncan Sands2008-03-301-1/+1
* Fix a typo in a comment.Dan Gohman2008-02-071-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-171-1/+1
* Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb2007-12-111-1/+2
* 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
* add a Constant::getAllOnesValue helper function, which works on integersChris Lattner2007-06-151-0/+5
* Minor comment cleanups.Dan Gohman2007-05-241-5/+5
* Allow ConstantInt::get(Ty, uint64_t) to interpret the 64-bit values as aReid Spencer2007-03-191-2/+2
* Added ContainsRelocations() to check if a constant might only be resolvable a...Evan Cheng2007-03-081-0/+11