This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d6aeff8fd74 [XRay][tools] Support tail-call exits before we write them [...]
new bcb17980a96 [X86][Codegen] adding masked gathers tests for avx2
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/CodeGen/X86/avx2-masked-gather.ll | 915 +++++++++++++++++++++++++++++++++
1 file changed, 915 insertions(+)
create mode 100644 test/CodeGen/X86/avx2-masked-gather.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 compiler-rt.
from 7c29ef848 [XRay][compiler-rt] Handle tail-call exits in the XRay runtime
new fabb9da57 [asan] Remove ScopedDeadlySignal
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/asan/asan_errors.cc | 10 ++++++++--
lib/asan/asan_posix.cc | 1 -
lib/asan/asan_stack.h | 6 ------
lib/asan/asan_thread.h | 19 -------------------
4 files changed, 8 insertions(+), 28 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 f447481a0e0 Add myself as a maintainer for the Ada front end
new d8e52a5bff5 2017-09-18 Pierre-Marie de Rodat <derodat(a)adacore.com>
new 8acf51b58c5 Fix a typo in a comment (cgraph.c:cgraph_thunk_info)
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:
ChangeLog | 4 ++++
gcc/ChangeLog | 4 ++++
gcc/cgraph.h | 2 +-
3 files changed, 9 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 gcc.
from 12543f37d5d [RS6000] PR81996, __builtin_return_address(0) fails
new f447481a0e0 Add myself as a maintainer for the Ada front end
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:
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
--
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 655b76e99 [sanitizer] Use SI_ instead of SANITIZER_ in sanitizer_platfo [...]
new 7c29ef848 [XRay][compiler-rt] Handle tail-call exits in the XRay runtime
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/xray/xray_records.h | 5 ++++-
lib/xray/xray_fdr_logging_impl.h | 1 -
lib/xray/xray_inmemory_log.cc | 11 ++++++++++-
lib/xray/xray_trampoline_x86_64.S | 6 +-----
test/xray/TestCases/Linux/fdr-mode.cc | 14 +++++++-------
test/xray/TestCases/Linux/fdr-thread-order.cc | 4 ++--
6 files changed, 24 insertions(+), 17 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 b0dac0f6f10 [X86] Strengthen some of the SD type constraints in X86Inst [...]
new d6aeff8fd74 [XRay][tools] Support tail-call exits before we write them [...]
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/XRayFDRFormat.rst | 2 +-
include/llvm/XRay/XRayRecord.h | 2 +-
include/llvm/XRay/YAMLXRayRecord.h | 1 +
lib/XRay/Trace.cpp | 16 ++++++++++------
test/tools/llvm-xray/X86/convert-fdr-to-yaml.txt | 2 +-
tools/llvm-xray/xray-account.cc | 6 +++++-
tools/llvm-xray/xray-converter.cc | 3 +++
tools/llvm-xray/xray-graph.cc | 3 ++-
tools/llvm-xray/xray-stacks.cc | 3 ++-
9 files changed, 26 insertions(+), 12 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 d28a1eae086 [X86] Teach the execution domain fixing tables to use movlh [...]
new b0dac0f6f10 [X86] Strengthen some of the SD type constraints in X86Inst [...]
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/X86/X86InstrFragmentsSIMD.td | 69 +++++++++++++++------------------
1 file changed, 32 insertions(+), 37 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 faa91c43b5 Fix a warning discovered by rL313487. [-Wunused-lambda-capture]
new 5a5f2707cb Revert rL313511, "Fix a warning discovered by rL313487. [-Wu [...]
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/Lex/PPLexerChange.cpp | 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 clang.
from dcd8d797b2 [X86] Move even more of our CPU to feature mapping switch to [...]
new fea155028f Reformat.
new faa91c43b5 Fix a warning discovered by rL313487. [-Wunused-lambda-capture]
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/Lex/PPLexerChange.cpp | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.