aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Reader/ReaderInternals.h
AgeCommit message (Expand)Author
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-22Preserve module source information in the ModuleIDChris Lattner
2003-04-16Add support to the bytecode reader/writer for the new linkage typesChris 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
2002-10-14There is no way to guarantee that constants are not forward referenced.Chris Lattner
2002-08-21Emit an obnoxious warning message for bytecode that includes load/storeChris Lattner
2002-08-17 - Finally nailed: test/Regression/Assembler/2002-08-16-ConstExprInlined.llxChris Lattner
2002-07-14Add support for reading ConstantExpr nodes.Vikram S. Adve
2002-06-25changes to make it compatible with 64bit gccAnand Shukla
2002-04-28Remove unneccesary #includeChris Lattner
2002-04-08llvm/Assembly/Writer.h is unneccesary except for extreme outputChris Lattner
2002-04-04Add debug supportChris Lattner
2002-03-29s/Method/FunctionChris Lattner
2002-03-23Rename Method to FunctionChris Lattner
2002-02-12Method.h no longer includes BasicBlock.hChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris 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-10-24Dang it, do NOT check in code that enables debugging. Bad chrisChris Lattner
2001-10-24Changes to get some meaningful feedback from the bytecode reader. At some po...Chris Lattner
2001-10-23Oops, didn't mean to check in enabled debugging support. :(Chris Lattner
2001-10-23Fixed a LONG standing, SCARY problem with bytecode encoding. It turns out to...Chris Lattner
2001-10-15Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...Chris 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-01Convert more code to use new style castsChris Lattner
2001-09-28Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris 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-07Broad superficial changes:Chris Lattner
2001-07-07Changed the fundemental architecture of Operands for Instructions. NowChris Lattner
2001-06-06Initial revisionChris Lattner