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