Add a method
[oota-llvm.git] / include / llvm / Bytecode /
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
2002-07-23 Chris LattnerAdd a version of the bytecode writer pass that has...
2002-07-21 Anand Shuklachanged first arg of parseBytecodeBuffer to unsigned...
2002-07-21 Anand Shuklachanged first arg og parseBytecodeBuffer to uchar
2002-07-17 Chris LattnerFix prototype to make function.
2002-06-25 Anand Shuklaadded include<iostream> for cerr
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Chris Lattner*** empty log message ***
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-03-29 Chris Lattners/Method/Function
2002-01-21 Chris LattnerImplement a more powerful, simpler, pass system. This...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-11-26 Chris LattnerMove DataTypes.h from llvm/Support to just Support
2001-10-24 Chris LattnerChanges to get some meaningful feedback from the byteco...
2001-10-18 Chris Lattnerinitial checkin
2001-09-07 Chris LattnerUse a deque instead of a vector for greater efficiency...
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-15 Chris LattnerAdd support to write and read a fixed amount of raw...
2001-06-06 Chris LattnerInitial revision