Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Sparc] Add support for sparc relocation types in ELF object file. | Venkatraman Govindaraju | 2014-01-26 | 1 | -0/+92 |
| | | | | llvm-svn: 200112 | ||||
* | Support for microMIPS TLS relocations. | Zoran Jovanovic | 2013-12-19 | 1 | -0/+2 |
| | | | | llvm-svn: 197685 | ||||
* | Support for microMIPS branch instructions. | Zoran Jovanovic | 2013-11-04 | 1 | -0/+1 |
| | | | | llvm-svn: 193992 | ||||
* | Support for microMIPS jump instructions | Zoran Jovanovic | 2013-10-29 | 1 | -0/+1 |
| | | | | llvm-svn: 193623 | ||||
* | Support for microMIPS relocations 1. | Zoran Jovanovic | 2013-10-23 | 1 | -0/+11 |
| | | | | llvm-svn: 193247 | ||||
* | 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 |