Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make a switch in createBinary fully-covered. Add forgotten ↵ | Alexey Samsonov | 2013-06-28 | 1 | -2/+7 |
| | | | | | | macho_dsym_companion case. llvm-svn: 185139 | ||||
* | Basic support for parsing Mach-O universal binaries in LLVMObject library | Alexey Samsonov | 2013-06-18 | 1 | -0/+7 |
| | | | | llvm-svn: 184191 | ||||
* | readobj: Dump PE/COFF optional records. | Rui Ueyama | 2013-06-12 | 1 | -2/+4 |
| | | | | | | | | | | | | These records are mandatory for executables and are used by the loader. Reviewers: rafael CC: llvm-commits Differential Revision: http://llvm-reviews.chandlerc.com/D939 llvm-svn: 183852 | ||||
* | Convert a use of sys::identifyFileType to sys::fs::identify_magic. | Rafael Espindola | 2013-06-11 | 1 | -16/+18 |
| | | | | | | No functionality change. llvm-svn: 183745 | ||||
* | Pass a StringRef to sys::identifyFileType. | Rafael Espindola | 2013-06-10 | 1 | -2/+1 |
| | | | | llvm-svn: 183669 | ||||
* | Don't artifically restrict input object size. | Sean Silva | 2013-06-08 | 1 | -2/+0 |
| | | | | | | | | sys::IdentifyFileType is already conscious of the length, and object_error::invalid_file_type is returned below anyway if sys::IdentifyFileType doesn't recognize the file. llvm-svn: 183605 | ||||
* | Object: Add support for opening stdin. | Michael J. Spencer | 2011-10-08 | 1 | -1/+1 |
| | | | | llvm-svn: 141449 | ||||
* | Object: Add archive support. | Michael J. Spencer | 2011-09-27 | 1 | -1/+8 |
| | | | | llvm-svn: 140626 | ||||
* | Make Binary the parent of ObjectFile and update children to new interface. | Michael J. Spencer | 2011-06-25 | 1 | -3/+49 |
| | | | | llvm-svn: 133870 | ||||
* | Add Binary class. This is a cleaner parent than ObjectFile. | Michael J. Spencer | 2011-06-25 | 1 | -0/+50 |
| | | | | llvm-svn: 133869 | ||||
* | Revert r132910 and r132909 on behalf of Michael. They didn't build with clang. | Benjamin Kramer | 2011-06-13 | 1 | -50/+0 |
| | | | | llvm-svn: 132914 | ||||
* | Revert the last two commits in the series. r132911, r132912. | Michael J. Spencer | 2011-06-13 | 1 | -49/+3 |
| | | | | llvm-svn: 132913 | ||||
* | Make Binary the parent of ObjectFile and update children to new interface. | Michael J. Spencer | 2011-06-13 | 1 | -3/+49 |
| | | | | llvm-svn: 132911 | ||||
* | Add Binary class. This is a cleaner parent than ObjectFile. | Michael J. Spencer | 2011-06-13 | 1 | -0/+50 |
llvm-svn: 132910 |