aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Constants.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky2009-04-041-0/+80
* Fix infinite loopingAnton Korobeynikov2009-03-301-0/+2
* Properly propagate Kind.Anton Korobeynikov2009-03-301-1/+1
* Extend the relocation tracker handler, so we can filter on different 'kinds' ...Anton Korobeynikov2009-03-291-5/+20
* add a fastpath to ConstantExpr::getBitCast to handle the case when an obviouslyChris Lattner2009-03-211-0/+5
* Apply a patch by Micah Villmow to fix AsmParser to accept vectorDan Gohman2009-03-141-1/+1
* fix typoChris Lattner2009-03-081-1/+1
* Fix a bunch of Doxygen syntax issues. Escape special characters,Dan Gohman2009-03-031-9/+9
* Add suppport for ConstantExprs of shufflevectors whose result type is not equ...Nate Begeman2009-02-121-2/+9
* select constant exprs should have the same constraints as select instructions,Chris Lattner2008-12-291-3/+1
* Make ConstantAggregateZero::get return a ConstantAggregateZero*,Dan Gohman2008-12-081-1/+1
* Fix unused variable warnings.Devang Patel2008-11-031-0/+12
* Fix type-o in ExprMapKeyType::operator ==(). The "&&" was missing.Bill Wendling2008-10-261-1/+1
* Add a "loses information" return value to APFloat::convertDale Johannesen2008-10-091-10/+16
* Fix ConstantExpr::getInsertElement.Gordon Henriksen2008-08-301-2/+1
* the bug was apparently fixed long ago, reenable the assertionChris Lattner2008-08-231-2/+1
* Accept NOT of a constant vector of int.Dale Johannesen2008-08-211-2/+4
* Add a new ConstantExpr::getWithOperands that takes any array of operands Chris Lattner2008-08-201-4/+4
* Fix several const-correctness issues, resolving some -Wcast-qual warnings.Dan Gohman2008-08-051-1/+2
* Remove unnecessary implicit argumentNate Begeman2008-07-251-6/+8
* Fix minor issues with VICmp/VFCmp constant expressionsNate Begeman2008-07-251-13/+16
* InsertValue and ExtractValue constant expressions are alwaysDan Gohman2008-07-211-40/+6
* Fix a bunch of bugs handling vector compare constant expressions, fixingChris Lattner2008-07-141-34/+54
* Document and fix Constant::getVectorElements to return an empty vectorChris Lattner2008-07-141-12/+23
* Use find instead of lower_bound.Dan Gohman2008-07-111-5/+4
* SImplify ConstantVector::get a bit and make it turn a vectorChris Lattner2008-07-101-8/+18
* add a helper method for code that wants to handle vectorChris Lattner2008-07-101-0/+25
* 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