This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 5efece1a16 clang-cl: Expose -fmerge-all-constants
new 10efc31677 AMDGPU: Add Vega12 and Vega20
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/BuiltinsAMDGPU.def | 12 ++++++++
lib/Basic/Targets/AMDGPU.cpp | 4 +++
lib/Basic/Targets/AMDGPU.h | 8 +++--
test/CodeGenOpenCL/amdgpu-features.cl | 12 ++++++++
test/CodeGenOpenCL/builtins-amdgcn-dl-insts-err.cl | 25 +++++++++++++++
test/CodeGenOpenCL/builtins-amdgcn-dl-insts.cl | 36 ++++++++++++++++++++++
test/Driver/amdgpu-macros.cl | 14 +++++++++
test/Driver/amdgpu-mcpu.cl | 4 +++
8 files changed, 113 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGenOpenCL/amdgpu-features.cl
create mode 100644 test/CodeGenOpenCL/builtins-amdgcn-dl-insts-err.cl
create mode 100644 test/CodeGenOpenCL/builtins-amdgcn-dl-insts.cl
--
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 f95322c9b76 [DAGCombiner] rename function attribute for disabling ftrun [...]
new be8f7c9e0e1 [MIR] Reset unique MBB numbering in MachineFunction::reset()
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/MachineFunction.cpp | 1 +
.../MIR/AArch64/print-parse-verify-failedISel-property.mir | 9 +++++++--
2 files changed, 8 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 clang.
from 3dcce36d78 [OPENMP] Do not emit warning about non-declared target funct [...]
new 5efece1a16 clang-cl: Expose -fmerge-all-constants
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/Driver/Options.td | 2 +-
test/Driver/cl-options.c | 1 +
2 files changed, 2 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 binutils-gdb.
from 7c66fffc1f Change Python code to use new_reference
new 4904c3c6b6 Make do_is_mi_like_p const.
new 2038b7fdf3 Remove some uses of is_mi_like_p from py-framefilter.c
new 40c03530b1 Remove some uses of is_mi_like_p from spu-tdep.c
new f3c6ababac Remove a use of is_mi_like_p from tracepoint.c
new 2d33446d4d Remove some is_mi_like_p from breakpoint code
new 7676193654 Remove a use of is_mi_like_p from darwin-nat-info.c
The 6 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 | 35 +++++++++++++++++++++
gdb/break-catch-throw.c | 4 +--
gdb/breakpoint.c | 13 +++-----
gdb/darwin-nat-info.c | 3 +-
gdb/mi/mi-out.h | 2 +-
gdb/python/py-framefilter.c | 23 +++++---------
gdb/spu-tdep.c | 22 ++++---------
gdb/tracepoint.c | 75 ++++++++++++++++++++++-----------------------
gdb/ui-out.c | 2 +-
gdb/ui-out.h | 4 +--
10 files changed, 95 insertions(+), 88 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 openmp.
from 6d77774 [OpenMP] Remove compilation warning when using clang to compi [...]
new 083eb77 [OpenMP][OMPT] Fix api_calls_from_other_thread.cpp
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:
runtime/test/ompt/misc/api_calls_from_other_thread.cpp | 6 +++---
1 file changed, 3 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 clang.
from f5ef70f4cd [Driver, CodeGen] rename options to disable an FP cast optimization
new 3dcce36d78 [OPENMP] Do not emit warning about non-declared target funct [...]
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/Sema/SemaOpenMP.cpp | 2 +-
test/OpenMP/declare_target_messages.cpp | 6 +++---
2 files changed, 4 insertions(+), 4 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 fa71b55bb99 [InstCombine] Unfold masked merge with constant mask
new 4bb83a6ed95 [X86] Introduce X86SchedWriteWidths schedule wrapper for di [...]
new f95322c9b76 [DAGCombiner] rename function attribute for disabling ftrun [...]
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:
docs/ReleaseNotes.rst | 4 +-
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 4 +-
lib/Target/X86/X86InstrAVX512.td | 113 ++++++++++++++++---------------
lib/Target/X86/X86InstrSSE.td | 77 ++++++++++-----------
lib/Target/X86/X86Schedule.td | 63 +++++++++++++++++
test/CodeGen/X86/ftrunc.ll | 7 +-
6 files changed, 167 insertions(+), 101 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 d00eb8a651 Regenerated AST Matchers doc.
new f5ef70f4cd [Driver, CodeGen] rename options to disable an FP cast optimization
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/ReleaseNotes.rst | 15 +++++++--------
docs/UsersManual.rst | 16 +++++++---------
include/clang/Driver/Options.td | 10 ++++++----
include/clang/Frontend/CodeGenOptions.def | 8 ++++----
lib/CodeGen/CGCall.cpp | 6 ++++--
lib/Driver/ToolChains/Clang.cpp | 6 +++---
lib/Frontend/CompilerInvocation.cpp | 3 ++-
test/CodeGen/no-junk-ftrunc.c | 12 ++++++++----
test/Driver/fast-math.c | 16 ++++++++--------
9 files changed, 49 insertions(+), 43 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 f7b558b229 [OPENMP] Do not crash on incorrect input data.
new 376fe7be4c [OPENMP] Do not crash on codegen for CXX member functions.
new d00eb8a651 Regenerated AST Matchers doc.
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:
docs/LibASTMatchersReference.html | 14 ++++++++------
include/clang/ASTMatchers/ASTMatchers.h | 2 +-
lib/CodeGen/CGOpenMPRuntime.cpp | 3 +++
test/OpenMP/declare_target_codegen.cpp | 6 ++++++
4 files changed, 18 insertions(+), 7 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 815278b2cd8 [SystemZ] Handle SADDO et.al. and ADD/SUBCARRY
new 7a3b1c9910a [InstCombine][NFC] Add tests for unfolding masked merge wit [...]
new fa71b55bb99 [InstCombine] Unfold masked merge with constant mask
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/Transforms/InstCombine/InstCombineAndOrXor.cpp | 16 +-
.../unfold-masked-merge-with-const-mask-scalar.ll | 289 +++++++++++++++++
.../unfold-masked-merge-with-const-mask-vector.ll | 350 +++++++++++++++++++++
3 files changed, 654 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/InstCombine/unfold-masked-merge-with-const-mask [...]
create mode 100644 test/Transforms/InstCombine/unfold-masked-merge-with-const-mask [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.