Added LLVM copyright header.
[oota-llvm.git] / lib / Bytecode / Reader / ReaderInternals.h
2003-10-21 John CriswellAdded LLVM copyright header.
2003-10-18 Chris Lattner* New revised variable argument handling support
2003-10-13 Chris LattnerAvoid calling getTypeSlot more
2003-10-13 Chris LattnerThis is a header file, thus it needs a -*-C++-*-
2003-10-13 Chris LattnerRegularize header file comments
2003-10-09 Chris LattnerPass a vector around to reduce dynamic allocation
2003-10-09 Chris LattnerMajor refactoring of the bytecode reader. This include...
2003-10-09 Chris LattnerSignificantly clean up parsing of instructions. This...
2003-10-09 Chris LattnerEliminate the instruction placeholder. Simplify a...
2003-10-09 Chris LattnerEliminate the old LateResolveValues data structure...
2003-10-09 Chris LattnerRemove a dead method
2003-10-08 Chris LattnerThis patch substantially simplifies and cleans up handl...
2003-10-08 Chris LattnerInline the postResolveValues method. It was poorly...
2003-10-08 Chris LattnerVarious cleanups and simplifications. This speeds...
2003-10-04 Chris LattnerRename AbstractModuleProvider -> ModuleProvider, to...
2003-10-04 Chris LattnerTransform two methods to return pointers directly inste...
2003-10-02 Chris LattnerThere is no need for BytecodeParser to be an AbstractTy...
2003-09-23 Misha BrukmanStop returning bool and pass Instruction by reference;
2003-09-22 Misha BrukmanRemoved no longer used member variable.
2003-09-22 Misha Brukman* Cleaned up code:
2003-09-08 Chris LattnerRemove a gross hack that was there to support bytecode...
2003-09-04 Chris LattnerNon-functional change
2003-08-24 Chris LattnerAllow modules to have 'any' pointer size and endianness...
2003-06-18 Chris LattnerDetemplatize the PATypeHandle class, which was only...
2003-05-22 Chris LattnerDo not assert fail or crash when a bytecode parse fails!
2003-05-22 Chris LattnerEliminate the uchar typedef, use unsigned char explicitly
2003-04-22 Chris LattnerPreserve module source information in the ModuleID
2003-04-16 Chris LattnerAdd support to the bytecode reader/writer for the new...
2003-03-19 Chris Lattner* Bug fixes:
2003-03-06 Chris LattnerInfrastructure for more compact bytecode files and...
2003-03-06 Chris Lattners/Method/Function in variable and method names
2003-03-06 Chris LattnerContinue simplifying error handling, s/method/function
2002-10-14 Chris LattnerThere is no way to guarantee that constants are not...
2002-08-21 Chris LattnerEmit an obnoxious warning message for bytecode that...
2002-08-17 Chris Lattner - Finally nailed: test/Regression/Assembler/2002...
2002-07-14 Vikram S. AdveAdd support for reading ConstantExpr nodes.
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-04-28 Chris LattnerRemove unneccesary #include
2002-04-08 Chris Lattnerllvm/Assembly/Writer.h is unneccesary except for extrem...
2002-04-04 Chris LattnerAdd debug support
2002-03-29 Chris Lattners/Method/Function
2002-03-23 Chris LattnerRename Method to Function
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-11-26 Chris LattnerImplement internal method support
2001-10-24 Chris LattnerDang it, do NOT check in code that enables debugging...
2001-10-24 Chris LattnerChanges to get some meaningful feedback from the byteco...
2001-10-23 Chris LattnerOops, didn't mean to check in enabled debugging support. :(
2001-10-23 Chris LattnerFixed a LONG standing, SCARY problem with bytecode...
2001-10-15 Chris LattnerRename ConstPoolPointerReference to ConstPoolPointerRef...
2001-10-13 Chris Lattner* Add real support for global variable addresses initia...
2001-10-03 Chris Lattner* Both Method & GlobalVariable now subclass GlobalValue
2001-10-01 Chris LattnerConvert more code to use new style casts
2001-09-28 Chris LattnerPull iterators out of CFG.h and CFGdecls and put them...
2001-09-07 Chris Lattner* Remove support for internal constant pool
2001-07-28 Chris Lattner* Add calls to failure template so that it is actually...
2001-07-07 Chris LattnerBroad superficial changes:
2001-07-07 Chris LattnerChanged the fundemental architecture of Operands for...
2001-06-06 Chris LattnerInitial revision