This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 64755be94b8 Remove dead code. NFCI.
new 95137e49396 COFF: PDB: Allow multiple modules with the same name.
new 746c7785625 [yaml2obj][ELF] Add support for symbol indexes greater than [...]
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:
.../llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h | 4 +--
include/llvm/ObjectYAML/ELFYAML.h | 7 ++++
lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp | 21 ++----------
lib/ObjectYAML/ELFYAML.cpp | 37 ++++++++++++++++++++++
test/tools/yaml2obj/symbol-index-invalid.yaml | 21 ++++++++++++
test/tools/yaml2obj/symbol-index.yaml | 35 ++++++++++++++++++++
tools/llvm-pdbutil/llvm-pdbutil.cpp | 2 +-
tools/yaml2obj/yaml2elf.cpp | 5 ++-
8 files changed, 109 insertions(+), 23 deletions(-)
create mode 100644 test/tools/yaml2obj/symbol-index-invalid.yaml
create mode 100644 test/tools/yaml2obj/symbol-index.yaml
--
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 b0dbfcfe2 Drop --no-threads from tests.
new adfff8611 COFF: PDB: Allow multiple modules with the same name.
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/COFF/pdb-same-name.test | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 test/COFF/pdb-same-name.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 gcc-7-branch
in repository gcc.
from 37d4e6983b9 Backported from mainline 2017-09-04 Jakub Jelinek <jaku [...]
new 133829d776a Backported from mainline 2017-09-05 Jakub Jelinek <jaku [...]
new dce575b1ac5 Backported from mainline 2017-09-05 Jakub Jelinek <jaku [...]
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:
gcc/ChangeLog | 10 ++++++++++
gcc/omp-expand.c | 12 ++++++++----
gcc/omp-low.c | 4 ++++
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.dg/gomp/pr81768-1.c | 15 +++++++++++++++
gcc/testsuite/gcc.dg/gomp/pr81768-2.c | 15 +++++++++++++++
6 files changed, 60 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/gomp/pr81768-1.c
create mode 100644 gcc/testsuite/gcc.dg/gomp/pr81768-2.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 gcc-7-branch
in repository gcc.
from cb70da2a2c1 Daily bump.
new cda45e54690 Backported from mainline 2017-07-27 Jakub Jelinek <jaku [...]
new 8eb4629a6b9 Backported from mainline 2017-08-03 Jakub Jelinek <jaku [...]
new 9ebbdf45828 Backported from mainline 2017-08-03 Jakub Jelinek <jaku [...]
new b2e51764a62 Backported from mainline 2017-08-03 Jakub Jelinek <jaku [...]
new 59b06d198f4 Backported from mainline 2017-08-07 Jakub Jelinek <jaku [...]
new f26387aa9e6 2017-09-07 Jakub Jelinek <jakub(a)redhat.com>
new e774baafd84 Backported from mainline 2017-09-01 Jakub Jelinek <jaku [...]
new 37d4e6983b9 Backported from mainline 2017-09-04 Jakub Jelinek <jaku [...]
The 8 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 | 39 ++++++++++++++++++++++++++++++
gcc/asan.c | 7 ++++--
gcc/bb-reorder.c | 6 +++--
gcc/c-family/ChangeLog | 10 ++++++++
gcc/c-family/c-omp.c | 21 ++++++++++++++++
gcc/calls.c | 30 +++++++++++++----------
gcc/lra-remat.c | 2 +-
gcc/omp-low.c | 6 +++--
gcc/testsuite/ChangeLog | 19 +++++++++++++++
gcc/testsuite/c-c++-common/pr81052.c | 28 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/asan/pr81923.c | 10 ++++++++
gcc/testsuite/gcc.dg/pr81621.c | 5 ++++
gcc/testsuite/gcc.dg/pr81650.c | 9 +++++++
gcc/tree-cfg.c | 25 ++++++++++++++++++-
libgomp/ChangeLog | 15 ++++++++++++
libgomp/testsuite/libgomp.c++/pr45784.C | 5 ++++
libgomp/testsuite/libgomp.c/pr45784.c | 41 ++++++++++++++++++++++++++++++++
libgomp/testsuite/libgomp.c/pr81687-1.c | 23 ++++++++++++++++++
libgomp/testsuite/libgomp.c/pr81687-2.c | 27 +++++++++++++++++++++
libsanitizer/ChangeLog | 7 ++++++
libsanitizer/include/system/sys/ptrace.h | 7 ++++++
21 files changed, 322 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr81052.c
create mode 100644 gcc/testsuite/gcc.dg/asan/pr81923.c
create mode 100644 gcc/testsuite/gcc.dg/pr81621.c
create mode 100644 gcc/testsuite/gcc.dg/pr81650.c
create mode 100644 libgomp/testsuite/libgomp.c++/pr45784.C
create mode 100644 libgomp/testsuite/libgomp.c/pr45784.c
create mode 100644 libgomp/testsuite/libgomp.c/pr81687-1.c
create mode 100644 libgomp/testsuite/libgomp.c/pr81687-2.c
create mode 100644 libsanitizer/include/system/sys/ptrace.h
--
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 9adfcaf8db [OpenCL] Add half load and store builtins
new 5c19ffded1 Add IDNS_Tag to C++ declarations that conflict with tag decl [...]
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/AST/DeclBase.h | 10 ++++++----
lib/AST/DeclBase.cpp | 11 +++++------
lib/Sema/SemaDecl.cpp | 18 ++++++++----------
.../basic/basic.scope/basic.scope.declarative/p4.cpp | 19 +++++++++++++++++++
4 files changed, 38 insertions(+), 20 deletions(-)
create mode 100644 test/CXX/basic/basic.scope/basic.scope.declarative/p4.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 master
in repository clang.
from 640d10c8b0 [CUDA] When compilation fails, print the compilation mode.
new 9adfcaf8db [OpenCL] Add half load and store builtins
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/Basic/Builtins.def | 6 ++++++
include/clang/Basic/Builtins.h | 6 ++++--
lib/Basic/Builtins.cpp | 9 +++++++--
lib/CodeGen/CGBuiltin.cpp | 18 ++++++++++++++++++
test/CodeGenOpenCL/no-half.cl | 39 +++++++++++++++++++++++++++++++++++++++
5 files changed, 74 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGenOpenCL/no-half.cl
--
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 lnt.
from 1404ca8 Make machine selection/update more flexible
new 2d32d27 async_ops: Do not dispose pre-fork DB connections
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:
lnt/server/db/v4db.py | 12 ------------
lnt/util/async_ops.py | 18 ++++--------------
2 files changed, 4 insertions(+), 26 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 4059d374ce9 [CUDA] Added rudimentary support for CUDA-9 and sm_70.
new 56148b2ea17 [XRay][tools] Disable windows for tests that use an unsuppo [...]
new 64755be94b8 Remove dead code. NFCI.
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/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp | 8 --------
test/tools/llvm-xray/X86/stack-empty-case.yaml | 5 +++++
test/tools/llvm-xray/X86/stack-keep-going.yaml | 5 +++++
3 files changed, 10 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 lld.
from 342a1ef0d [ELF] Always write non-immediate bits for AArch64 branch inst [...]
new b0dbfcfe2 Drop --no-threads from 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:
test/ELF/many-alloc-sections.s | 2 +-
1 file changed, 1 insertion(+), 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 lldb.
from 56f444b8f Fix lldb-mi test data_read_memory_bytes_global
new 1aada1178 Fix for bug 34510 - Minidump target does not resolve new symb [...]
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/Plugins/Process/minidump/ThreadMinidump.cpp | 2 --
source/Plugins/Process/minidump/ThreadMinidump.h | 2 --
2 files changed, 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.