summaryrefslogtreecommitdiff
path: root/include/llvm/Constant.h
Commit message (Expand)AuthorAge
* 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
* Added ContainsRelocations() to check if a constant might only be resolvable a...Evan Cheng2007-03-08
* Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...Chris Lattner2007-02-12
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-17
* add a method to determine whether evaluation of a constant can trap.Chris Lattner2006-10-20
* remove dead methodChris Lattner2006-09-28
* For PR778:Reid Spencer2006-06-05
* Added a parameter to control whether Constant::getStringValue() would chopEvan Cheng2006-03-10
* Get rid of the multiple copies of getStringValue. Now a Constant:: method.Jim Laskey2006-03-08
* Fix VC++ level 4 warnings. Because a base class has declared these private, ...Jeff Cohen2005-12-17
* Remove some dead argument names which irritates GCC at certain warning levels.Chris Lattner2005-10-25
* Change the signature of replaceUsesOfWithOnConstant to take a Use* and notChris Lattner2005-10-04
* Split SimpleConstantVal up into its components, so each Constant subclass getsChris Lattner2005-09-27
* Remove trailing whitespaceMisha Brukman2005-04-21
* remove all of the various setName implementations, consolidating them intoChris Lattner2005-03-05
* Remove the second argument to Value::setName, it is never needed.Chris Lattner2005-03-05
* Adjust to user changes.Chris Lattner2005-01-29
* Add static functions to clear singleton maps. Patch contributed byChris Lattner2004-11-19
* UndefValue's are constantsChris Lattner2004-10-16
* Now that ConstantPointerRef is gone, it is the case that all operands of cons...Chris Lattner2004-08-04
* Tabs to spaces.Misha Brukman2004-07-19
* eliminate isConstantExpr, changes to isa<Constant> implementationChris Lattner2004-07-19
* Extend constructor so that it can support GlobalValue's (with names).Reid Spencer2004-07-17