fix a comment bug Reid noticed
[oota-llvm.git] / include / llvm / Bytecode /
2007-04-07 Reid SpencerFor PR1291:
2007-02-15 Reid SpencerFor PR1195:
2007-02-12 Chris Lattneravoid creating a temporary string when reading the...
2007-02-10 Reid SpencerCompaction tables don't exist any more.
2007-02-07 Chris Lattnermove archive-specific stuff out of bcreader into archiv...
2007-02-07 Chris Lattnermove an llvmc-specific function out of the bcreader...
2007-02-07 Chris Lattnerpush bytecode decompressor out through APIs. Now the...
2007-02-07 Chris Lattnerremove dead ivars.
2007-02-07 Chris Lattnerremove the handleVBR32/handleVBR64 callbacks. They...
2007-02-07 Chris Lattnereliminate std::vector's from the bchandler interface
2007-02-05 Reid SpencerFor PR411:
2007-01-30 Reid SpencerCompaction tables no longer supported, remove its block ID.
2007-01-26 Reid SpencerFor PR761:
2007-01-21 Chris Lattnerdefault to emiting an uncompressed .bc file
2007-01-12 Anton Korobeynikov* PIC codegen for X86/Linux has been implemented
2007-01-06 Reid SpencerFor PR411:
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-11-28 Bill WendlingAdded a temporary hack to get the llvm-streams to work...
2006-11-14 Reid SpencerDiscard code that supported old bytecode formats. This...
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-08-30 Chris LattnerRestore source-level compatibility with clients of...
2006-08-28 Chris Lattnerremove extraneous space
2006-08-25 Reid SpencerFor PR797:
2006-08-24 Reid SpencerFor PR797:
2006-07-28 Chris LattnerUpdate comments.
2006-07-28 Chris LattnerChange Path::getStatusInfo to return a boolean and...
2006-07-07 Reid SpencerFinish removal of EH usage from the Archive library...
2006-07-07 Reid SpencerRemove EH use from the Archive library and adjust its...
2006-05-14 Chris Lattnerimprove comment.
2006-02-22 Chris LattnerMake the LLVM headers "-ansi -pedantic -Wno-long-long...
2005-11-30 Chris Lattnerminor cleanup
2005-11-30 Reid SpencerFix a problem with llvm-ranlib that (on some platforms...
2005-05-05 Misha BrukmanRemove vim settings from source code; people should...
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-02-26 Reid SpencerImplement an isBytecodeArchive method to determine...
2005-01-16 Chris LattnerImprove compatibility with aCC on HPUX. Patch by Durai...
2004-12-13 Reid SpencerMake the OpenAndLoad functions have an ErrorMessage...
2004-11-20 Reid SpencerDistinguish between BSD4.4 and SVR4 symbol tables
2004-11-19 Reid SpencerMake findModulesDefiningSymbols modify its symbols...
2004-11-16 Reid SpencerPer code review:\
2004-11-15 Reid SpencerRemove useless/confusing namespace qualifier.
2004-11-15 Reid SpencerChanges necessary to enable linking of archives without...
2004-11-14 Reid SpencerRemove ReadArchiveFile (functionality moved to Archive...
2004-11-14 Reid SpencerComplete rewrite to get first working version.
2004-11-08 Misha BrukmanRemove extra spaces
2004-11-08 Reid SpencerMake writing compressed bytecode the default.
2004-11-07 Reid SpencerMake compression the default on writing.
2004-11-07 Reid Spencer* Provide option for specifying bytecode compression
2004-11-06 Reid SpencerAdd support for compressed bytecode
2004-11-06 Reid SpencerProvide an interface for getting just the external...
2004-11-06 Reid SpencerDeprecate constructors we don't want users to use.
2004-11-05 Reid SpencerGo ahead and trust the client not to mess with the...
2004-11-05 Reid Spencer* Documentation corrections (thanks to Chris for nit...
2004-11-05 Reid SpencerFirst version of the interface to Archive files. This...
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-11 Reid SpencerCorrect the interface of a function to use the correct...
2004-08-24 Reid SpencerAdd a function that gets just the dependent libraries...
2004-08-21 Reid SpencerDump the DependentLibsBlockID, its not a block, its...
2004-08-21 Reid SpencerAdd new methods:
2004-08-21 Reid SpencerBytecode Analyzer cleanup:
2004-08-20 Brian GaekePacked types, brought to you by Brad Jones
2004-08-04 Chris LattnerThe Type* is redundant with the TypeSlot
2004-07-25 Reid Spencerbug 402:
2004-07-17 Reid SpencerConstant value not needed after CPR's disappear.
2004-07-04 Reid SpencerMake all the virtual function (except destructor) inlin...
2004-06-29 Reid SpencerProvide support for the BytecodeHandler interface which...
2004-06-29 Reid SpencerFix include guard
2004-06-29 Reid SpencerAdjust comments to match code.
2004-06-25 Reid Spencer- Changed Handler.h -> BytecodeHandler.h
2004-06-25 Chris LattnerOkay, Module have not been known as 'C' for a LONG...
2004-06-24 Reid SpencerDefinition of the Bytecode Handler interface. Subclasse...
2004-06-11 Reid SpencerImplement tracking of bytecode instruction size and...
2004-06-10 Reid SpencerUpdated the BytecodeAnalysis data structure to contain...
2004-06-10 Reid SpencerImplemented the bulk of the functionality. Cleaned...
2004-06-09 Reid SpencerAdd some new fields for bytecode analysis.
2004-06-08 Misha BrukmanFix case of doxygen directive `\p': it's lowercase.
2004-06-08 Reid SpencerClean up documentation and make it possible for the...
2004-06-07 Reid SpencerCommit For New Tool: llvm-abcd (Analysis of ByteCode...
2004-01-18 Chris LattnerAdd enum for compaction table.
2004-01-10 Chris Lattnerremove obsolete file
2003-12-01 Chris LattnerAdd new block number
2003-12-01 Chris LattnerRemove unused enum value
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-04 Chris LattnerRename AbstractModuleProvider -> ModuleProvider, to...
2003-09-30 Chris LattnerStandardize header file comments
2003-09-22 Misha BrukmanAdded doxygen comments for the streaming module provider.
2003-09-22 Misha BrukmanAdded functions to perform streaming function loading...
2003-09-22 Misha BrukmanConverted tabs to spaces.
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-06-11 John CriswellChanged the LITTLE_ENDIAN and BIG_ENDIAN macros to...
2003-05-06 Chris LattnerFix memory corruption problem
2003-04-22 Chris LattnerAdd information about the module source
2003-04-19 Chris LattnerAdd prototype to read .a files
2003-03-19 Chris LattnerAdd new chunk type
2003-03-06 Chris LattnerGeneralize interface a bit
2002-10-25 Chris LattnerFix typo
2002-09-17 Chris LattnerFix namespace correctness bug
next