This is an automated email from the git hooks/post-receive script.
Peter Smith pushed a change to branch linaro-local/tls in repository toolchain/llvm/lld.
discards 04f6465 Support for standard model ARM TLS adds 75923ba [ELF] Introduce a flag to parse response files according to w [...] adds 17c2422 Recognize R_386_GOT32X. adds 8e6e9c9 Read the implicit addend of R_386_GOT32X. adds 9f1fc24 Fix indentation. adds 16e18b3 Do not call warning() from ELFOptTable::parse(). adds ffe7a68 Fix formatting. adds a446ef9 Fix endianness issue. adds 09872c9 Correctly define "zlib" feature. adds 27780c8 [ELF] - Fixed incorrect logic of version assignments when mix [...] adds a74afb2 This now works on unix too. adds 7353c6d Use "using namespace llvm" like the rest of ELF lld. adds b428f3e Fix formating. NFC. new dfa9efd Support for standard model ARM TLS
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (04f6465) \ N -- N -- N refs/heads/linaro-local/tls (dfa9efd)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ELF/Config.h | 2 +- ELF/DriverUtils.cpp | 33 ++++++-- ELF/Error.cpp | 10 ++- ELF/InputFiles.cpp | 41 +++++----- ELF/InputSection.cpp | 25 +++--- ELF/InputSection.h | 1 + ELF/LinkerScript.cpp | 3 +- ELF/Options.td | 3 + ELF/SymbolTable.cpp | 56 +++++++++----- ELF/Target.cpp | 2 + test/ELF/arm-tls-gd32.s | 159 ++++++++++++++++++++++++++++++++++++++ test/ELF/arm-tls-ie32.s | 27 ++++--- test/ELF/arm-tls-ldm32.s | 60 ++++++++++++++ test/ELF/basic.s | 15 +++- test/ELF/compressed-debug-input.s | 10 ++- test/ELF/driver.test | 5 +- test/ELF/i386-relax-reloc.s | 12 +++ test/ELF/reproduce-windows.s | 4 +- test/ELF/version-wildcard.test | 49 ++++++++++++ test/lit.cfg | 8 +- test/lit.site.cfg.in | 1 + 21 files changed, 434 insertions(+), 92 deletions(-) create mode 100644 test/ELF/arm-tls-gd32.s create mode 100644 test/ELF/arm-tls-ldm32.s create mode 100644 test/ELF/i386-relax-reloc.s