This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from dda2c41 [Support] Drop template line in favor of 'inline'
new b9c4af5 Disable LLVM_ENABLE_TIMESTAMPS by default
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:
CMakeLists.txt | 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 compiler-rt.
from 4e4d430 [CMake] NFC. Add support for testing the compiler without tes [...]
new e32b2d7 [sanitizer] Move stat/__xstat to the common interceptors
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/esan/esan_interceptors.cpp | 18 -----------
lib/msan/msan_interceptors.cc | 21 ------------
.../sanitizer_common_interceptors.inc | 37 ++++++++++++++++++++++
lib/sanitizer_common/sanitizer_flags.inc | 3 ++
.../sanitizer_platform_interceptors.h | 8 +++++
lib/tsan/rtl/tsan_interceptors.cc | 25 ---------------
6 files changed, 48 insertions(+), 64 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 2e063de PR tree-optimization/70916 * tree-if-conv.c: Include cfgana [...]
new c388a0c PR c++/66561 - __builtin_LINE at al. should yield constant ex [...]
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 | 19 +++
gcc/builtins.c | 42 +++++++
gcc/cp/ChangeLog | 6 +
gcc/cp/tree.c | 10 +-
gcc/doc/extend.texi | 73 +++++++----
gcc/gimplify.c | 20 +--
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/c-c++-common/builtin_location.c | 57 +++++++++
gcc/testsuite/g++.dg/cpp1y/builtin_location.C | 175 ++++++++++++++++++++++++++
9 files changed, 366 insertions(+), 42 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/builtin_location.c
create mode 100644 gcc/testsuite/g++.dg/cpp1y/builtin_location.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 4dc70fc X86-Darwin: start emitting data-region directives for jump-tables.
new dda2c41 [Support] Drop template line in favor of 'inline'
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/Support/Error.h | 5 ++---
1 file changed, 2 insertions(+), 3 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 680266e [ADT] Add drop_front method to ArrayRef
new 5fb55f6 [RS4GC] Add a test case around calling conventions; NFC
new 4dc70fc X86-Darwin: start emitting data-region directives for jump-tables.
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/MCTargetDesc/X86MCAsmInfo.cpp | 2 +-
test/CodeGen/X86/global-sections.ll | 2 ++
test/CodeGen/X86/pic_jumptable.ll | 2 +-
test/Transforms/RewriteStatepointsForGC/deopt-intrinsic.ll | 11 +++++++++++
4 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 lld.
from eb89abb ELF: Fix regression in TLS attribute mismatch logic.
new 1d9feb6 Implement --build-id=none.
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 | 8 +++++---
test/ELF/build-id.s | 2 ++
2 files changed, 7 insertions(+), 3 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 ded3b7b Add an address space for the X86 SS segment.
new 680266e [ADT] Add drop_front method to ArrayRef
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/ADT/ArrayRef.h | 16 ++++++++++++++--
unittests/ADT/ArrayRefTest.cpp | 7 +++++++
2 files changed, 21 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 lldb.
from 0356b3d Split out console and file writing cases in TestCommandScript [...]
new e5c6178 Added a testcase for the ptr_refs tool so we catch if it stop [...]
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:
.../quoting => functionalities/ptr_refs}/Makefile | 0
.../test/functionalities/ptr_refs/TestPtrRefs.py | 43 ++++++++++++++++++++++
.../{tsan/thread_leak => ptr_refs}/main.c | 17 +++++----
3 files changed, 53 insertions(+), 7 deletions(-)
copy packages/Python/lldbsuite/test/{settings/quoting => functionalities/ptr_refs} [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/ptr_refs/TestPtrRefs.py
copy packages/Python/lldbsuite/test/functionalities/{tsan/thread_leak => ptr_refs} [...]
--
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 692cb17 [IPO/IPCP] Convert to use static functions. NFC.
new ded3b7b Add an address space for the X86 SS segment.
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:
docs/CodeGenerator.rst | 6 +++---
lib/Target/X86/X86ISelDAGToDAG.cpp | 10 ++++++++--
2 files changed, 11 insertions(+), 5 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.
from e5f7c6d AArch64: fixup comment after change
new a8f1bd6 Add address space 258 (X86 SS segment) to clang documentation [...]
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:
docs/LanguageExtensions.rst | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.