aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/ObjectFile.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-10-15Path: Recognize Windows compiled resource file.Rui Ueyama1-0/+1
2013-07-24Delete the buffer in createObjectFile if it fails.Rafael Espindola1-1/+4
2013-06-18Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov1-0/+1
2013-06-11Fix variable name style. Don't cast to and from int.Rafael Espindola1-0/+2
2013-06-11Convert another use of sys::identifyFileType.Rafael Espindola1-25/+26
2013-06-10Pass a StringRef to sys::identifyFileType.Rafael Espindola1-2/+1
2013-05-30Change how we iterate over relocations on ELF.Rafael Espindola1-0/+4
2013-04-29Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola1-0/+6
2013-04-07Remove unused argument.Rafael Espindola1-1/+1
2013-01-25When encountering an unknown file format, ObjectFile::createObjectFile shouldEli Bendersky1-1/+3
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