This is an automated email from the git hooks/post-receive script.
Peter Smith pushed a change to branch linaro-local/InterworkVeneers in repository toolchain/llvm/lld.
discards d0476d4 First implementation of new Thunk interface for MIPS and ARM. discards 2fbc42a First implementation of Thunks module discards 0916254 Add support for relocations to PLT entries. We need to accoun [...] discards f010f1c Add basic ARM/Thumb interworking veneer support for non-PLT e [...] discards 0d5766d Initial support for interworking veneers add support for movt [...] adds 41b0f4f [ELF] Allow --reproduce to be specified as an environment variable. adds 65eac40 [lld][MachO] Add support for x86-64 negDelta64 references and [...] adds a7972a3 Do not lookup the same option twice. NFC. adds c84d782 [LinkerScript] Spell 'character' correctly. NFC. adds 01eda14 Ignore --sort-common. adds dd9ac03 Fix library search order. adds 529c079 Define -v and -V as aliases to --version. new 2771838 Initial support for interworking veneers add support for movt [...] new e7df451 Add basic ARM/Thumb interworking veneer support for non-PLT e [...] new fcb8fbd Add support for relocations to PLT entries. We need to accoun [...] new f524559 First implementation of Thunks module new 1c7f7ae First implementation of new Thunk interface for MIPS and ARM.
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 (d0476d4) \ N -- N -- N refs/heads/linaro-local/InterworkVeneers (1c7f7ae)
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 5 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/Driver.cpp | 11 ++- ELF/DriverUtils.cpp | 13 ++- ELF/LinkerScript.cpp | 2 +- ELF/Options.td | 3 + ELF/Thunks.cpp | 109 ++++++++++------------ ELF/Thunks.h | 16 ++-- lib/ReaderWriter/MachO/ArchHandler_x86_64.cpp | 96 ++++++++++++-------- lib/ReaderWriter/MachO/File.h | 2 + test/ELF/libsearch.s | 6 ++ test/ELF/reproduce.s | 2 +- test/mach-o/parse-data-relocs-x86_64.yaml | 125 +++++++++++++++++--------- 11 files changed, 226 insertions(+), 159 deletions(-)