This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7d8deb856aa [X86] Regenerate test.
new ae9f3ffd871 [DAG] Move DAGCombiner::GetDemandedBits to SelectionDAG
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/SelectionDAG.h | 8 ++++
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 63 ++-----------------------------
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 57 ++++++++++++++++++++++++++--
3 files changed, 66 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 a964c1f9b73 [Sparc] invalid adjustments in TLS_LE/TLS_LDO relocations removed
new a7461f45395 [X86] Regenerate test with broadcast comments.
new 7d8deb856aa [X86] Regenerate test.
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/X86/avx512-arith.ll | 6 +++---
test/CodeGen/X86/avx512-vselect-crash.ll | 8 +++++---
2 files changed, 8 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 a964c1f9b73 [Sparc] invalid adjustments in TLS_LE/TLS_LDO relocations removed
new a7461f45395 [X86] Regenerate test with broadcast comments.
new 7d8deb856aa [X86] Regenerate test.
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/X86/avx512-arith.ll | 6 +++---
test/CodeGen/X86/avx512-vselect-crash.ll | 8 +++++---
2 files changed, 8 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 gcc.
from d601d195502 Delete files unused since openbsd 2 & 3 support was dropped.
new 6b3fc18e8f6 Fix i686-pc-cygwin build failure.
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 | 6 ++++++
gcc/config/i386/winnt-cxx.c | 15 +++++++--------
2 files changed, 13 insertions(+), 8 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 d601d195502 Delete files unused since openbsd 2 & 3 support was dropped.
new 6b3fc18e8f6 Fix i686-pc-cygwin build failure.
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 | 6 ++++++
gcc/config/i386/winnt-cxx.c | 15 +++++++--------
2 files changed, 13 insertions(+), 8 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 0d10854030 Fix spelling of FileCheck in test.
new 75a0da85c2 [OPENMP] Codegen for 'task_reduction' clause.
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/AST/StmtOpenMP.h | 22 ++-
lib/AST/StmtOpenMP.cpp | 7 +-
lib/AST/StmtProfile.cpp | 2 +
lib/CodeGen/CGStmtOpenMP.cpp | 29 ++++
lib/Sema/SemaOpenMP.cpp | 103 +++++++----
lib/Serialization/ASTReaderStmt.cpp | 1 +
lib/Serialization/ASTWriterStmt.cpp | 1 +
test/OpenMP/taskgroup_task_reduction_codegen.cpp | 210 +++++++++++++++++++++++
tools/libclang/CIndex.cpp | 2 +
9 files changed, 335 insertions(+), 42 deletions(-)
create mode 100644 test/OpenMP/taskgroup_task_reduction_codegen.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 clang.
from 0d10854030 Fix spelling of FileCheck in test.
new 75a0da85c2 [OPENMP] Codegen for 'task_reduction' clause.
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/AST/StmtOpenMP.h | 22 ++-
lib/AST/StmtOpenMP.cpp | 7 +-
lib/AST/StmtProfile.cpp | 2 +
lib/CodeGen/CGStmtOpenMP.cpp | 29 ++++
lib/Sema/SemaOpenMP.cpp | 103 +++++++----
lib/Serialization/ASTReaderStmt.cpp | 1 +
lib/Serialization/ASTWriterStmt.cpp | 1 +
test/OpenMP/taskgroup_task_reduction_codegen.cpp | 210 +++++++++++++++++++++++
tools/libclang/CIndex.cpp | 2 +
9 files changed, 335 insertions(+), 42 deletions(-)
create mode 100644 test/OpenMP/taskgroup_task_reduction_codegen.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 llvm.
from b398702175d X86 Asm uses assertions instead of proper diagnostic. This [...]
new a964c1f9b73 [Sparc] invalid adjustments in TLS_LE/TLS_LDO relocations removed
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/Sparc/MCTargetDesc/SparcAsmBackend.cpp | 15 ++--
test/MC/Sparc/sparc-tls-relocations.s | 83 +++++++++++++++++++++++
2 files changed, 90 insertions(+), 8 deletions(-)
create mode 100644 test/MC/Sparc/sparc-tls-relocations.s
--
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 3fba40218 Add .pyc files to .gitignore to compiler-rt
new 26aeaee1b Add address ranges for individual macho sections on darwin
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/sanitizer_procmaps.h | 15 ++++-
lib/sanitizer_common/sanitizer_procmaps_common.cc | 7 ++-
lib/sanitizer_common/sanitizer_procmaps_mac.cc | 72 ++++++++++++++++++++---
3 files changed, 82 insertions(+), 12 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 b398702175d X86 Asm uses assertions instead of proper diagnostic. This [...]
new a964c1f9b73 [Sparc] invalid adjustments in TLS_LE/TLS_LDO relocations removed
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/Sparc/MCTargetDesc/SparcAsmBackend.cpp | 15 ++--
test/MC/Sparc/sparc-tls-relocations.s | 83 +++++++++++++++++++++++
2 files changed, 90 insertions(+), 8 deletions(-)
create mode 100644 test/MC/Sparc/sparc-tls-relocations.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.