aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Reader/ReaderInternals.h
AgeCommit message (Expand)Author
2004-06-29Remove files no longer needed. ConstantReader and InstructionReader wereReid Spencer
2004-06-17Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner
2004-04-05Implement support for a new LLVM 1.3 bytecode format, which uses uint'sChris Lattner
2004-04-03Remove a bunch of cruft that was used to be backwards compatible with the lastChris Lattner
2004-01-21Implement ModuleProvider::materializeModule() by only materializing functionsMisha Brukman
2004-01-18Add support for reading bytecode files with compactiontables for bytecode files.Chris Lattner
2004-01-17Bytecode format for LLVM 1.2 no longer explicitly encodes zeros in primitiveChris Lattner
2004-01-15Fix PR73Chris Lattner
2004-01-15Change all of the bytecode reader primitives to throw exceptions instead ofChris Lattner
2004-01-14Version 1.2 now supports encoding strings as a special case, to avoid havingChris Lattner
2004-01-14Remove support for the pre-1.0 bytecode version #1. This will becomeChris Lattner
2004-01-10* finegrainify namespacification of ArchiveReader.cppChris Lattner
2003-12-01Emit & read more compressed bytecode by not emitting a bytecodeblock forChris Lattner
2003-11-19* Finegrainify namespacificationChris Lattner
2003-11-19Minor speedup to do less linear time searches of information we already have.Chris Lattner
2003-11-14I can't believe the incompetence of the people I have to deal with around here.Chris Lattner
2003-11-14Fix PR 110: the constant folding code assumes that if something is not aChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-05no need for endlChris Lattner
2003-10-30Put DEBUG_OUTPUT at the top along with TRACE_LEVEL. Also fix the codeAlkis Evlogimenos
2003-10-21Added LLVM copyright header.John Criswell
2003-10-18* New revised variable argument handling supportChris Lattner
2003-10-13Avoid calling getTypeSlot moreChris Lattner
2003-10-13This is a header file, thus it needs a -*-C++-*-Chris Lattner
2003-10-13Regularize header file commentsChris Lattner
2003-10-09Pass a vector around to reduce dynamic allocationChris Lattner
2003-10-09Major refactoring of the bytecode reader. This includes the followingChris Lattner
2003-10-09Significantly clean up parsing of instructions. This exceptionizes andChris Lattner
2003-10-09Eliminate the instruction placeholder. Simplify a bunch of code.Chris Lattner
2003-10-09Eliminate the old LateResolveValues data structure, replacing it with aChris Lattner
2003-10-09Remove a dead methodChris Lattner
2003-10-08This patch substantially simplifies and cleans up handling of basic blocksChris Lattner
2003-10-08Inline the postResolveValues method. It was poorly named anywayChris Lattner
2003-10-08Various cleanups and simplifications. This speeds up reading a bytecode fileChris Lattner
2003-10-04Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,Chris Lattner
2003-10-04Transform two methods to return pointers directly instead of returning themChris Lattner
2003-10-02There is no need for BytecodeParser to be an AbstractTypeUser. Instead, itChris Lattner
2003-09-23Stop returning bool and pass Instruction by reference;Misha Brukman
2003-09-22Removed no longer used member variable.Misha Brukman
2003-09-22* Cleaned up code:Misha Brukman
2003-09-08Remove a gross hack that was there to support bytecode files that are over a ...Chris Lattner
2003-09-04Non-functional changeChris Lattner
2003-08-24Allow modules to have 'any' pointer size and endianness. Luckily, we hadChris Lattner
2003-06-18Detemplatize the PATypeHandle class, which was only really instantiated on 'T...Chris Lattner
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