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