This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 349d010d88 [OPENMP][NVPTX]Use faster teams reduction algorithm.
new 2007fe7b3b [CodeGen] Enable the complex-math test for arm
new 4e71da0eeb Fix compile error with Intel's compiler (-Werror=pedantic)
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:
test/CodeGen/complex-math.c | 4 +-
unittests/AST/ASTImporterTest.cpp | 120 +++++++++++++++++++-------------------
2 files changed, 62 insertions(+), 62 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 7e1a65dad5a GlobalISel: Implement moreElementsVector for g_insert results
new 1b59f4c3806 GlobalISel: Fix fewerElementsVector for ctlz with different [...]
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/CodeGen/GlobalISel/LegalizerHelper.cpp | 6 +-
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 4 +-
.../AMDGPU/GlobalISel/legalize-ctlz-zero-undef.mir | 64 ++++++++++++++++++++++
test/CodeGen/AMDGPU/GlobalISel/legalize-ctlz.mir | 64 ++++++++++++++++++++++
test/CodeGen/AMDGPU/GlobalISel/legalize-ctpop.mir | 60 ++++++++++++++++++++
.../AMDGPU/GlobalISel/legalize-cttz-zero-undef.mir | 60 ++++++++++++++++++++
test/CodeGen/AMDGPU/GlobalISel/legalize-cttz.mir | 64 ++++++++++++++++++++++
7 files changed, 319 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 release_80
in repository clang.
from 568228afc0 ReleaseNotes: mention the new rotation builtins, text by Sanjay
new 6a89449e55 Merging r354351: ------------------------------------------- [...]
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/Frontend/TextDiagnostic.cpp | 2 +-
test/Misc/diag-format.c | 44 ++++++++++++++++++++---------------------
2 files changed, 23 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 clang.
from caa4915496 [clang-format] Do not emit replacements if Java imports are OK
new 349d010d88 [OPENMP][NVPTX]Use faster teams reduction algorithm.
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/LangOptions.def | 1 +
include/clang/Driver/Options.td | 2 +
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 721 ++++++++++++++++---
lib/CodeGen/CGOpenMPRuntimeNVPTX.h | 6 +
lib/Driver/ToolChains/Clang.cpp | 2 +
lib/Frontend/CompilerInvocation.cpp | 3 +
test/Driver/openmp-offload-gpu.c | 5 +
test/OpenMP/nvptx_teams_reduction_codegen.cpp | 966 +++++++++++++++++++++++++-
8 files changed, 1566 insertions(+), 140 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 025a2eb83e9 2019-02-19 Caroline Tice <cmtice(a)google.com>
new 67811311e3e libsanitizer: Restore internal_readlink for x32
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:
libsanitizer/ChangeLog | 6 ++++++
libsanitizer/sanitizer_common/sanitizer_linux.cc | 2 +-
2 files changed, 7 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 zorg.
from 4a9386b4 [green-dragon] Fix warning LLVM_EXTERNAL_LIT path does not exist
new a53bd77e [green dragon] turn off modules in the last stage of the lldb [...]
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:
zorg/jenkins/jobs/jobs/lldb-cmake-standalone | 2 ++
1 file changed, 2 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 llvm.
from 1da2d4699dd Re-land the refactoring part of r354244 "[DAGCombiner] Elim [...]
new 7e1a65dad5a GlobalISel: Implement moreElementsVector for g_insert results
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/CodeGen/GlobalISel/LegalizerHelper.cpp | 8 +
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 38 +-
test/CodeGen/AMDGPU/GlobalISel/legalize-and.mir | 44 ++-
test/CodeGen/AMDGPU/GlobalISel/legalize-ashr.mir | 36 +-
.../CodeGen/AMDGPU/GlobalISel/legalize-extract.mir | 47 ++-
test/CodeGen/AMDGPU/GlobalISel/legalize-fabs.mir | 22 +-
test/CodeGen/AMDGPU/GlobalISel/legalize-fadd.mir | 30 +-
.../AMDGPU/GlobalISel/legalize-fcanonicalize.mir | 22 +-
test/CodeGen/AMDGPU/GlobalISel/legalize-fma.mir | 38 +-
test/CodeGen/AMDGPU/GlobalISel/legalize-fmul.mir | 30 +-
test/CodeGen/AMDGPU/GlobalISel/legalize-fneg.mir | 22 +-
test/CodeGen/AMDGPU/GlobalISel/legalize-insert.mir | 422 +++++++++++++++++++++
test/CodeGen/AMDGPU/GlobalISel/legalize-lshr.mir | 36 +-
test/CodeGen/AMDGPU/GlobalISel/legalize-or.mir | 44 ++-
test/CodeGen/AMDGPU/GlobalISel/legalize-select.mir | 44 ++-
test/CodeGen/AMDGPU/GlobalISel/legalize-shl.mir | 36 +-
test/CodeGen/AMDGPU/GlobalISel/legalize-xor.mir | 44 ++-
17 files changed, 768 insertions(+), 195 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 0c4307fe628 Revert: PR target/89397 * config/i386/i386. [...]
new 025a2eb83e9 2019-02-19 Caroline Tice <cmtice(a)google.com>
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:
libvtv/ChangeLog | 5 +++++
libvtv/testsuite/libvtv.cc/const_vtable.cc | 2 +-
2 files changed, 6 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 zack/more-obsolete-typedefs
in repository glibc.
discards 2fcf4d7af2 Define register_t using bits/typesizes.h macros.
discards c3861d93da Don’t define u_intN_t or register_t unless __USE_MISC.
discards 9b73aabc5a Make the test for obsolete typedefs pickier.
discards e79c2239ff Use a proper C tokenizer to implement the obsolete typedefs test.
adds 04de930226 nptl: Fix comment typo in pthread_mutex_trylock.c
adds 4a2dd41cb5 powerpc64le: Remove test for GCC 6.2
adds dc0afac325 Add new Fortran vector math header file.
new 4288ead02b Use a proper C tokenizer to implement the obsolete typedefs test.
new 7a7434a477 Don’t define u_intN_t or register_t unless __USE_MISC.
new bd5a754e80 Define register_t using bits/typesizes.h macros.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (2fcf4d7af2)
\
N -- N -- N refs/heads/zack/more-obsolete-typedefs (bd5a754e80)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
ChangeLog | 15 +++++
bits/math-vector-fortran.h | 19 ++++++
math/Makefile | 1 +
nptl/pthread_mutex_trylock.c | 2 +-
scripts/check-obsolete-constructs.py | 102 +++++++++++++++++++++++------
sysdeps/powerpc/powerpc64/le/configure | 42 +-----------
sysdeps/powerpc/powerpc64/le/configure.ac | 28 --------
sysdeps/x86/fpu/bits/math-vector-fortran.h | 43 ++++++++++++
8 files changed, 161 insertions(+), 91 deletions(-)
create mode 100644 bits/math-vector-fortran.h
create mode 100644 sysdeps/x86/fpu/bits/math-vector-fortran.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 llvm.
from 9d24991253b [CGP][x86] add tests for usubo special-case; NFC
new 1da2d4699dd Re-land the refactoring part of r354244 "[DAGCombiner] Elim [...]
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/CodeGen/SelectionDAGAddressAnalysis.h | 20 +++++-
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 40 ++----------
.../SelectionDAG/SelectionDAGAddressAnalysis.cpp | 75 ++++++++++++++++++++++
3 files changed, 98 insertions(+), 37 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.