Use unsigned char& instead of std::vector<>::reference.
[oota-llvm.git] / include / llvm / Support / OutputBuffer.h
2007-02-05 Bill WendlingUse unsigned char& instead of std::vector<>::reference.
2007-02-03 Bill WendlingAdded some accessor methods.
2007-01-18 Bill WendlingHave the OutputBuffer take the is64Bit and isLittleEndi...
2007-01-17 Bill WendlingRefactored output buffer methods from MachO and ELF...