Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move Simple.h and Alias.h to include/Core. | Rui Ueyama | 2014-06-11 | 1 | -1/+1 | |
| | | | | | | | | Because the files in Core actually depend on these files. Differential Revision: http://reviews.llvm.org/D4000 llvm-svn: 210710 | |||||
* | [mach-o] Add support for custom sections | Nick Kledzik | 2014-05-30 | 1 | -0/+16 | |
| | | | | llvm-svn: 209928 | |||||
* | [mach-o] Support parsing of non-lazy-pointer sections | Nick Kledzik | 2014-05-28 | 1 | -2/+3 | |
| | | | | llvm-svn: 209704 | |||||
* | [mach-o] Add support for zero-fill sections. | Nick Kledzik | 2014-05-15 | 1 | -3/+15 | |
| | | | | llvm-svn: 208928 | |||||
* | [mach-o] Add support and test cases for parsing tentative definitions | Nick Kledzik | 2014-05-15 | 1 | -0/+12 | |
| | | | | llvm-svn: 208919 | |||||
* | [mach-o] use new way to copy StringRefs | Nick Kledzik | 2014-02-06 | 1 | -10/+4 | |
| | | | | llvm-svn: 200956 | |||||
* | [MachO] Add undefined atoms. | Joey Gouly | 2014-02-02 | 1 | -0/+12 | |
| | | | | llvm-svn: 200649 | |||||
* | [MachO] Add basic support for local symbols. | Joey Gouly | 2014-01-13 | 1 | -3/+4 | |
| | | | | llvm-svn: 199155 | |||||
* | [mach-o] enable mach-o and native yaml to be intermixed | Nick Kledzik | 2014-01-11 | 1 | -1/+10 | |
| | | | | | | | | | | | | | | | | | | The main goal of this patch is to allow "mach-o encoded as yaml" and "native encoded as yaml" documents to be intermixed. They are distinguished via yaml tags at the start of the document. This will enable all mach-o test cases to be written using yaml instead of checking in object files. The Registry was extend to allow yaml tag handlers to be registered. The mach-o Reader adds a yaml tag handler for the tag "!mach-o". Additionally, this patch fixes some buffer ownership issues. When parsing mach-o binaries, the mach-o atoms can have pointers back into the memory mapped .o file. But with yaml encoded mach-o, name and content are ephemeral, so a copyRefs parameter was added to cause the mach-o atoms to make their own copy. llvm-svn: 198986 | |||||
* | [MachO] Begin to add some MachO specific File/Atoms, and add the start of | Joey Gouly | 2014-01-03 | 1 | -0/+37 | |
normalizedToAtoms. llvm-svn: 198459 |