This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from a03305e04c [OPENMP]Delay emission of the error messages for the exceptions.
new 031d8bb682 [X86] Add explicit alignment to __m128/__m128i/__m128d/etc. [...]
new fe80cf360d Pass the base element type of an array type to the visit met [...]
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/AST/Type.cpp | 2 +-
lib/Headers/avx512bwintrin.h | 8 +-
lib/Headers/avx512fintrin.h | 30 +++--
lib/Headers/avx512vlbwintrin.h | 16 +--
lib/Headers/avx512vlintrin.h | 16 +--
lib/Headers/avxintrin.h | 22 ++--
lib/Headers/emmintrin.h | 15 ++-
lib/Headers/mmintrin.h | 2 +-
lib/Headers/xmmintrin.h | 6 +-
test/CodeGen/x86-vec-struct-packing.c | 227 ++++++++++++++++++++++++++++++++++
10 files changed, 292 insertions(+), 52 deletions(-)
create mode 100644 test/CodeGen/x86-vec-struct-packing.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 clang-tools-extra.
from 70f4cf2c [clang-tidy] Add options to bugprone-argument-comment to add [...]
new 8214828f [clang-tidy] Don't use assignment for value-initialized enums
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:
clang-tidy/modernize/UseDefaultMemberInitCheck.cpp | 9 ++++++---
test/clang-tidy/modernize-use-default-member-init-assignment.cpp | 8 ++++++++
test/clang-tidy/modernize-use-default-member-init.cpp | 8 ++++++++
3 files changed, 22 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 163f2c349f4 AMDGPU: Remove GCN features and predicates
new 52585b5d4c2 [Cmake] Add an option to build LLVM using the experimental [...]
new a54a8111c1c Document libFuzzer on Windows.
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:
cmake/modules/HandleLLVMOptions.cmake | 10 ++++++++++
docs/CMake.rst | 3 +++
docs/LibFuzzer.rst | 14 ++++++++++++--
3 files changed, 25 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 c0432e48d [lldb] [unittests] Disable MainLoopTest::DetectsEOF on NetBSD
new 574f9fe0a [opaque pointer types] Update calls to CreateCall to pass the [...]
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/Expression/IRDynamicChecks.cpp | 12 +++++------
.../Plugins/ExpressionParser/Clang/IRForTarget.cpp | 16 ++++++++------
.../Plugins/ExpressionParser/Clang/IRForTarget.h | 25 ++++++++++------------
.../RenderScriptx86ABIFixups.cpp | 5 +++--
4 files changed, 29 insertions(+), 29 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 compiler-rt.
from 673ceedd4 [InstrProf] Implement static profdata registration
new 190619b42 [tsan] Remove SCOPED_TSAN_INTERCEPTOR to try to fix ppc bot
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_interceptors.cc | 1 -
1 file changed, 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 e47d82c99a Provide <bits/unistd_ext.h> as a sysdeps header exclusively
new 11eb21c465 nss: Add tst-nss-files-hosts-long test [BZ #21915]
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 | 9 +++++
nss/Makefile | 3 +-
.../tst-nss-files-hosts-long.c | 44 +++++++++++-----------
nss/tst-nss-files-hosts-long.root/etc/hosts | 8 ++++
4 files changed, 42 insertions(+), 22 deletions(-)
copy sysdeps/unix/sysv/linux/timer_settime.c => nss/tst-nss-files-hosts-long.c (52%)
create mode 100644 nss/tst-nss-files-hosts-long.root/etc/hosts
--
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 1f260f70907 [InstrProf] Implement static profdata registration
new 163f2c349f4 AMDGPU: Remove GCN features and predicates
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/AMDGPU.td | 14 ++++----------
lib/Target/AMDGPU/AMDGPUInstructions.td | 14 +++-----------
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 4 ++++
lib/Target/AMDGPU/DSInstructions.td | 2 --
lib/Target/AMDGPU/GCNProcessors.td | 2 +-
lib/Target/AMDGPU/MIMGInstructions.td | 1 -
lib/Target/AMDGPU/SIInstrFormats.td | 5 -----
lib/Target/AMDGPU/SIInstructions.td | 20 +++-----------------
lib/Target/AMDGPU/SMInstructions.td | 1 -
lib/Target/AMDGPU/SOPInstructions.td | 4 ----
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 3 ++-
lib/Target/AMDGPU/VOP1Instructions.td | 2 --
lib/Target/AMDGPU/VOP2Instructions.td | 4 ----
lib/Target/AMDGPU/VOPCInstructions.td | 2 --
lib/Target/AMDGPU/VOPInstructions.td | 1 -
test/CodeGen/AMDGPU/memory-legalizer-mesa3d.ll | 2 +-
16 files changed, 18 insertions(+), 63 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 d5cf0c957e9 [TargetLowering] Use ISD::FSHR in expandFixedPointMul
new 1f260f70907 [InstrProf] Implement static profdata registration
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/ProfileData/InstrProfData.inc | 53 ++++++--------
lib/Transforms/Instrumentation/InstrProfiling.cpp | 84 ++++++++++++++---------
test/Instrumentation/InstrProfiling/PR23499.ll | 4 +-
test/Instrumentation/InstrProfiling/comdat.ll | 38 ++++++++++
test/Instrumentation/InstrProfiling/linkage.ll | 43 +++++++-----
test/Instrumentation/InstrProfiling/platform.ll | 14 ++--
6 files changed, 144 insertions(+), 92 deletions(-)
create mode 100644 test/Instrumentation/InstrProfiling/comdat.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 d0becbc12 [scudo][standalone] Correct cmake copy/paste error
new 673ceedd4 [InstrProf] Implement static profdata registration
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:
cmake/base-config-ix.cmake | 14 +++----
lib/profile/CMakeLists.txt | 1 +
lib/profile/InstrProfData.inc | 53 ++++++++++-------------
lib/profile/InstrProfilingPlatformLinux.c | 24 +++++------
lib/profile/InstrProfilingPlatformOther.c | 15 ++-----
lib/profile/InstrProfilingPlatformWindows.c | 65 +++++++++++++++++++++++++++++
lib/profile/InstrProfilingValue.c | 2 +-
test/profile/coverage-inline.cpp | 40 ++++++++++++++++++
test/profile/lit.cfg | 4 ++
9 files changed, 153 insertions(+), 65 deletions(-)
create mode 100644 lib/profile/InstrProfilingPlatformWindows.c
create mode 100644 test/profile/coverage-inline.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 gcc.
from b8a747181ed 2019-02-08 Jozef Lawrynowicz <jozef.l(a)mittosystems.com>
new 67f1426f835 2019-02-08 Vladimir Makarov <vmakarov(a)redhat.com>
new 83658f4110c PR tree-optimization/88739 * gcc.c-torture/execute/pr8873 [...]
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 | 6 +++
gcc/lra-constraints.c | 43 ++++++++++---------
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.c-torture/execute/pr88739.c | 59 +++++++++++++++++++++++++++
4 files changed, 93 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr88739.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.