aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/OutputBuffer.h
Commit message (Expand)AuthorAgeFilesLines
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-051-2/+4
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Fix a very strange assertion message, patch by Christopher LambChris Lattner2007-04-201-1/+1
* Use unsigned char& instead of std::vector<>::reference.Bill Wendling2007-02-051-4/+2
* Added some accessor methods.Bill Wendling2007-02-031-0/+9
* Have the OutputBuffer take the is64Bit and isLittleEndian booleans.Bill Wendling2007-01-181-6/+5
* Refactored output buffer methods from MachO and ELF writers.Bill Wendling2007-01-171-0/+146