This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 0a3b46942 [ELF] - Fix comment. NFC.
new d79d0156f [ELF] Extend symbol-order-warnings test case for ICF
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:
test/ELF/symbol-ordering-file-warnings.s | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 986f3ba8e Ensure that Elf_Rel addends are always written for dynamic re [...]
new 0147ccd98 [ELF] - Support COPY, INFO, OVERLAY output sections attributes.
new 0a3b46942 [ELF] - Fix comment. NFC.
The 2 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/LinkerScript.cpp | 2 ++
ELF/OutputSections.h | 1 +
ELF/ScriptParser.cpp | 15 ++++++++++----
test/ELF/linkerscript/info-section-type.s | 33 +++++++++++++++++++++++++++++++
4 files changed, 47 insertions(+), 4 deletions(-)
create mode 100644 test/ELF/linkerscript/info-section-type.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 088e6dfc54d Set proper internal functions fnspec (PR sanitizer/84307).
new d4f2cbd867b Additional fix for PR 84239.
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:
libgcc/ChangeLog | 8 +++++++-
libgcc/config/i386/shadow-stack-unwind.h | 9 ++++++++-
2 files changed, 15 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a596a56b232 [ARM] Return true in enableMultipleCopyHints().
new 04bf737a846 [Transforms] Propagate TBAA info in SROA
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:
lib/Transforms/Scalar/SROA.cpp | 83 ++++++--
test/Transforms/SROA/basictest.ll | 425 ++++++++++++++++++++++++--------------
2 files changed, 335 insertions(+), 173 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b7942f6933d Remove CLWB from Cannonlake. gcc/ * config/i386/i386.c (ix [...]
new 088e6dfc54d Set proper internal functions fnspec (PR sanitizer/84307).
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:
gcc/ChangeLog | 6 ++++++
gcc/internal-fn.def | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 3e770ed91 Fix an issue that weak bit is dropped when there's a lazy obj [...]
new 986f3ba8e Ensure that Elf_Rel addends are always written for dynamic re [...]
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/Driver.cpp | 5 ++++
ELF/InputSection.cpp | 2 ++
ELF/Relocations.cpp | 4 ++--
ELF/Relocations.h | 1 +
ELF/SyntheticSections.cpp | 12 ++++++----
ELF/SyntheticSections.h | 2 ++
test/ELF/rel-addend-with-rela-input.s | 43 +++++++++++++++++++++++++++++++++++
7 files changed, 62 insertions(+), 7 deletions(-)
create mode 100644 test/ELF/rel-addend-with-rela-input.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 053d9bfd93a [LegalizeDAG] Fix legalization of SETCC
new a596a56b232 [ARM] Return true in enableMultipleCopyHints().
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:
lib/Target/ARM/ARMBaseRegisterInfo.h | 1 +
test/CodeGen/ARM/longMAC.ll | 32 ++---
test/CodeGen/ARM/select_xform.ll | 10 +-
test/CodeGen/ARM/struct_byval_arm_t1_t2.ll | 192 ++++++++++++++---------------
test/CodeGen/ARM/swifterror.ll | 21 ++--
test/CodeGen/Thumb/long.ll | 20 +--
test/CodeGen/Thumb2/aapcs.ll | 2 +-
test/CodeGen/Thumb2/thumb2-select_xform.ll | 14 +--
8 files changed, 145 insertions(+), 147 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from f3f4150a [include-fixer] Add more debug headers to the STL header list
new 032a5cf8 [clangd] TestFS cleanup: getVirtualBlahBlah -> testPath/testR [...]
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:
unittests/clangd/ClangdTests.cpp | 65 ++++++++++++++-----------------
unittests/clangd/CodeCompleteTests.cpp | 14 +++----
unittests/clangd/SymbolCollectorTests.cpp | 13 +++----
unittests/clangd/TUSchedulerTests.cpp | 19 ++++-----
unittests/clangd/TestFS.cpp | 31 ++++++++-------
unittests/clangd/TestFS.h | 7 ++--
unittests/clangd/URITests.cpp | 4 +-
unittests/clangd/XRefsTests.cpp | 13 +++----
8 files changed, 79 insertions(+), 87 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ca353f0f9c1 [ARM] Materialise some boolean values to avoid a branch
new 053d9bfd93a [LegalizeDAG] Fix legalization of SETCC
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:
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 2 +-
test/CodeGen/ARM/2018-02-13-PR36079.ll | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/ARM/2018-02-13-PR36079.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from c9573c768 [dosep] Run tests in a more parallel fashion
new 098618133 [lldb][PPC64] Fixed vector and struct return value
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:
source/Host/common/HostInfoBase.cpp | 1 +
source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp | 719 +++++++++++++++++++-----
2 files changed, 575 insertions(+), 145 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.