aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/ConstPoolVals.cpp
AgeCommit message (Expand)Author
2001-12-14Rename ConstPoolVals.cpp to Constants.cppChris Lattner
2001-12-14Make strings SByte* arrays instead of UByte * arraysChris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-10-29Remove C string capability from VMCore library. Move to SupportChris Lattner
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-15Oops, didn't handle hex values correctly. :(Chris Lattner
2001-10-14* Fix the constpoolarray -> c"" printing routines to escape things properlyChris Lattner
2001-10-14Added routine to create a char array for a string.Vikram S. Adve
2001-10-13* Fix TODOChris Lattner
2001-10-03Factor parentness out of Module & GlobalVariable into GlobalValueChris Lattner
2001-10-03Rename getNullPointer to getNullChris 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 more support for new style castsChris Lattner
2001-09-30Implement a constant pointer valueChris Lattner
2001-09-09Remove the definitions of 3 global functions that don't belong in the coreChris Lattner
2001-09-09Rename file to be consistent with header nameChris Lattner
2001-09-07Moved functionality into the other constant pool stuffChris Lattner
2001-07-21Utility routines for simpler access to the value of an integer constant.Vikram S. Adve