aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ConstPoolVals.h
Commit message (Expand)AuthorAgeFilesLines
* Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner2001-09-141-1/+0
* Disable destructors on constantsChris Lattner2001-09-111-0/+8
* Remove 3 gross global functions that don't belong hereChris Lattner2001-09-091-20/+0
* Remove extra spaceChris Lattner2001-09-071-1/+1
* Implement support for globally unique constants. Constants no longer liveChris Lattner2001-09-071-83/+38
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-231-1/+1
* Moved isIntegral to the Type systemChris Lattner2001-07-211-7/+3
* Provide simpler ways to extract the value of an integer constant.Vikram S. Adve2001-07-201-2/+22
* Add new base class ConstPoolInt, useful for dealing with integral constantsChris Lattner2001-07-201-11/+46
* Made the following changes:Chris Lattner2001-07-141-1/+3
* Remove dtor's that simply call dropAllReferencesChris Lattner2001-07-071-2/+0
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-071-44/+2
* Initial revisionChris Lattner2001-06-061-0/+234