summaryrefslogtreecommitdiff
path: root/include/llvm/ConstPoolVals.h
Commit message (Expand)AuthorAge
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-03
* Move DataTypes.h from llvm/Support to just SupportChris Lattner2001-11-26
* Add new isNullValue methodChris Lattner2001-11-01
* Remove useCSyntax flagChris Lattner2001-10-29
* Switch useLLVMSyntax to useCSyntax.Vikram S. Adve2001-10-28
* Support printing control characters in standard C/assembly style.Vikram S. Adve2001-10-28
* Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...Chris Lattner2001-10-15
* *** empty log message ***Chris Lattner2001-10-14
* Added routine to create a char array for a string.Vikram S. Adve2001-10-14
* * Add destroyConstant stuff to handle module local constantsChris Lattner2001-10-13
* Factor parentness out of Module & GlobalVariable into GlobalValueChris Lattner2001-10-03
* Share ConstPoolPointer elements correctlyChris Lattner2001-10-03
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-03
* First try at a horrible global value reference wrapperChris Lattner2001-10-03
* Commit more code over to new cast styleChris Lattner2001-10-02
* Convert more code to use new style castsChris Lattner2001-10-01
* Add support for new style castsChris Lattner2001-10-01
* Implement a constant pointer valueChris Lattner2001-09-30
* Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner2001-09-14
* Disable destructors on constantsChris Lattner2001-09-11
* Remove 3 gross global functions that don't belong hereChris Lattner2001-09-09
* Remove extra spaceChris Lattner2001-09-07
* Implement support for globally unique constants. Constants no longer liveChris Lattner2001-09-07
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-23
* Moved isIntegral to the Type systemChris Lattner2001-07-21
* Provide simpler ways to extract the value of an integer constant.Vikram S. Adve2001-07-20
* Add new base class ConstPoolInt, useful for dealing with integral constantsChris Lattner2001-07-20
* Made the following changes:Chris Lattner2001-07-14
* Remove dtor's that simply call dropAllReferencesChris Lattner2001-07-07
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-07
* Initial revisionChris Lattner2001-06-06