This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b5361d7 [mips] Missing test case
new 2ab3f3b [AMDGPU] Fix few coding style issues. NFC.
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/AMDGPU/Utils/AMDKernelCodeTUtils.cpp | 30 ++++++++++++-------------
lib/Target/AMDGPU/Utils/AMDKernelCodeTUtils.h | 16 ++++++-------
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 llvm.
from 77e7a06 [LV] Remove more unused functions. NFC
new b5361d7 [mips] Missing test case
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/CodeGen/Mips/cstmaterialization/stack.ll | 54 +++++++++++++++++++++++++++
1 file changed, 54 insertions(+)
create mode 100644 test/CodeGen/Mips/cstmaterialization/stack.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 clang.
from c39587a [ARM] Add mrrc/mrrc2 intrinsics and update existing mcrr/mcrr [...]
new b9953be [Sparc] Change to let clang know that setjmp and longjmp intr [...]
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/Basic/Targets.cpp | 5 +++++
1 file changed, 5 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 c0f8f41 [ARM] Add support for mrrc/mrrc2 intrinsics.
new 89bc11c [LV] Remove unused function. NFC
new 77e7a06 [LV] Remove more unused functions. 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:
lib/Transforms/Vectorize/LoopVectorize.cpp | 5 -----
1 file changed, 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 compiler-rt.
from 8ef2417 Fix ubsan/coverage test to put coverage file in a subdirectory.
new ea583d6 tsan: intercept epoll_pwait
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/tsan/rtl/tsan_interceptors.cc | 74 +++++++++++++++++++--------------------
1 file changed, 36 insertions(+), 38 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 12d4938 Work around MSVC "friend" semantics.
new c0f8f41 [ARM] Add support for mrrc/mrrc2 intrinsics.
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/IR/IntrinsicsARM.td | 15 ++++++-----
lib/Target/ARM/ARMISelDAGToDAG.cpp | 28 ++++++++++++++++++++
lib/Target/ARM/ARMInstrInfo.td | 15 +++++++----
lib/Target/ARM/Disassembler/ARMDisassembler.cpp | 34 +++++++++++++++++++------
test/CodeGen/ARM/intrinsics-coprocessor.ll | 8 ++++++
5 files changed, 81 insertions(+), 19 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 32c03b7 [OPENMP] Fix crash for 'schedule|dist_schedule' clauses durin [...]
new f611897 Revert accidential "[MSVC] Late parsing of in-class defined m [...]
new c39587a [ARM] Add mrrc/mrrc2 intrinsics and update existing mcrr/mcrr [...]
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:
include/clang-c/Index.h | 6 +-
include/clang/AST/RecursiveASTVisitor.h | 1 -
include/clang/AST/StmtCXX.h | 46 ------------
include/clang/Basic/BuiltinsARM.def | 10 +--
include/clang/Basic/StmtNodes.td | 1 -
include/clang/Parse/Parser.h | 2 -
include/clang/Sema/Sema.h | 5 --
include/clang/Serialization/ASTBitCodes.h | 2 -
lib/AST/StmtCXX.cpp | 35 ---------
lib/AST/StmtPrinter.cpp | 4 --
lib/AST/StmtProfile.cpp | 5 --
lib/CodeGen/CGBuiltin.cpp | 68 ++++++++++++++++++
lib/CodeGen/CGStmt.cpp | 1 -
lib/Parse/ParseTemplate.cpp | 84 ----------------------
lib/Parse/Parser.cpp | 37 ++--------
lib/Sema/SemaExpr.cpp | 10 +--
lib/Sema/SemaStmt.cpp | 27 -------
lib/Sema/TreeTransform.h | 21 ------
lib/Serialization/ASTReaderStmt.cpp | 20 ------
lib/Serialization/ASTWriterStmt.cpp | 12 ----
lib/StaticAnalyzer/Core/ExprEngine.cpp | 1 -
test/CodeGen/builtins-arm.c | 30 +++++---
test/Sema/builtins-arm.c | 26 +++++--
.../ms-lookup-template-base-classes.cpp | 1 -
tools/libclang/CIndex.cpp | 2 -
tools/libclang/CXCursor.cpp | 4 --
26 files changed, 127 insertions(+), 334 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 2c5cc51 Add a "declared 'nonnull' here" note to warnings where an exp [...]
new 0253605 [MSVC] Late parsing of in-class defined member functions in t [...]
new 32c03b7 [OPENMP] Fix crash for 'schedule|dist_schedule' clauses durin [...]
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:
include/clang-c/Index.h | 6 +-
include/clang/AST/RecursiveASTVisitor.h | 1 +
include/clang/AST/StmtCXX.h | 46 ++++++++++++
include/clang/Basic/StmtNodes.td | 1 +
include/clang/Parse/Parser.h | 2 +
include/clang/Sema/Sema.h | 5 ++
include/clang/Serialization/ASTBitCodes.h | 2 +
lib/AST/StmtCXX.cpp | 35 +++++++++
lib/AST/StmtPrinter.cpp | 4 ++
lib/AST/StmtProfile.cpp | 5 ++
lib/CodeGen/CGStmt.cpp | 1 +
lib/Parse/ParseTemplate.cpp | 84 ++++++++++++++++++++++
lib/Parse/Parser.cpp | 37 ++++++++--
lib/Sema/SemaExpr.cpp | 10 +--
lib/Sema/SemaOpenMP.cpp | 6 +-
lib/Sema/SemaStmt.cpp | 27 +++++++
lib/Sema/TreeTransform.h | 21 ++++++
lib/Serialization/ASTReaderStmt.cpp | 20 ++++++
lib/Serialization/ASTWriterStmt.cpp | 12 ++++
lib/StaticAnalyzer/Core/ExprEngine.cpp | 1 +
test/OpenMP/distribute_codegen.cpp | 22 ++++++
test/OpenMP/for_codegen.cpp | 21 ++++++
.../ms-lookup-template-base-classes.cpp | 1 +
tools/libclang/CIndex.cpp | 2 +
tools/libclang/CXCursor.cpp | 4 ++
25 files changed, 362 insertions(+), 14 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-tools-extra.
from 490c294 [include-fixer] remove redundant code.
new 0d6a98c [include-fixer] Correct two wrong header mappings.
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-fixer/find-all-symbols/STLPostfixHeaderMap.cpp | 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 gcc-6-branch
in repository gcc.
from 4d8631c Daily bump.
new ff7bba3 Backport from mainline 2016-04-30 Rainer Orth <ro@CeBiTec [...]
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 | 7 +++++++
gcc/config/darwin.h | 1 +
2 files changed, 8 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.