aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/OutputBuffer.h
AgeCommit message (Expand)Author
2009-11-05Make a few headers standalone. Plus, add a missing "template" keywordDouglas Gregor
2009-06-07Simple ELF32/64 binary files can now be emitted for x86 and x86_64 withoutBruno Cardoso Lopes
2009-02-20Removed trailing whitespace.Misha Brukman
2008-05-05Fix more -Wshorten-64-to-32 warnings.Evan Cheng
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-04-20Fix a very strange assertion message, patch by Christopher LambChris Lattner
2007-02-05Use unsigned char& instead of std::vector<>::reference.Bill Wendling
2007-02-03Added some accessor methods.Bill Wendling
2007-01-18Have the OutputBuffer take the is64Bit and isLittleEndian booleans.Bill Wendling
2007-01-17Refactored output buffer methods from MachO and ELF writers.Bill Wendling