aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bytecode/Primitives.h
AgeCommit message (Expand)Author
2004-01-10remove obsolete fileChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-09-30Standardize header file commentsChris Lattner
2003-09-22Converted tabs to spaces.Misha Brukman
2003-08-18Spell `necessary' correctly.Misha Brukman
2003-06-11Changed the LITTLE_ENDIAN and BIG_ENDIAN macros to ENDIAN_LITTLE and ENDIAN_BIG.John Criswell
2003-05-06Fix memory corruption problemChris Lattner
2002-09-17Fix namespace correctness bugChris 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-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