aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Object/Binary.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-16/+12
* Update to LLVM 3.5a.Stephen Hines2014-04-241-58/+27
* Path: Recognize COFF import library file magic.Rui Ueyama2013-11-151-0/+1
* Path: Recognize Windows compiled resource file.Rui Ueyama2013-10-151-1/+2
* Make a switch in createBinary fully-covered. Add forgotten macho_dsym_compani...Alexey Samsonov2013-06-281-2/+7
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-181-0/+7
* readobj: Dump PE/COFF optional records.Rui Ueyama2013-06-121-2/+4
* Convert a use of sys::identifyFileType to sys::fs::identify_magic.Rafael Espindola2013-06-111-16/+18
* Pass a StringRef to sys::identifyFileType.Rafael Espindola2013-06-101-2/+1
* Don't artifically restrict input object size.Sean Silva2013-06-081-2/+0
* Object: Add support for opening stdin.Michael J. Spencer2011-10-081-1/+1
* Object: Add archive support.Michael J. Spencer2011-09-271-1/+8
* Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer2011-06-251-3/+49
* Add Binary class. This is a cleaner parent than ObjectFile.Michael J. Spencer2011-06-251-0/+50
* Revert r132910 and r132909 on behalf of Michael. They didn't build with clang.Benjamin Kramer2011-06-131-50/+0
* Revert the last two commits in the series. r132911, r132912.Michael J. Spencer2011-06-131-49/+3
* Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer2011-06-131-3/+49
* Add Binary class. This is a cleaner parent than ObjectFile.Michael J. Spencer2011-06-131-0/+50