Added name-mangling routines for future use.
[oota-llvm.git] / lib / VMCore / ConstPoolVals.cpp
2001-10-15 Chris LattnerRename ConstPoolPointerReference to ConstPoolPointerRef...
2001-10-15 Chris LattnerOops, didn't handle hex values correctly. :(
2001-10-14 Chris Lattner* Fix the constpoolarray -> c"" printing routines to...
2001-10-14 Vikram S. AdveAdded routine to create a char array for a string.
2001-10-13 Chris Lattner* Fix TODO
2001-10-03 Chris LattnerFactor parentness out of Module & GlobalVariable into...
2001-10-03 Chris LattnerRename getNullPointer to getNull
2001-10-03 Chris Lattner* Both Method & GlobalVariable now subclass GlobalValue
2001-10-03 Chris LattnerFirst try at a horrible global value reference wrapper
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerConvert more code to use new style casts
2001-10-01 Chris LattnerAdd more support for new style casts
2001-09-30 Chris LattnerImplement a constant pointer value
2001-09-09 Chris LattnerRemove the definitions of 3 global functions that don...
2001-09-09 Chris LattnerRename file to be consistent with header name
2001-09-07 Chris LattnerMoved functionality into the other constant pool stuff
2001-07-21 Vikram S. AdveUtility routines for simpler access to the value of...