aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Bytecode/Reader.h
Commit message (Expand)AuthorAgeFilesLines
* Convert tabs to spacesMisha Brukman2005-04-221-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-7/+7
* Remove useless/confusing namespace qualifier.Reid Spencer2004-11-151-1/+1
* Changes necessary to enable linking of archives without LLVM symbol tables.Reid Spencer2004-11-151-4/+7
* Remove ReadArchiveFile (functionality moved to Archive.h). Add an alternate f...Reid Spencer2004-11-141-9/+10
* Provide an interface for getting just the external symbols from aReid Spencer2004-11-061-0/+10
* Correct the interface of a function to use the correct typedef for anReid Spencer2004-09-111-2/+2
* Add a function that gets just the dependent libraries from a bytecode file.Reid Spencer2004-08-241-7/+17
* Provide support for the BytecodeHandler interface which will be called byReid Spencer2004-06-291-2/+9
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,Chris Lattner2003-10-041-6/+4
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* Added doxygen comments for the streaming module provider.Misha Brukman2003-09-221-6/+7
* Added functions to perform streaming function loading, doxygenified comments.Misha Brukman2003-09-221-9/+25
* Add information about the module sourceChris Lattner2003-04-221-0/+1
* Add prototype to read .a filesChris Lattner2003-04-191-0/+7
* Generalize interface a bitChris Lattner2003-03-061-1/+2
* Fix typoChris Lattner2002-10-251-1/+1
* changed first arg of parseBytecodeBuffer to unsigned charAnand Shukla2002-07-211-1/+1
* changed first arg og parseBytecodeBuffer to ucharAnand Shukla2002-07-211-1/+1
* Fix prototype to make function.Chris Lattner2002-07-171-2/+1
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-2/+3
* Changes to get some meaningful feedback from the bytecode reader. At some po...Chris Lattner2001-10-241-2/+3
* Initial revisionChris Lattner2001-06-061-0/+24