DeadArgElim: don't eliminate arguments from naked functions
[oota-llvm.git] / include / llvm / Support / OutputBuffer.h
2009-11-05 Douglas GregorMake a few headers standalone. Plus, add a missing...
2009-06-07 Bruno Cardoso LopesSimple ELF32/64 binary files can now be emitted for...
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-04-20 Chris LattnerFix a very strange assertion message, patch by Christop...
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...