llvm-project/lld/ELF/Arch
Fangrui Song 5761e3cef4 [ELF][MIPS] Use lld:🧝:{read,write}* instead of llvm::support::endian::{read,write}*
This allows us to delete `using namespace llvm::support::endian` and
simplify D68323. This change adds runtime config->endianness check but
the overhead should be negligible.

Reviewed By: ruiu

Differential Revision: https://reviews.llvm.org/D68561

llvm-svn: 373884
2019-10-07 08:30:46 +00:00
..
AArch64.cpp [ELF][AArch64] Improve error message for unknown relocations 2019-08-15 10:02:54 +00:00
AMDGPU.cpp [Coding style change] Rename variables so that they start with a lowercase letter 2019-07-10 05:00:37 +00:00
ARM.cpp [ELF] Fix variable names in comments after VariableName -> variableName change 2019-07-16 05:50:45 +00:00
AVR.cpp [Coding style change] Rename variables so that they start with a lowercase letter 2019-07-10 05:00:37 +00:00
Hexagon.cpp [ELF][Hexagon] Improve error message for unknown relocations 2019-08-19 14:07:14 +00:00
MSP430.cpp [Coding style change] Rename variables so that they start with a lowercase letter 2019-07-10 05:00:37 +00:00
Mips.cpp [ELF][MIPS] Use lld:🧝:{read,write}* instead of llvm::support::endian::{read,write}* 2019-10-07 08:30:46 +00:00
MipsArchTree.cpp [LLD][ELF][MIPS] - Inline the short helper function. NFC. 2019-09-24 12:53:53 +00:00
PPC.cpp [ELF][PPC] Improve error message for unknown relocations 2019-08-15 05:22:23 +00:00
PPC64.cpp [ELF][PPC] Fix getRelExpr for R_PPC64_REL16_HI 2019-08-17 06:28:03 +00:00
RISCV.cpp [ELF] Fix variable names in comments after VariableName -> variableName change 2019-07-16 05:50:45 +00:00
SPARCV9.cpp [Coding style change] Rename variables so that they start with a lowercase letter 2019-07-10 05:00:37 +00:00
X86.cpp [Coding style change] Rename variables so that they start with a lowercase letter 2019-07-10 05:00:37 +00:00
X86_64.cpp [Coding style change] Rename variables so that they start with a lowercase letter 2019-07-10 05:00:37 +00:00