This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from d80dab7c45 clang-format/java: Unbreak genenrics formatting after r299952.
new 365f2311ca [OpenMP] Fix memory leak when translating arguments
new 52ab14f423 [OpenMP] Fix passing of -m arguments to device toolchain
new a591cfdc78 [OpenMP] Fix translation of target args
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/clang/Driver/ToolChain.h | 7 +++---
lib/Driver/Compilation.cpp | 18 ++++++++++-----
lib/Driver/ToolChain.cpp | 23 +++++++++++--------
test/Driver/openmp-offload-gpu.c | 35 -----------------------------
test/Driver/openmp-offload.c | 48 ++++++++++++++++++++++++++++++++++++++++
5 files changed, 79 insertions(+), 52 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 dac8182904 [OpenCL] Fixed CL version in failing test.
new d80dab7c45 clang-format/java: Unbreak genenrics formatting after r299952.
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/Format/FormatTokenLexer.cpp | 4 ----
lib/Format/TokenAnnotator.cpp | 4 ++--
unittests/Format/FormatTestJava.cpp | 5 +++++
3 files changed, 7 insertions(+), 6 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 2bda7e8fa98 [support] mapped_file_region: and fix the windows code too
new 463b87bb2b4 [SLP] Fix crash on propagate IR flags for undef operands of [...]
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/Transforms/Vectorize/SLPVectorizer.cpp | 9 ++-
test/Transforms/SLPVectorizer/X86/undef_vect.ll | 86 +++++++++++++++++++++++++
2 files changed, 92 insertions(+), 3 deletions(-)
create mode 100644 test/Transforms/SLPVectorizer/X86/undef_vect.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 gcc.
from 0a53d3c8f83 haifa-sched: fix autopref_rank_for_schedule qsort comparator
new 233557133c4 compiler: fix crash on struct that embeds pointer type
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/types.cc | 10 +++++++++-
2 files changed, 10 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 compiler-rt.
from 9dae4270d [Sanitizer] Disable compact size class tests on Android
new 3ac72d809 [ARM] builtins: Replace abort by assert in clear_cache.
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/builtins/clear_cache.c | 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 580c45b12d8 [InstCombine] Gating select arithmetic optimization.
new 2bda7e8fa98 [support] mapped_file_region: and fix the windows code too
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/Support/Windows/Path.inc | 4 ++--
1 file changed, 2 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 compiler-rt.
from 37865adcd [Sanitizers] Allocator: new "release memory to OS" implementation
new 9dae4270d [Sanitizer] Disable compact size class tests on Android
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/sanitizer_common/tests/sanitizer_allocator_test.cc | 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 873ecc1aa0d [Misched] : Fix typo in comment. NFC.
new b0ef3feec1b [AArch64][Falkor] Ignore SP based loads in HW prefetch fixups.
new 580c45b12d8 [InstCombine] Gating select arithmetic optimization.
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/AArch64/AArch64FalkorHWPFFix.cpp | 7 +++-
.../InstCombine/InstructionCombining.cpp | 5 ++-
test/CodeGen/AArch64/falkor-hwpf-fix.mir | 23 +++++++++++
test/Transforms/InstCombine/select_arithmetic.ll | 48 +++++++++++++++++++++-
4 files changed, 78 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 gcc.
from 08ab858510a [BRIGFE] Improved support for function and module scope gro [...]
new 0a53d3c8f83 haifa-sched: fix autopref_rank_for_schedule qsort comparator
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 | 5 +++++
gcc/haifa-sched.c | 18 +++++++++---------
2 files changed, 14 insertions(+), 9 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 ea39f03c83 [OpenCL] Handle address space conversion while setting type [...]
new dac8182904 [OpenCL] Fixed CL version in failing test.
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/CodeGenOpenCL/vectorLoadStore.cl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.