| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
We can now use the ELF relocation .def files to create the mapping
of relocation numbers to names and avoid having to duplicate the
list of relocations.
Patch by Will Newton.
llvm-svn: 222566
|
|
|
|
|
|
|
|
|
| |
LLD needs them, and it's good to be able to print them properly when
our object dumpers encounter them.
Patch by Daniel Stewart.
llvm-svn: 215352
|
|
|
|
|
|
|
|
|
|
| |
This adds initial support for PPC32 ELF PIC (Position Independent Code; the
-fPIC variety), thus rectifying a long-standing deficiency in the PowerPC
backend.
Patch by Justin Hibbits!
llvm-svn: 213427
|
|
|
|
| |
llvm-svn: 209201
|
|
|
|
| |
llvm-svn: 200112
|
|
|
|
| |
llvm-svn: 197685
|
|
|
|
| |
llvm-svn: 193992
|
|
|
|
| |
llvm-svn: 193623
|
|
|
|
| |
llvm-svn: 193247
|
|
|
|
| |
llvm-svn: 188064
|
|
|
|
| |
llvm-svn: 188031
|
|
* 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
|