aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Reader/Reader.cpp
AgeCommit message (Expand)Author
2002-11-20 - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner
2002-10-23 - Fix a really nasty bug in the bytecode reader that caused it to failChris Lattner
2002-10-22Wow, for some reason, when reading bytecode from stdin, we were only readingChris Lattner
2002-10-14There is no way to guarantee that constants are not forward referenced.Chris Lattner
2002-10-13 - Change Function's so that their argument list is populated when they areChris Lattner
2002-09-20Changed uchar to unsigned char in function ParseBytecodeBuffer, because seemi...Anand Shukla
2002-08-21Emit an obnoxious warning message for bytecode that includes load/storeChris Lattner
2002-08-18Turn off a debugging optimization that just slows bytecode reading downChris Lattner
2002-08-17 - Finally nailed: test/Regression/Assembler/2002-08-16-ConstExprInlined.llxChris Lattner
2002-07-16added std:: to pairAnand Shukla
2002-07-14Add support for reading ConstantExpr nodes.Vikram S. Adve
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-06Replace all usages of Type::isPointerType with isa<PointerType>Chris Lattner
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-04-28Split ConstantVals.h into Constant.h and Constants.hChris Lattner
2002-04-09Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner
2002-03-29s/Method/FunctionChris Lattner
2002-03-26Change references from Method to FunctionChris Lattner
2002-01-21Chuck fixed the GCC problems so this hack is now unneccesaryChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-04Renamed inst_const_iterator -> const_inst_iteratorChris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-12-03Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner
2001-11-26Implement internal method supportChris Lattner
2001-11-12I don't know what I was thinkingChris Lattner
2001-10-24Changes to get some meaningful feedback from the bytecode reader. At some po...Chris Lattner
2001-10-15Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...Chris Lattner
2001-10-14External methods shouldn't have argument listsChris Lattner
2001-10-13* Add real support for global variable addresses initializing constantsChris Lattner
2001-10-03* Both Method & GlobalVariable now subclass GlobalValueChris 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-18Add support for global constants, and for initializers for constantsChris Lattner
2001-09-14Fix a bug with not removing method level types after compilationChris Lattner
2001-09-10Implement global variable supportChris Lattner
2001-09-07* Remove support for internal constant poolChris Lattner
2001-07-28* Add calls to failure template so that it is actually possible to debugChris Lattner
2001-07-23Doh! Wrong accessor. Caused 'can not read bytecode' errors. :(Chris Lattner
2001-06-27Miscellaneous cleanups:Chris Lattner
2001-06-06Initial revisionChris Lattner