Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add back missing PPC relocation types. | Ulrich Weigand | 2013-08-09 | 1 | -0/+36 |
| | | | | llvm-svn: 188064 | ||||
* | Add missing PPC64 relocation types. | Michael J. Spencer | 2013-08-08 | 1 | -0/+42 |
| | | | | llvm-svn: 188031 | ||||
* | [Object] Split the ELF interface into 3 parts. | Michael J. Spencer | 2013-08-08 | 1 | -0/+623 |
* ELFTypes.h contains template magic for defining types based on endianess, size, and alignment. * ELFFile.h defines the ELFFile class which provides low level ELF specific access. * ELFObjectFile.h contains ELFObjectFile which uses ELFFile to implement the ObjectFile interface. llvm-svn: 188022 |