aboutsummaryrefslogtreecommitdiff
path: root/lib/Object/ObjectFile.cpp
AgeCommit message (Expand)Author
2013-04-29Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola
2013-04-07Remove unused argument.Rafael Espindola
2013-01-25When encountering an unknown file format, ObjectFile::createObjectFile shouldEli Bendersky
2011-12-25Remove unused variables.Rafael Espindola
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-09-14ObjectFile: Add support for mach-o-style dSYM companion files.Benjamin Kramer
2011-06-25Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer
2011-06-13Revert the last two commits in the series. r132911, r132912.Michael J. Spencer
2011-06-13Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer
2011-04-22Hook in mach-o object files into Object interface.Eric Christopher
2011-01-20Object: Add ELF support.Michael J. Spencer
2011-01-20Object: Add COFF Support.Michael J. Spencer
2010-12-16MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer
2010-12-09Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-17Fix typo: Exectuable -> ExecutablePeter Collingbourne
2010-11-16Object: Get rid of sys::Path, Triple, and cleanup namespace.Michael J. Spencer
2010-11-15Add LLVMObject Library.Michael J. Spencer