summaryrefslogtreecommitdiff
path: root/lib/VMCore/Constants.cpp
Commit message (Expand)AuthorAge
* Add suppport for ConstantExprs of shufflevectors whose result type is not equ...Nate Begeman2009-02-12
* select constant exprs should have the same constraints as select instructions,Chris Lattner2008-12-29
* Make ConstantAggregateZero::get return a ConstantAggregateZero*,Dan Gohman2008-12-08
* Fix unused variable warnings.Devang Patel2008-11-03
* Fix type-o in ExprMapKeyType::operator ==(). The "&&" was missing.Bill Wendling2008-10-26
* Add a "loses information" return value to APFloat::convertDale Johannesen2008-10-09
* Fix ConstantExpr::getInsertElement.Gordon Henriksen2008-08-30
* the bug was apparently fixed long ago, reenable the assertionChris Lattner2008-08-23
* Accept NOT of a constant vector of int.Dale Johannesen2008-08-21
* Add a new ConstantExpr::getWithOperands that takes any array of operands Chris Lattner2008-08-20
* Fix several const-correctness issues, resolving some -Wcast-qual warnings.Dan Gohman2008-08-05
* Remove unnecessary implicit argumentNate Begeman2008-07-25
* Fix minor issues with VICmp/VFCmp constant expressionsNate Begeman2008-07-25
* InsertValue and ExtractValue constant expressions are alwaysDan Gohman2008-07-21
* Fix a bunch of bugs handling vector compare constant expressions, fixingChris Lattner2008-07-14
* Document and fix Constant::getVectorElements to return an empty vectorChris Lattner2008-07-14
* Use find instead of lower_bound.Dan Gohman2008-07-11
* SImplify ConstantVector::get a bit and make it turn a vectorChris Lattner2008-07-10
* add a helper method for code that wants to handle vectorChris Lattner2008-07-10
* Add newline at the end of Constants.cpp.Matthijs Kooijman2008-07-03
* - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp...Evan Cheng2008-06-30
* Revert (52748 and friends):Anton Korobeynikov2008-06-29
* Move GetConstantStringInfo to lib/Analysis. RemoveEric Christopher2008-06-26
* Use push_back rather than operator[], which is incorrect in this cases. Unfor...Owen Anderson2008-06-25
* In ConstantArray::getAsString(), we know the size of the resultant string in ...Owen Anderson2008-06-24
* More changes from Chris' review: simplify getIndices and avoidDan Gohman2008-06-23
* Constant folding for insertvalue and extractvalue.Dan Gohman2008-06-03
* Fix some bugs with the handling of indices in insertvalue/extractvalue.Dan Gohman2008-05-31
* IR, bitcode reader, bitcode writer, and asmparser changes toDan Gohman2008-05-31
* eliminate calls to deprecated Use::init() interfaceGabor Greif2008-05-26
* Add more IR support for the new extractvalue and insertvalueDan Gohman2008-05-23
* IR support for extractvalue and insertvalue instructions. Also, beginDan Gohman2008-05-15
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-15
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Fix build breakageNate Begeman2008-05-12
* Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRefNate Begeman2008-05-12
* merge of use-diet branch to trunkGabor Greif2008-05-10
* add a simplified accessor for creating an fp constant of a Chris Lattner2008-04-09
* add a version of ConstantFP::get that doesn't take a redundant Type* value,Chris Lattner2008-04-09
* fix a warningGabor Greif2008-04-06
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-06
* Fix comment typo.Duncan Sands2008-03-30
* Fix a typo in a comment.Dan Gohman2008-02-07
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-17
* Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb2007-12-11
* Reverting dtor devirtualization patch.Gordon Henriksen2007-12-10
* Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen2007-12-09
* Add support for vectors to int <-> float casts.Nate Begeman2007-11-17
* Fix InstCombine/2007-10-31-StringCrash.ll by removing an obviousChris Lattner2007-11-01