Rafael Espindola
|
f743031b8b
|
More prefixing of error_code.
llvm-svn: 210831
|
2014-06-12 21:35:33 +00:00 |
|
Rafael Espindola
|
63ed1a3519
|
Use error_code() instead of error_code::succes()
There is no std::error_code::success, so this removes much of the noise
in transitioning to std::error_code.
llvm-svn: 209948
|
2014-05-31 01:22:21 +00:00 |
|
Simon Atanasyan
|
23fe15a62d
|
[Mips] Factor out the code create Mips specific runtime file into
the MipsELFWriters member function.
llvm-svn: 209592
|
2014-05-25 09:04:57 +00:00 |
|
Simon Atanasyan
|
15dce7a8f3
|
[Mips] Convert MipsDynamicSymbolTable to the class template.
llvm-svn: 207435
|
2014-04-28 19:34:34 +00:00 |
|
Simon Atanasyan
|
6af34b9661
|
[Mips] Do not inherit MipsDynamicLibraryWriter and MipsExecutableWriter
from MipsELFWriter class. MipsELFWriter is just a helper.
llvm-svn: 203402
|
2014-03-09 13:05:09 +00:00 |
|
Simon Atanasyan
|
54f6f7bd77
|
[Mips] Replace "virtual" by "override" in member function declarations
where it is appropriate.
llvm-svn: 203102
|
2014-03-06 10:29:45 +00:00 |
|
Simon Atanasyan
|
0912fe06dc
|
[Mips] Unify #include guard names.
llvm-svn: 200715
|
2014-02-03 20:10:30 +00:00 |
|
Simon Atanasyan
|
7aa9061ead
|
[Mips] Declare MipsDynamicTable class in a separate header file.
llvm-svn: 200328
|
2014-01-28 18:52:41 +00:00 |
|
Shankar Easwaran
|
b11964707c
|
[ELF] Make changes to all the targets supported currently
X86_64,X86,PPC,Hexagon,Mips
No change in functionality.
llvm-svn: 200177
|
2014-01-27 01:21:02 +00:00 |
|