Add an _embarassingly simple_ implementation of basic block layout. This is
[oota-llvm.git] / lib / Bytecode / Reader /
2004-02-09 Chris LattnerThis debugging hook is no longer needed.
2004-02-09 Chris LattnerAdjust to the changed StructType interface. In particu...
2004-02-09 Chris LattnerStart using the new and improve interface to FunctionTy...
2004-01-21 Misha BrukmanImplement ModuleProvider::materializeModule() by only...
2004-01-20 Chris LattnerFix PR212 - Bytecode reader misreads 'long -92233720368...
2004-01-20 Chris LattnerFix bogus warning and simplify code
2004-01-20 Chris LattnerBugfixes for dealing with partially compactified functions
2004-01-18 Chris LattnerSave another 30K from 176.gcc by encoding the compactio...
2004-01-18 Chris LattnerAdd support for reading bytecode files with compactiont...
2004-01-17 Chris LattnerBytecode format for LLVM 1.2 no longer explicitly encod...
2004-01-15 Chris LattnerAllow bytecode files to refer directly to global values...
2004-01-15 Chris LattnerFix more breakage with string change.
2004-01-15 Chris LattnerFix PR73
2004-01-15 Chris LattnerFix brokenness in my last checking
2004-01-15 Chris LattnerChange all of the bytecode reader primitives to throw...
2004-01-14 Chris LattnerVersion 1.2 now supports encoding strings as a special...
2004-01-14 Chris LattnerLike output_data, it's obvious that input_data was...
2004-01-14 Chris LattnerRemove support for the pre-1.0 bytecode version #1...
2004-01-12 Chris LattnerDon't use ConstantExpr::getShift anymore
2004-01-10 Chris Lattner* finegrainify namespacification of ArchiveReader.cpp
2004-01-09 Chris LattnerInching our way towards fixing PR82
2003-12-30 Chris Lattnerremove some useless #includes
2003-12-30 Chris LattnerUse new getFileSize function instead of sys/stat.h...
2003-12-29 Chris LattnerFactor FDHandle out of the bytecode reader into the...
2003-12-26 Chris Lattnerminor cleanups
2003-12-22 John CriswellReverted back to revision 1.11. The previous fix doesn...
2003-12-20 John CriswellFix PR#193.
2003-12-17 Brian GaekeMake getObjectType() smarter about ranlibbed Mac OS...
2003-12-12 Brian GaekeThrow better error messages, by calling strerror(errno...
2003-12-11 Brian GaekeIn getObjectType(), doxygenify comment, and take a...
2003-12-01 Chris LattnerEmit & read more compressed bytecode by not emitting...
2003-11-19 Chris Lattner* Finegrainify namespacification
2003-11-19 Chris LattnerMinor efficiency improvements, finegrainify namespacifi...
2003-11-19 Chris LattnerIn the future, these slabs can be null...
2003-11-19 Chris LattnerMinor efficiency improvements all over. Finegrainify...
2003-11-19 Chris LattnerFine grainify namespacification, #include file that...
2003-11-19 Chris LattnerMinor speedup to do less linear time searches of infor...
2003-11-16 Brian GaekeImplement skeletal support for __.SYMDEF (ranlib) secti...
2003-11-14 Chris LattnerI can't believe the incompetence of the people I have...
2003-11-14 Chris LattnerFix PR 110: the constant folding code assumes that...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-05 Chris Lattnerno need for endl
2003-11-05 Chris LattnerAdd support for constant expr shifts
2003-10-30 Alkis EvlogimenosPut DEBUG_OUTPUT at the top along with TRACE_LEVEL...
2003-10-21 John CriswellAdded LLVM copyright header.
2003-10-20 John CriswellAdded LLVM copyright notice to Makefiles.
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-19 Chris LattnerChange the Opcode enum for PHI nodes from "Instruction...
2003-10-18 Chris LattnerFix warning
2003-10-18 Chris Lattneradd support for new linkage types
2003-10-18 Chris Lattner* New revised variable argument handling support
2003-10-16 Misha BrukmanAdd separator between different types of readers.
2003-10-16 Chris LattnerAdd support for 'weak' linkage.
2003-10-13 Chris LattnerMinor cleanups
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-10 Chris LattnerOk, the "fix" for this is to do a real associative...
2003-10-09 Chris LattnerAnother 10% performance improvement by not using replac...
2003-10-09 Chris LattnerReserve space for PHI nodes when we read them in. ...
2003-10-09 Chris LattnerUse the version of getValue that takes the type plane...
2003-10-09 Chris LattnerPass a vector around to reduce dynamic allocation
2003-10-09 Chris LattnerChange getConstantValue to throw an exception on error...
2003-10-09 Chris LattnerRemove potentially N^2 algorithm from symbol table...
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-08 Misha BrukmanDestroy allocated resources on exception.
2003-10-06 Brian GaekeAll of our supported operating systems (so far) and...
2003-10-04 Chris LattnerRename AbstractModuleProvider -> ModuleProvider, to...
2003-10-04 Chris LattnerTransform two methods to return pointers directly inste...
2003-10-04 Chris LattnerUse V for values, not D.
2003-10-04 Chris LattnerDo not leak the ModuleProvider if releaseModule() throws.
2003-10-02 Chris LattnerThere is no need for BytecodeParser to be an AbstractTy...
2003-09-26 Chris LattnerJust rethrow previous exception instead of making a...
2003-09-25 Chris LattnerDefine the instance variable Buffer, not the automatic...
2003-09-24 Chris LattnerFix alignment problem
2003-09-24 Misha BrukmanActually assign the string correctly through the std...
2003-09-24 Misha Brukman* Eliminate BytecodeBufferReader::Length member variable
2003-09-23 John CriswellAdded code that ensures that we pass the beginning...
2003-09-23 Misha BrukmanStop returning bool and pass Instruction by reference;
2003-09-23 Misha BrukmanSuggestions made by Chris:
2003-09-23 Misha Brukman* Group class definitions & implementations together
2003-09-23 Misha Brukman* Constantify arguments to copy function
2003-09-22 Misha BrukmanRemoved no longer used member variable.
2003-09-22 Misha BrukmanAdded file header comment.
2003-09-22 Chris LattnerUpdate file header for renamed file
2003-09-22 Misha Brukman* Cleaned up code:
2003-09-11 Misha BrukmanFixed spelling and grammar.
2003-09-08 Chris LattnerFix bug
2003-09-08 Chris LattnerAdd support for the unwind instruction
2003-09-08 Chris LattnerRead volatile loads/stores
2003-09-08 Chris LattnerRemove a gross hack that was there to support bytecode...
2003-09-05 Chris LattnerFix reading of invoke instrs
2003-09-05 Chris LattnerWhoa, we were misreading invoke instructions "normal...
next