aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Bytecode
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused enum valueChris Lattner2003-12-011-1/+0
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-115-0/+21
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-205-0/+35
* Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,Chris Lattner2003-10-041-6/+4
* Standardize header file commentsChris Lattner2003-09-305-6/+6
* 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
* Converted tabs to spaces.Misha Brukman2003-09-221-14/+14
* Spell `necessary' correctly.Misha Brukman2003-08-181-1/+1
* Changed the LITTLE_ENDIAN and BIG_ENDIAN macros to ENDIAN_LITTLE and ENDIAN_BIG.John Criswell2003-06-111-5/+5
* Fix memory corruption problemChris Lattner2003-05-061-1/+2
* Add information about the module sourceChris Lattner2003-04-221-0/+1
* Add prototype to read .a filesChris Lattner2003-04-191-0/+7
* Add new chunk typeChris Lattner2003-03-191-0/+1
* Generalize interface a bitChris Lattner2003-03-061-1/+2
* Fix typoChris Lattner2002-10-251-1/+1
* Fix namespace correctness bugChris Lattner2002-09-171-1/+1
* Add a version of the bytecode writer pass that has a default ctorChris Lattner2002-07-231-3/+2
* 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
* added include<iostream> for cerrAnand Shukla2002-06-251-0/+1
* changes to make it compatible with 64bit gccAnand Shukla2002-06-251-2/+2
* *** empty log message ***Chris Lattner2002-06-251-2/+2
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-2/+2
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-0/+2
* s/Method/FunctionChris Lattner2002-03-291-1/+1
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-211-1/+1
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-202-13/+16
* Move DataTypes.h from llvm/Support to just SupportChris Lattner2001-11-261-1/+1
* Changes to get some meaningful feedback from the bytecode reader. At some po...Chris Lattner2001-10-241-2/+3
* initial checkinChris Lattner2001-10-181-0/+32
* Use a deque instead of a vector for greater efficiency writing bytecodeChris Lattner2001-09-071-10/+10
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-231-1/+1
* Add support to write and read a fixed amount of raw dataChris Lattner2001-07-151-0/+31
* Initial revisionChris Lattner2001-06-064-0/+319