Updated the README so that it catagorizes the docs similar to the web page.
[oota-llvm.git] / lib / Bytecode /
2003-10-17 Alkis EvlogimenosEliminate some extraneous code in SlotCalculator::inser...
2003-10-16 Misha BrukmanAdd separator between different types of readers.
2003-10-16 Chris LattnerAdd support for 'weak' linkage.
2003-10-13 Chris LattnerStop using "reverse depth first" order
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-30 Chris LattnerStandardize header file comments
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-15 Chris LattnerFix a spello Misha made while fixing one of my appostri...
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-08 Chris LattnerAdd support for writing volatile load/stores
2003-09-05 Chris LattnerFix reading of invoke instrs
2003-09-05 Chris LattnerWhoa, we were misreading invoke instructions "normal...
2003-09-04 Chris LattnerNon-functional change
2003-09-03 Chris LattnerAvoid printing meaningless numbers
2003-09-03 Chris LattnerFollow the pattern of all other atu's
2003-08-24 Chris LattnerAllow modules to have 'any' pointer size and endianness...
2003-08-23 Chris LattnerRename SwitchInst::dest_push_back -> addCase
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-07-23 Chris LattnerRemove redundant const qualifiers from cast<> expressions
2003-07-23 Chris LattnerRemove explicit const qualifiers
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-18 Chris LattnerDetemplatize the PATypeHandle class, which was only...
2003-06-17 Chris LattnerFix bug: Assembler/2003-06-17-InvokeDisassemble.llx
2003-05-22 Chris LattnerFix bug: Assembler/2003-05-03-BytecodeReaderProblem.llx
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-05-12 Chris LattnerFix Bug: Assembler/2003-05-12-MinIntProblem.llx
2003-05-08 Chris LattnerAdd support for the new va_arg instruction
2003-04-23 Misha BrukmanFixed 'prevalent'.
2003-04-22 Chris LattnerAdd support for reading and writing pointersize/endiann...
2003-04-22 Chris LattnerPreserve module source information in the ModuleID
2003-04-19 Chris LattnerInitial support for reading standard .a files
2003-04-19 Chris LattnerAdd support for reading unaligned bytecode buffers
2003-04-18 Chris LattnerFix a big bad bug I checked in yesterday :(
2003-04-16 Chris LattnerAdd support to the bytecode reader/writer for the new...
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
2003-03-19 Chris Lattner* Change the order that globals and constants are proce...
2003-03-19 Chris LattnerChanges to the V2 bytecode format:
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
2003-03-06 Chris LattnerCleanup error handling constructs
2003-03-06 Chris LattnerPull common code out
2003-03-06 Chris LattnerUse the std namespace explicitly
2003-01-21 Chris LattnerDon't keep track of # big vs #small instructions seperately
2002-11-20 Chris Lattner - Eliminated the deferred symbol table stuff in Modul...
2002-10-23 Chris Lattner - Fix a really nasty bug in the bytecode reader that...
2002-10-22 Chris LattnerWow, for some reason, when reading bytecode from stdin...
2002-10-14 Chris LattnerClean up code a bit, no functionality changes.
2002-10-14 Chris LattnerThere is no way to guarantee that constants are not...
2002-10-14 Chris LattnerMinor cleanups, no changes to functionality
2002-10-13 Chris Lattner - Change Function's so that their argument list is...
2002-10-13 Chris Lattner - Rename Instruction::First*Op to *OpsBegin, and...
2002-10-01 Chris LattnerUpdates to work with recent Statistic's changes:
2002-09-20 Anand ShuklaChanged uchar to unsigned char in function ParseBytecod...
2002-09-14 Misha BrukmanOn the quest of eliminating unnecessary includes.
next