aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Constant.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary classof()'sSean Silva2012-10-111-2/+0
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-171-2/+2
* getAllOnesValue also works for vectors of integers.Duncan Sands2012-06-041-2/+2
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-4/+5
* eliminate the Constant::getVectorElements method. There are better (andChris Lattner2012-01-261-6/+0
* constify some methods and add a new Constant::getAggregateElementChris Lattner2012-01-251-0/+7
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+1
* Implement Constant::isAllOnesValue(). Fix ConstantFolding to use the new api.Nadav Rotem2011-08-241-0/+4
* Revert "Address Duncan's CR request:"Eric Christopher2011-08-231-3/+0
* Address Duncan's CR request:Nadav Rotem2011-08-231-0/+3
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-4/+4
* devirtualize Constant::isNullValue:Chris Lattner2011-07-151-1/+1
* add CFP::isNegative() and ConstnatInt::isNegative() methods.Chris Lattner2011-07-151-1/+1
* Fix or remove code which seemed to think that the operand of a ConstantJay Foad2011-04-111-13/+0
* hoist GlobalValue::removeDeadConstantUsers up to being a method on Constant.Chris Lattner2011-02-181-3/+9
* Remove apparently unnecessary forward declaration.Eric Christopher2010-09-141-1/+0
* eliminate a bunch of pointless LLVMContext arguments.Chris Lattner2010-02-011-2/+1
* the verifier shouldn't modify the IR.Chris Lattner2009-11-011-0/+4
* Previously, all operands to Constant were themselves constant.Chris Lattner2009-10-281-9/+10
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-111-1/+1
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-041-1/+1
* Add a new Constant::getIntegerValue helper function, and convert aDan Gohman2009-08-031-0/+6
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-311-0/+7
* make Constant::getRelocationInfo return an enum, as suggested by Duncan.Chris Lattner2009-07-241-7/+14
* reimplement Constant::ContainsRelocations as Chris Lattner2009-07-221-20/+15
* Privatize the MDString uniquing table.Owen Anderson2009-07-161-0/+1
* These don't really need contexts either.Owen Anderson2009-07-131-0/+4
* Move more functionality over to LLVMContext.Owen Anderson2009-07-131-5/+0
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-131-5/+3
* Revert r73790, and replace it with a significantly less ugly solution. Rathe...Owen Anderson2009-06-201-4/+2
* Fix a serious bug that would cause deadlock during abstract type refinement. ...Owen Anderson2009-06-191-2/+4
* Clearify local/global relocations wordingAnton Korobeynikov2009-03-301-1/+10
* Honour relocation behaviour stuff for ro objectsAnton Korobeynikov2009-03-291-0/+1
* Extend the relocation tracker handler, so we can filter on different 'kinds' ...Anton Korobeynikov2009-03-291-2/+8
* fix typo'sGabor Greif2008-10-131-2/+2
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-231-3/+0
* comment updateChris Lattner2008-08-091-1/+2
* add a helper method for code that wants to handle vectorChris Lattner2008-07-101-0/+6
* - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp...Evan Cheng2008-06-301-7/+0
* Revert (52748 and friends):Anton Korobeynikov2008-06-291-0/+7
* Move GetConstantStringInfo to lib/Analysis. RemoveEric Christopher2008-06-261-7/+0
* Remove warnings about unused parameters and shadowed variables.Bill Wendling2008-05-191-2/+2
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Reverting dtor devirtualization patch.Gordon Henriksen2007-12-101-4/+0
* Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen2007-12-091-0/+4
* add a Constant::getAllOnesValue helper function, which works on integersChris Lattner2007-06-151-0/+5
* Rename Value::getValueType to getValueID, to avoid confusion withDan Gohman2007-04-131-2/+2
* Added ContainsRelocations() to check if a constant might only be resolvable a...Evan Cheng2007-03-081-0/+4
* Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...Chris Lattner2007-02-121-3/+2
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-171-0/+1