aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode/Reader/ConstantReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...Chris Lattner2001-10-151-2/+2
* * Add real support for global variable addresses initializing constantsChris Lattner2001-10-131-15/+55
* Rename getNullPointer to getNullChris Lattner2001-10-031-1/+1
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-031-1/+1
* Commit more code over to new cast styleChris Lattner2001-10-021-3/+3
* Convert more code to use new style castsChris Lattner2001-10-011-4/+4
* Add more support for new style castsChris Lattner2001-10-011-3/+2
* Implement constant pointers, and null specifically in the parser, bytecode wr...Chris Lattner2001-09-301-1/+12
* * Remove support for internal constant poolChris Lattner2001-09-071-51/+125
* * Add calls to failure template so that it is actually possible to debugChris Lattner2001-07-281-37/+37
* Add support for extern varargs methods & varargs method callsChris Lattner2001-07-251-5/+5
* Add support to the bytecode reader to recognize floating point constantsChris Lattner2001-07-151-0/+14
* Miscellaneous cleanups:Chris Lattner2001-06-271-2/+2
* Initial revisionChris Lattner2001-06-061-0/+218