aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode/Reader/ReaderInternals.h
Commit message (Expand)AuthorAgeFilesLines
* Stop returning bool and pass Instruction by reference;Misha Brukman2003-09-231-2/+2
* Removed no longer used member variable.Misha Brukman2003-09-221-4/+1
* * Cleaned up code:Misha Brukman2003-09-221-31/+64
* Remove a gross hack that was there to support bytecode files that are over a ...Chris Lattner2003-09-081-1/+1
* Non-functional changeChris Lattner2003-09-041-1/+1
* Allow modules to have 'any' pointer size and endianness. Luckily, we hadChris Lattner2003-08-241-1/+0
* Detemplatize the PATypeHandle class, which was only really instantiated on 'T...Chris Lattner2003-06-181-1/+1
* Do not assert fail or crash when a bytecode parse fails!Chris Lattner2003-05-221-0/+3
* Eliminate the uchar typedef, use unsigned char explicitlyChris Lattner2003-05-221-19/+23
* Preserve module source information in the ModuleIDChris Lattner2003-04-221-1/+2
* Add support to the bytecode reader/writer for the new linkage typesChris Lattner2003-04-161-0/+1
* * Bug fixes:Chris Lattner2003-03-191-20/+48
* Infrastructure for more compact bytecode files and REAL support for versioningChris Lattner2003-03-061-3/+7
* s/Method/Function in variable and method namesChris Lattner2003-03-061-2/+2
* Continue simplifying error handling, s/method/functionChris Lattner2003-03-061-3/+3
* There is no way to guarantee that constants are not forward referenced.Chris Lattner2002-10-141-0/+1
* Emit an obnoxious warning message for bytecode that includes load/storeChris Lattner2002-08-211-1/+2
* - Finally nailed: test/Regression/Assembler/2002-08-16-ConstExprInlined.llxChris Lattner2002-08-171-70/+33
* Add support for reading ConstantExpr nodes.Vikram S. Adve2002-07-141-13/+53
* changes to make it compatible with 64bit gccAnand Shukla2002-06-251-3/+4
* Remove unneccesary #includeChris Lattner2002-04-281-1/+0
* llvm/Assembly/Writer.h is unneccesary except for extreme outputChris Lattner2002-04-081-2/+1
* Add debug supportChris Lattner2002-04-041-0/+4
* s/Method/FunctionChris Lattner2002-03-291-6/+6
* Rename Method to FunctionChris Lattner2002-03-231-6/+0
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-121-0/+1
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-13/+13
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-3/+3
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-031-0/+1
* Implement internal method supportChris Lattner2001-11-261-1/+1
* Dang it, do NOT check in code that enables debugging. Bad chrisChris Lattner2001-10-241-1/+1
* Changes to get some meaningful feedback from the bytecode reader. At some po...Chris Lattner2001-10-241-1/+5
* Oops, didn't mean to check in enabled debugging support. :(Chris Lattner2001-10-231-1/+1
* Fixed a LONG standing, SCARY problem with bytecode encoding. It turns out to...Chris Lattner2001-10-231-1/+1
* Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...Chris Lattner2001-10-151-1/+1
* * Add real support for global variable addresses initializing constantsChris Lattner2001-10-131-1/+17
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-031-1/+1
* Convert more code to use new style castsChris Lattner2001-10-011-2/+1
* Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner2001-09-281-0/+1
* * Remove support for internal constant poolChris Lattner2001-09-071-9/+30
* * Add calls to failure template so that it is actually possible to debugChris Lattner2001-07-281-0/+9
* Broad superficial changes:Chris Lattner2001-07-071-1/+1
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-071-7/+0
* Initial revisionChris Lattner2001-06-061-0/+146