aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bytecode
AgeCommit message (Expand)Author
2003-05-06Fix memory corruption problemChris Lattner
2003-04-22Add information about the module sourceChris Lattner
2003-04-19Add prototype to read .a filesChris Lattner
2003-03-19Add new chunk typeChris Lattner
2003-03-06Generalize interface a bitChris Lattner
2002-10-25Fix typoChris Lattner
2002-09-17Fix namespace correctness bugChris Lattner
2002-07-23Add a version of the bytecode writer pass that has a default ctorChris Lattner
2002-07-21changed first arg of parseBytecodeBuffer to unsigned charAnand Shukla
2002-07-21changed first arg og parseBytecodeBuffer to ucharAnand Shukla
2002-07-17Fix prototype to make function.Chris Lattner
2002-06-25added include<iostream> for cerrAnand Shukla
2002-06-25changes to make it compatible with 64bit gccAnand Shukla
2002-06-25*** empty log message ***Chris Lattner
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-04-29Add new optional getPassName() virtual function that a Pass can overrideChris Lattner
2002-03-29s/Method/FunctionChris Lattner
2002-01-21Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-11-26Move DataTypes.h from llvm/Support to just SupportChris Lattner
2001-10-24Changes to get some meaningful feedback from the bytecode reader. At some po...Chris Lattner
2001-10-18initial checkinChris Lattner
2001-09-07Use a deque instead of a vector for greater efficiency writing bytecodeChris Lattner
2001-07-23Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner
2001-07-15Add support to write and read a fixed amount of raw dataChris Lattner
2001-06-06Initial revisionChris Lattner