aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/ObjectFile.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-12-25Remove unused variables.Rafael Espindola1-1/+1
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie1-0/+2
2011-09-14ObjectFile: Add support for mach-o-style dSYM companion files.Benjamin Kramer1-0/+1
2011-06-25Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer1-12/+2
2011-06-13Revert the last two commits in the series. r132911, r132912.Michael J. Spencer1-2/+12
2011-06-13Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer1-12/+2
2011-04-22Hook in mach-o object files into Object interface.Eric Christopher1-1/+1
2011-01-20Object: Add ELF support.Michael J. Spencer1-1/+1
2011-01-20Object: Add COFF Support.Michael J. Spencer1-1/+1
2010-12-16MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer1-2/+5
2010-12-09Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer1-1/+3
2010-11-29Merge System into Support.Michael J. Spencer1-1/+1
2010-11-17Fix typo: Exectuable -> ExecutablePeter Collingbourne1-1/+1
2010-11-16Object: Get rid of sys::Path, Triple, and cleanup namespace.Michael J. Spencer1-7/+5
2010-11-15Add LLVMObject Library.Michael J. Spencer1-0/+68