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 0096329 [esan] Ensure internal_sigaction() bypasses interceptors
new 031c1e4 tsan: rely on AnnotateRWLockCreateStatic to detect linker-ini [...]
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/tsan/rtl/tsan_platform.h | 4 ---
lib/tsan/rtl/tsan_platform_linux.cc | 48 ------------------------------------
lib/tsan/rtl/tsan_platform_mac.cc | 4 ---
lib/tsan/rtl/tsan_rtl_mutex.cc | 29 +++++++++++-----------
test/tsan/mutex_annotations.cc | 49 +++++++++++++++++++++++++++++++++++++
test/tsan/test.h | 25 +++++++++++++++++++
6 files changed, 89 insertions(+), 70 deletions(-)
create mode 100644 test/tsan/mutex_annotations.cc
--
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 209a267 [X86][SSE] Added nontemporal load tests
new ab12cbc [AMDGPU] Assembler: More tests for SDWA instructions. Fix for [...]
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/AMDGPU/SIInstrInfo.td | 27 ++-
lib/Target/AMDGPU/VIInstrFormats.td | 12 +-
test/MC/AMDGPU/vop_sdwa.s | 452 +++++++++++++++++++++++++++++++++++-
3 files changed, 468 insertions(+), 23 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 test-suite.
from f63a22f Set higher minimum cmake requirements
new 3fcf928 [test-suite] Use shellcommand.wrap() when adding the run_unde [...]
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:
litsupport/run_under.py | 14 +++++++++++++-
1 file changed, 13 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 4ea8aec [include-fixer] fixed a wrong header mapping.
new 67e2c8d [include-fixer] Don't add missing header if the unindentified [...]
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-fixer/IncludeFixer.cpp | 23 +++++++++++++++++++++++
unittests/include-fixer/IncludeFixerTest.cpp | 7 +++++++
2 files changed, 30 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 binutils-gdb.
from e943215 Automatic date update in version.in
new b1058ce Update x86 linker tests for --disable-x86-relax-relocations
new 0ae534d Fix C++ build for Cygwin
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:
gdb/ChangeLog | 6 ++++++
gdb/gdbserver/ChangeLog | 4 ++++
gdb/gdbserver/win32-low.c | 4 ++--
gdb/windows-nat.c | 4 ++--
ld/ChangeLog | 18 ++++++++++++++++++
ld/testsuite/ld-i386/i386.exp | 6 +++---
ld/testsuite/ld-i386/lea1a.d | 2 +-
ld/testsuite/ld-i386/lea1b.d | 2 +-
ld/testsuite/ld-i386/lea1d.d | 2 +-
ld/testsuite/ld-i386/lea1e.d | 2 +-
ld/testsuite/ld-i386/lea1f.d | 2 +-
ld/testsuite/ld-i386/load7.d | 2 +-
ld/testsuite/ld-i386/mov1b.d | 2 +-
ld/testsuite/ld-i386/pr19175.d | 2 +-
ld/testsuite/ld-ifunc/ifunc-13-i386.d | 2 +-
ld/testsuite/ld-ifunc/ifunc-21-i386.d | 2 +-
ld/testsuite/ld-ifunc/ifunc-22-i386.d | 2 +-
ld/testsuite/ld-x86-64/x86-64.exp | 8 +++-----
18 files changed, 49 insertions(+), 23 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 gcc-6-branch
in repository gcc.
from 4272aee PR middle-end/71387 * cgraph.c (cgraph_edge::redirect_call_ [...]
new 533736b PR middle-end/71387 * cgraph.c (cgraph_edge::redirect_call_ [...]
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/testsuite/g++.dg/opt/pr71387.C | 52 ++++++++++++++++++++++++++++++++++++++
1 file changed, 52 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/opt/pr71387.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 dfab2cc [mips] EABI CodeGen is completely untested and seems to have [...]
new 209a267 [X86][SSE] Added nontemporal load 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/CodeGen/X86/nontemporal-loads.ll | 776 ++++++++++++++++++++++++++++++++++
1 file changed, 776 insertions(+)
create mode 100644 test/CodeGen/X86/nontemporal-loads.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 llvm.
from 502de5f [X86] Added nontemporal scalar store tests
new 9decc2e Revert "[LPM] Replace the CALL_ONCE_... macro in the legacy p [...]
new dfab2cc [mips] EABI CodeGen is completely untested and seems to have [...]
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:
include/llvm/CodeGen/Passes.h | 4 +--
include/llvm/PassSupport.h | 42 ++++++++++++++----------
lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp | 4 +--
lib/Target/Mips/MCTargetDesc/MipsABIInfo.h | 4 +--
lib/Target/Mips/MipsAsmPrinter.cpp | 10 ------
lib/Target/Mips/MipsCallingConv.td | 48 ----------------------------
lib/Target/Mips/MipsISelLowering.cpp | 1 -
lib/Target/Mips/MipsSubtarget.cpp | 3 +-
lib/Target/Mips/MipsSubtarget.h | 2 --
9 files changed, 29 insertions(+), 89 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 c61ed35 [mips] Remove CPU-only triples from llvm-objdump commands.
new 2306053 [X86][SSE] Regenerated nontemporal vector store tests and add [...]
new 9b4f7ea [AMDGPU] Assembler: Custom converters for SDWA instructions. [...]
new 502de5f [X86] Added nontemporal scalar store tests
The 3 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/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 208 +++--
lib/Target/AMDGPU/SIInstrInfo.td | 16 +-
test/CodeGen/X86/nontemporal-2.ll | 1036 +++++++++++++++++++----
test/MC/AMDGPU/vop_sdwa.s | 12 +
4 files changed, 1035 insertions(+), 237 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 ddda8d8 Remove bogus initialization of the PPC and Hexagon SelectionD [...]
new c5409a6 [X86] Regenerated nontemporal store tests and added tests for [...]
new f1c11c6 [LPM] Replace the CALL_ONCE_... macro in the legacy pass mana [...]
new c61ed35 [mips] Remove CPU-only triples from llvm-objdump commands.
The 3 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/CodeGen/Passes.h | 4 +-
include/llvm/PassSupport.h | 42 ++++------
test/CodeGen/X86/nontemporal.ll | 137 ++++++++++++++++++++++++++++---
test/MC/Mips/higher-highest-addressing.s | 4 +-
test/MC/Mips/micromips-el-fixup-data.s | 2 +-
test/MC/Mips/mips64extins.ll | 3 +-
test/MC/Mips/mips64shift.ll | 4 +-
test/MC/Mips/nacl-mask.s | 3 +-
test/MC/Mips/sext_64_32.ll | 3 +-
test/Object/Mips/feature.test | 4 +-
10 files changed, 155 insertions(+), 51 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.