aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode/Reader/Reader.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Implement internal method supportChris Lattner2001-11-261-4/+9
* I don't know what I was thinkingChris Lattner2001-11-121-1/+1
* Changes to get some meaningful feedback from the bytecode reader. At some po...Chris Lattner2001-10-241-17/+51
* Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...Chris Lattner2001-10-151-4/+4
* External methods shouldn't have argument listsChris Lattner2001-10-141-0/+4
* * Add real support for global variable addresses initializing constantsChris Lattner2001-10-131-21/+64
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-031-12/+22
* Commit more code over to new cast styleChris Lattner2001-10-021-2/+2
* Convert more code to use new style castsChris Lattner2001-10-011-3/+3
* Add more support for new style castsChris Lattner2001-10-011-2/+2
* Add support for global constants, and for initializers for constantsChris Lattner2001-09-181-2/+17
* Fix a bug with not removing method level types after compilationChris Lattner2001-09-141-0/+3
* Implement global variable supportChris Lattner2001-09-101-2/+20
* * Remove support for internal constant poolChris Lattner2001-09-071-51/+83
* * Add calls to failure template so that it is actually possible to debugChris Lattner2001-07-281-49/+51
* Doh! Wrong accessor. Caused 'can not read bytecode' errors. :(Chris Lattner2001-07-231-1/+1
* Miscellaneous cleanups:Chris Lattner2001-06-271-10/+7
* Initial revisionChris Lattner2001-06-061-0/+478