aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Bytecode/Reader.h
Commit message (Expand)AuthorAgeFilesLines
* 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