aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Object/ObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-0/+1
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-9/+21
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-20/+18
* Update to LLVM 3.5a.Stephen Hines2014-04-241-19/+28
* Path: Recognize COFF import library file magic.Rui Ueyama2013-11-151-0/+1
* Path: Recognize Windows compiled resource file.Rui Ueyama2013-10-151-0/+1
* Delete the buffer in createObjectFile if it fails.Rafael Espindola2013-07-241-1/+4
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-181-0/+1
* Fix variable name style. Don't cast to and from int.Rafael Espindola2013-06-111-0/+2
* Convert another use of sys::identifyFileType.Rafael Espindola2013-06-111-25/+26
* Pass a StringRef to sys::identifyFileType.Rafael Espindola2013-06-101-2/+1
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-301-0/+4
* Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola2013-04-291-0/+6
* Remove unused argument.Rafael Espindola2013-04-071-1/+1
* When encountering an unknown file format, ObjectFile::createObjectFile shouldEli Bendersky2013-01-251-1/+3
* Remove unused variables.Rafael Espindola2011-12-251-1/+1
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+2
* ObjectFile: Add support for mach-o-style dSYM companion files.Benjamin Kramer2011-09-141-0/+1
* Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer2011-06-251-12/+2
* Revert the last two commits in the series. r132911, r132912.Michael J. Spencer2011-06-131-2/+12
* Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer2011-06-131-12/+2
* Hook in mach-o object files into Object interface.Eric Christopher2011-04-221-1/+1
* Object: Add ELF support.Michael J. Spencer2011-01-201-1/+1
* Object: Add COFF Support.Michael J. Spencer2011-01-201-1/+1
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-161-2/+5
* Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer2010-12-091-1/+3
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Fix typo: Exectuable -> ExecutablePeter Collingbourne2010-11-171-1/+1
* Object: Get rid of sys::Path, Triple, and cleanup namespace.Michael J. Spencer2010-11-161-7/+5
* Add LLVMObject Library.Michael J. Spencer2010-11-151-0/+68