This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from b6bf45c83 [COFF] Don't error out on undefined references to __enclave_config
new a573d5344 [ELF] Reset OutputSection size prior to processing linker scr [...]
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/InputSection.h | 16 +++++++++-------
ELF/LinkerScript.cpp | 5 +++++
ELF/OutputSections.cpp | 17 ++++++++++-------
ELF/OutputSections.h | 18 +++++++++++-------
test/ELF/linkerscript/unused-synthetic.s | 10 ++++++++++
5 files changed, 45 insertions(+), 21 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 45aa4ec9bad Revert r320464 as it breaks gold plugin tests
new e75cd3860cf [dsymutil] Accept line tables up to DWARFv5.
new efc3af1a052 Revert r320461 - causing ICE in windows buildss
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:
lib/Target/X86/X86SchedBroadwell.td | 200 ++++++++++-
lib/Target/X86/X86SchedHaswell.td | 201 ++++++++++-
lib/Target/X86/X86SchedSkylakeClient.td | 202 ++++++++++-
lib/Target/X86/X86SchedSkylakeServer.td | 477 ++++++++++++++++++++++++--
test/tools/dsymutil/Inputs/dwarf4.o | Bin 0 -> 1912 bytes
test/tools/dsymutil/Inputs/dwarf5.o | Bin 0 -> 1940 bytes
test/tools/dsymutil/X86/dwarf4-linetable.test | 23 ++
test/tools/dsymutil/X86/dwarf5-linetable.test | 23 ++
tools/dsymutil/DwarfLinker.cpp | 11 +-
9 files changed, 1086 insertions(+), 51 deletions(-)
create mode 100644 test/tools/dsymutil/Inputs/dwarf4.o
create mode 100644 test/tools/dsymutil/Inputs/dwarf5.o
create mode 100644 test/tools/dsymutil/X86/dwarf4-linetable.test
create mode 100644 test/tools/dsymutil/X86/dwarf5-linetable.test
--
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.
from bdf9e4656c [analyzer] StackAddrEscape: For now, disable the new async e [...]
new f2e8b97a0c [SemaCodeComplete] Allow passing out scope specifiers in qua [...]
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:
include/clang/Sema/CodeCompleteConsumer.h | 19 ++++++++++++++++++-
lib/Sema/SemaCodeComplete.cpp | 26 +++++++++++++++++++-------
2 files changed, 37 insertions(+), 8 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 a76253516cd PR c/82679 * c-decl.c (grokdeclarator): Check declspecs i [...]
new 5934eeb7248 [Patch combine] Don't create vector mode ZERO_EXTEND from subregs
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 | 5 +++++
gcc/combine.c | 4 +++-
2 files changed, 8 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 glibc.
from f54ad2f9ea manual/conf.texi: add a missing underscore in front of SC_SS [...]
new 0cee1257a9 manual: Fix a typo in locale.texi.
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:
ChangeLog | 4 ++++
manual/locale.texi | 2 +-
2 files changed, 5 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 clang-tools-extra.
from f126d29a [clang-tidy] Correctly classify constant arrays and constant [...]
new 27f4dd47 [clangd] Introduced a Context that stores implicit data
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:
clangd/CMakeLists.txt | 1 +
clangd/Context.cpp | 24 +++++
clangd/Context.h | 186 ++++++++++++++++++++++++++++++++++++++
unittests/clangd/CMakeLists.txt | 1 +
unittests/clangd/ContextTests.cpp | 57 ++++++++++++
5 files changed, 269 insertions(+)
create mode 100644 clangd/Context.cpp
create mode 100644 clangd/Context.h
create mode 100644 unittests/clangd/ContextTests.cpp
--
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 submit
in repository glibc.
at 4f56cb88c4 manual: Fix a typo in locale.texi.
This branch includes the following new commits:
new 4f56cb88c4 manual: Fix a typo in locale.texi.
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.
--
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 d398aa5956b PR rtl-optimization/83363 PR rtl-optimization/83364 * gc [...]
new a76253516cd PR c/82679 * c-decl.c (grokdeclarator): Check declspecs i [...]
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/c/ChangeLog | 5 +++++
gcc/c/c-decl.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/c11-atomic-5.c | 10 ++++++++++
4 files changed, 21 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/c11-atomic-5.c
--
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 535b72d219b Revert r320049, r320014 and r319894 They were causing failu [...]
new 45aa4ec9bad Revert r320464 as it breaks gold plugin tests
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/IPO/FunctionImport.cpp | 14 ++++++++++++++
1 file changed, 14 insertions(+)
--
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 f4f60186a0d [NFC][SafepointIRVerifier] Add alias for set of available values
new 535b72d219b Revert r320049, r320014 and r319894 They were causing failu [...]
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:
include/llvm/Analysis/ConstantFolding.h | 7 ------
include/llvm/Analysis/InstructionSimplify.h | 4 ----
lib/Analysis/InstructionSimplify.cpp | 28 ----------------------
.../InstCombine/InstCombineVectorOps.cpp | 4 ----
.../InstCombine/out-of-bounds-indexes.ll | 8 -------
test/Transforms/InstCombine/pr28725.ll | 11 ---------
.../InstCombine/vector_insertelt_shuffle.ll | 4 ++--
test/Transforms/InstSimplify/insertelement.ll | 25 -------------------
test/Transforms/InstSimplify/pr28725.ll | 5 ++--
9 files changed, 5 insertions(+), 91 deletions(-)
delete mode 100644 test/Transforms/InstCombine/pr28725.ll
delete mode 100644 test/Transforms/InstSimplify/insertelement.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.