Venkatraman Govindaraju
cdee0edf2a
[Sparc] Add support for sparc relocation types in ELF object file.
...
llvm-svn: 200112
2014-01-26 03:21:28 +00:00
Zoran Jovanovic
69be811a6e
Support for microMIPS TLS relocations.
...
llvm-svn: 197685
2013-12-19 16:02:32 +00:00
Zoran Jovanovic
8a80aa76c8
Support for microMIPS branch instructions.
...
llvm-svn: 193992
2013-11-04 14:53:22 +00:00
Zoran Jovanovic
507e084a18
Support for microMIPS jump instructions
...
llvm-svn: 193623
2013-10-29 16:38:59 +00:00
Zoran Jovanovic
e7ae8af896
Support for microMIPS relocations 1.
...
llvm-svn: 193247
2013-10-23 16:14:44 +00:00
Ulrich Weigand
173ae88a55
Add back missing PPC relocation types.
...
llvm-svn: 188064
2013-08-09 09:42:14 +00:00
Michael J. Spencer
6703f404c9
Add missing PPC64 relocation types.
...
llvm-svn: 188031
2013-08-08 23:58:18 +00:00
Michael J. Spencer
126973ba93
[Object] Split the ELF interface into 3 parts.
...
* 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
2013-08-08 22:27:13 +00:00