llvm-project/lld/ELF/Arch
George Rimar 696a7f9ac6 [ELF] - Introduce std::vector<InputFile *> global arrays.
This patch removes lot of static Instances arrays from different input file 
classes and introduces global arrays for access instead. Similar to arrays we
have for InputSections/OutputSectionCommands.

It allows to iterate over input files in a non-templated code.

Differential revision: https://reviews.llvm.org/D35987

llvm-svn: 313619
2017-09-19 09:20:54 +00:00
..
AArch64.cpp [ELF] Always write non-immediate bits for AArch64 branch instruction. 2017-09-07 16:29:52 +00:00
AMDGPU.cpp Fix which file is in an error message. 2017-08-04 18:33:16 +00:00
ARM.cpp Add a helper for checking for weak undef. NFC. 2017-09-13 20:43:04 +00:00
AVR.cpp Fix which file is in an error message. 2017-08-04 18:33:16 +00:00
Mips.cpp [MIPS] Initial support of microMIPS code linking 2017-09-12 13:08:24 +00:00
MipsArchTree.cpp [ELF] - Introduce std::vector<InputFile *> global arrays. 2017-09-19 09:20:54 +00:00
PPC.cpp Fix which file is in an error message. 2017-08-04 18:33:16 +00:00
PPC64.cpp Fix which file is in an error message. 2017-08-04 18:33:16 +00:00
SPARCV9.cpp Fix which file is in an error message. 2017-08-04 18:33:16 +00:00
X86.cpp Fix which file is in an error message. 2017-08-04 18:33:16 +00:00
X86_64.cpp [ELF] - Fix comment. NFC. 2017-08-31 10:14:10 +00:00