aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode/Reader/Reader.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* MEGAPATCH checkin.Chris Lattner2002-06-251-3/+2
* Replace all usages of Type::isPointerType with isa<PointerType>Chris Lattner2002-05-061-1/+1
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-1/+0
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-1/+1
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-091-1/+2
* s/Method/FunctionChris Lattner2002-03-291-16/+16
* Change references from Method to FunctionChris Lattner2002-03-261-4/+4
* Chuck fixed the GCC problems so this hack is now unneccesaryChris Lattner2002-01-211-1/+0
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-14/+18
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-4/+4
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-7/+7
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-031-2/+2
* 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