summaryrefslogtreecommitdiff
path: root/include/llvm/Constant.h
Commit message (Expand)AuthorAge
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Make GlobalOpt be conservative with TLS variables (PR14309)Hans Wennborg2012-11-15
* Relax the restrictions on vector of pointer types, and vector getelementptr.Duncan Sands2012-11-13
* Remove unnecessary classof()'sSean Silva2012-10-11
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* getAllOnesValue also works for vectors of integers.Duncan Sands2012-06-04
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* eliminate the Constant::getVectorElements method. There are better (andChris Lattner2012-01-26
* constify some methods and add a new Constant::getAggregateElementChris Lattner2012-01-25
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Implement Constant::isAllOnesValue(). Fix ConstantFolding to use the new api.Nadav Rotem2011-08-24
* Revert "Address Duncan's CR request:"Eric Christopher2011-08-23
* Address Duncan's CR request:Nadav Rotem2011-08-23
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* devirtualize Constant::isNullValue:Chris Lattner2011-07-15
* add CFP::isNegative() and ConstnatInt::isNegative() methods.Chris Lattner2011-07-15
* Fix or remove code which seemed to think that the operand of a ConstantJay Foad2011-04-11
* hoist GlobalValue::removeDeadConstantUsers up to being a method on Constant.Chris Lattner2011-02-18
* Remove apparently unnecessary forward declaration.Eric Christopher2010-09-14
* eliminate a bunch of pointless LLVMContext arguments.Chris Lattner2010-02-01
* the verifier shouldn't modify the IR.Chris Lattner2009-11-01
* Previously, all operands to Constant were themselves constant.Chris Lattner2009-10-28
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-11
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-04
* Add a new Constant::getIntegerValue helper function, and convert aDan Gohman2009-08-03
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-31
* make Constant::getRelocationInfo return an enum, as suggested by Duncan.Chris Lattner2009-07-24
* reimplement Constant::ContainsRelocations as Chris Lattner2009-07-22
* Privatize the MDString uniquing table.Owen Anderson2009-07-16
* These don't really need contexts either.Owen Anderson2009-07-13
* Move more functionality over to LLVMContext.Owen Anderson2009-07-13
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-13
* Revert r73790, and replace it with a significantly less ugly solution. Rathe...Owen Anderson2009-06-20
* Fix a serious bug that would cause deadlock during abstract type refinement. ...Owen Anderson2009-06-19
* Clearify local/global relocations wordingAnton Korobeynikov2009-03-30
* Honour relocation behaviour stuff for ro objectsAnton Korobeynikov2009-03-29
* Extend the relocation tracker handler, so we can filter on different 'kinds' ...Anton Korobeynikov2009-03-29
* fix typo'sGabor Greif2008-10-13
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-23
* comment updateChris Lattner2008-08-09
* add a helper method for code that wants to handle vectorChris Lattner2008-07-10
* - 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
* Remove warnings about unused parameters and shadowed variables.Bill Wendling2008-05-19
* 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
* add a Constant::getAllOnesValue helper function, which works on integersChris Lattner2007-06-15
* Rename Value::getValueType to getValueID, to avoid confusion withDan Gohman2007-04-13