summaryrefslogtreecommitdiff
path: root/include/llvm/Constants.h
Commit message (Expand)AuthorAge
* Prevent warning about conversion from 64-bit to 32-bit by (yuck) casting...Bill Wendling2008-09-19
* Add a new ConstantExpr::getWithOperands that takes any array of operands Chris Lattner2008-08-20
* Remove unnecessary implicit argumentNate Begeman2008-07-25
* Fix minor issues with VICmp/VFCmp constant expressionsNate Begeman2008-07-25
* IR, bitcode reader, bitcode writer, and asmparser changes toDan Gohman2008-05-31
* Remove warnings about unused parameters and shadowed variables.Bill Wendling2008-05-19
* IR support for extractvalue and insertvalue instructions. Also, beginDan Gohman2008-05-15
* Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRefNate Begeman2008-05-12
* remove commented-out code, it is subsumed by DECLARE_TRANSPARENT_OPERAND_ACCE...Gabor Greif2008-05-10
* merge of use-diet branch to trunkGabor Greif2008-05-10
* remove obsolete method.Chris Lattner2008-05-04
* Don't try to convert PPC long double.Dale Johannesen2008-04-28
* ConstantFP::get should be static.Chris Lattner2008-04-09
* Unbreak teh build.Evan Cheng2008-04-09
* add a version of ConstantFP::get that doesn't take a redundant Type* value,Chris Lattner2008-04-09
* make ConstantFP::isExactlyValue work for long double as well.Chris Lattner2008-04-09
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-06
* ubyte and sbyte? what are those?Nick Lewycky2008-03-20
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Reverting dtor devirtualization patch.Gordon Henriksen2007-12-10
* Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen2007-12-09
* Get rid of compilation warning during release buildsBill Wendling2007-11-01
* Define a helper function ConstantVector::getSplatValue for testing forDan Gohman2007-10-17
* Adding C and Ocaml bindings for ConstantExpr.Gordon Henriksen2007-10-06
* Remove the assumption that FP's are either float orDale Johannesen2007-09-14
* Next round of APFloat changes.Dale Johannesen2007-09-06
* Change LegalFPImmediates to use APFloat.Dale Johannesen2007-08-30
* Change internal representation of ConstantFP to use APFloat.Dale Johannesen2007-08-24
* Fix minor doxygen nits.Reid Spencer2007-08-05
* Fix comments about vectors to use the current wording.Dan Gohman2007-07-16
* Minor comment cleanups.Dan Gohman2007-05-24
* Rename Value::getValueType to getValueID, to avoid confusion withDan Gohman2007-04-13
* getLimitedValue now just forward to APInt's getLimitedValue. Mark it const.Chris Lattner2007-04-10
* add a helper function to constantint.Chris Lattner2007-04-03
* Make sure this method just return value equal or less than Limit.Zhou Sheng2007-03-30
* Rename and correct the method "greaterOrEqual".Zhou Sheng2007-03-30
* Add two utility methods into ConstantInt.Zhou Sheng2007-03-30
* Add the 'explicit' keyword to several constructors that accept oneDan Gohman2007-03-23
* Allow ConstantInt::get(Ty, uint64_t) to interpret the 64-bit values as aReid Spencer2007-03-19
* Add a non-virtual test for zero, isZero, and rename isUnitValue isOne.Reid Spencer2007-03-02
* Remove virtual keyword from method that doesn't need to be virtual.Reid Spencer2007-03-01
* Add an isUnitValue method for comparison against 1. This just follows aReid Spencer2007-03-01
* Drop the ConstantInt(const Type&, const APInt&) constructor. It isReid Spencer2007-03-01
* Implement a convenience method to construct a ConstantInt directly from anReid Spencer2007-02-28
* For PR1205:Reid Spencer2007-02-26
* eliminate some dead friends.Chris Lattner2007-02-20
* cleanup ConstantInt to use a single DenseMap for uniquing instead of theChris Lattner2007-02-20
* Make ConstantInt::getTrue/getFalse be llvm_shutdown safe.Chris Lattner2007-02-20
* Clean up the internals of the ConstantInt machineryChris Lattner2007-02-20
* llvm-gcc issue fixed, revert reversal :)Chris Lattner2007-02-19