This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 18a6f17 Don't allocate in APInt::slt. NFC.
new 0187809 coff: fix the value of weak definitions.
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/MC/WinCOFFObjectWriter.cpp | 2 +-
test/MC/COFF/weak-val.s | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+), 1 deletion(-)
create mode 100644 test/MC/COFF/weak-val.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 glibc.
from 2621128 Support sNaN testing in libm-test.inc.
new 960be82 Add more sNaN tests to libm-test.inc.
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 | 34 ++++++++++++++++++++++
math/libm-test.inc | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 118 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 clang.
from 0a889a0 [OpenMP] Parsing and sema support for the to clause
new b3b107d [OpenMP] Parsing and sema support for the from 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/OpenMPClause.h | 104 +++++++++++++++
include/clang/AST/RecursiveASTVisitor.h | 6 +
include/clang/Basic/OpenMPKinds.def | 2 +
include/clang/Sema/Sema.h | 5 +
lib/AST/OpenMPClause.cpp | 51 ++++++++
lib/AST/StmtPrinter.cpp | 8 ++
lib/AST/StmtProfile.cpp | 3 +
lib/Basic/OpenMPKinds.cpp | 2 +
lib/CodeGen/CGStmtOpenMP.cpp | 1 +
lib/Parse/ParseOpenMP.cpp | 6 +-
lib/Sema/SemaOpenMP.cpp | 33 ++++-
lib/Sema/TreeTransform.h | 26 ++++
lib/Serialization/ASTReaderStmt.cpp | 53 ++++++++
lib/Serialization/ASTWriterStmt.cpp | 20 +++
test/OpenMP/target_update_ast_print.cpp | 7 +
test/OpenMP/target_update_device_messages.cpp | 24 ++--
test/OpenMP/target_update_from_messages.cpp | 176 ++++++++++++++++++++++++++
test/OpenMP/target_update_if_messages.cpp | 36 +++---
test/OpenMP/target_update_messages.cpp | 2 +-
test/OpenMP/target_update_to_messages.cpp | 4 +-
tools/libclang/CIndex.cpp | 3 +
21 files changed, 532 insertions(+), 40 deletions(-)
create mode 100644 test/OpenMP/target_update_from_messages.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 gcc-5-branch
in repository gcc.
from bc4f762 Add dg-require-filesystem-ts directive to test
new 1f49ff2 libstdc++/70762 fix fallback implementation of nonexistent_path
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:
libstdc++-v3/ChangeLog | 7 +++++++
libstdc++-v3/testsuite/util/testsuite_fs.h | 4 +++-
2 files changed, 10 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 gcc.
from 2eee64b * config/i386/i386.md (*movqi_internal) <attr "isa">: Use i [...]
new 9f8dd1e ira.c bb_loop_depth
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/ira.c | 2 ++
2 files changed, 8 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 c1645b3 Init member structs in constructor.
new 9139142 [CaptureTracking] Volatile operations capture their memory location
new 18a6f17 Don't allocate in APInt::slt. NFC.
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/LangRef.rst | 3 +-
lib/Analysis/CaptureTracking.cpp | 47 +++++++++++++++++++++++-------
lib/Support/APInt.cpp | 34 ++++++---------------
test/Transforms/FunctionAttrs/nocapture.ll | 8 +++++
unittests/ADT/APIntTest.cpp | 28 ++++++++++++++++++
5 files changed, 83 insertions(+), 37 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 d6865a1 [OpenMP] Parsing and sema support for target update directive
new 0a889a0 [OpenMP] Parsing and sema support for the to 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/OpenMPClause.h | 103 +++++++++
include/clang/AST/RecursiveASTVisitor.h | 6 +
include/clang/Basic/DiagnosticSemaKinds.td | 10 +-
include/clang/Basic/OpenMPKinds.def | 2 +
include/clang/Sema/Sema.h | 5 +
lib/AST/OpenMPClause.cpp | 51 +++++
lib/AST/StmtPrinter.cpp | 8 +
lib/AST/StmtProfile.cpp | 3 +
lib/Basic/OpenMPKinds.cpp | 2 +
lib/CodeGen/CGStmtOpenMP.cpp | 1 +
lib/Parse/ParseOpenMP.cpp | 5 +-
lib/Sema/SemaOpenMP.cpp | 269 +++++++++++++++--------
lib/Sema/TreeTransform.h | 25 +++
lib/Serialization/ASTReaderStmt.cpp | 53 +++++
lib/Serialization/ASTWriterStmt.cpp | 20 ++
test/OpenMP/nesting_of_regions.cpp | 80 +++----
test/OpenMP/target_map_messages.cpp | 8 +-
test/OpenMP/target_parallel_for_map_messages.cpp | 4 +-
test/OpenMP/target_parallel_map_messages.cpp | 4 +-
test/OpenMP/target_update_ast_print.cpp | 45 ++++
test/OpenMP/target_update_device_messages.cpp | 22 +-
test/OpenMP/target_update_if_messages.cpp | 38 ++--
test/OpenMP/target_update_messages.cpp | 12 +-
test/OpenMP/target_update_to_messages.cpp | 175 +++++++++++++++
tools/libclang/CIndex.cpp | 3 +
25 files changed, 768 insertions(+), 186 deletions(-)
create mode 100644 test/OpenMP/target_update_ast_print.cpp
create mode 100644 test/OpenMP/target_update_to_messages.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 69bb605 [Orc] Merge some common code for creating CompileCallbackMana [...]
new f18a32f Revert 270865 -- unexplained bot failure on linux/ppcle
new c1645b3 Init member structs in constructor.
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/NVPTX/NVVMIntrRange.cpp | 12 +++++++++---
lib/Transforms/Instrumentation/PGOInstrumentation.cpp | 2 +-
2 files changed, 10 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 clang.
from 666dfeb [OpenMP] Add support for the 'private pointer' flag to signal [...]
new d6865a1 [OpenMP] Parsing and sema support for target update directive
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-c/Index.h | 8 +-
include/clang/AST/RecursiveASTVisitor.h | 3 +
include/clang/AST/StmtOpenMP.h | 61 +++++++-
include/clang/Basic/DiagnosticSemaKinds.td | 2 +
include/clang/Basic/OpenMPKinds.def | 10 ++
include/clang/Basic/StmtNodes.td | 1 +
include/clang/Sema/Sema.h | 4 +
include/clang/Serialization/ASTBitCodes.h | 1 +
lib/AST/StmtOpenMP.cpp | 22 +++
lib/AST/StmtPrinter.cpp | 6 +
lib/AST/StmtProfile.cpp | 5 +
lib/Basic/OpenMPKinds.cpp | 12 +-
lib/CodeGen/CGStmt.cpp | 3 +
lib/CodeGen/CGStmtOpenMP.cpp | 6 +
lib/CodeGen/CodeGenFunction.h | 1 +
lib/Parse/ParseOpenMP.cpp | 10 +-
lib/Sema/SemaOpenMP.cpp | 23 ++-
lib/Sema/TreeTransform.h | 11 ++
lib/Serialization/ASTReaderStmt.cpp | 11 ++
lib/Serialization/ASTWriterStmt.cpp | 7 +
lib/StaticAnalyzer/Core/ExprEngine.cpp | 1 +
test/OpenMP/nesting_of_regions.cpp | 213 ++++++++++++++++++++++++++
test/OpenMP/target_update_device_messages.cpp | 43 ++++++
test/OpenMP/target_update_if_messages.cpp | 58 +++++++
test/OpenMP/target_update_messages.cpp | 32 ++++
tools/libclang/CIndex.cpp | 2 +
tools/libclang/CXCursor.cpp | 3 +
27 files changed, 552 insertions(+), 7 deletions(-)
create mode 100644 test/OpenMP/target_update_device_messages.cpp
create mode 100644 test/OpenMP/target_update_if_messages.cpp
create mode 100644 test/OpenMP/target_update_messages.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 ba0637c IVOPTS: make comp_cost in a more c++ fashion.
new 2eee64b * config/i386/i386.md (*movqi_internal) <attr "isa">: Use i [...]
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 | 43 ++++++++
gcc/config/i386/i386.md | 5 +-
gcc/config/i386/mmx.md | 15 ++-
gcc/config/i386/sse.md | 264 +++++++++++++++++++++++++++++++++++++++++-------
4 files changed, 287 insertions(+), 40 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.