aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Reader/Reader.cpp
AgeCommit message (Expand)Author
2003-10-04Use V for values, not D.Chris Lattner
2003-09-26Just rethrow previous exception instead of making a new oneChris Lattner
2003-09-23Suggestions made by Chris:Misha Brukman
2003-09-22* Cleaned up code:Misha Brukman
2003-09-11Fixed spelling and grammar.Misha Brukman
2003-09-08Remove a gross hack that was there to support bytecode files that are over a ...Chris Lattner
2003-08-24Allow modules to have 'any' pointer size and endianness. Luckily, we hadChris Lattner
2003-08-18Spell `necessary' correctly.Misha Brukman
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-05-22Do not assert fail or crash when a bytecode parse fails!Chris Lattner
2003-05-22Eliminate the uchar typedef, use unsigned char explicitlyChris Lattner
2003-04-22Add support for reading and writing pointersize/endianness to and from bytecodeChris Lattner
2003-04-22Preserve module source information in the ModuleIDChris Lattner
2003-04-19Add support for reading unaligned bytecode buffersChris Lattner
2003-04-18Fix a big bad bug I checked in yesterday :(Chris Lattner
2003-04-16Add support to the bytecode reader/writer for the new linkage typesChris Lattner
2003-04-16Add new linkage types to support a real frontendChris Lattner
2003-03-19* Bug fixes:Chris Lattner
2003-03-06Infrastructure for more compact bytecode files and REAL support for versioningChris Lattner
2003-03-06s/Method/Function in variable and method namesChris Lattner
2003-03-06Continue simplifying error handling, s/method/functionChris Lattner
2003-03-06Cleanup error handling constructsChris Lattner
2003-03-06Pull common code outChris Lattner
2003-03-06Use the std namespace explicitlyChris Lattner
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