This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d8ceaaa597e [XRay] Use std::errc::invalid_argument instead of std::errc [...]
new d1f07078e8d [ARM] Make InstrEmitter mark CPSR defs dead for Thumb1.
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/SelectionDAG/InstrEmitter.cpp | 2 +-
lib/Target/ARM/ARMBaseInstrInfo.cpp | 2 +
test/CodeGen/ARM/arm-and-tst-peephole.ll | 3 +-
test/CodeGen/ARM/cmn.ll | 26 +-
test/CodeGen/ARM/intrinsics-overflow.ll | 19 +-
test/CodeGen/ARM/select-imm.ll | 10 +-
test/CodeGen/Thumb/branchless-cmp.ll | 15 +-
test/CodeGen/Thumb/consthoist-few-dependents.ll | 1 -
test/CodeGen/Thumb/select.ll | 4 +-
.../Thumb/umulo-128-legalisation-lowering.ll | 356 +++++++++++----------
test/CodeGen/Thumb2/thumb2-tbh.ll | 9 +-
11 files changed, 235 insertions(+), 212 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 a9671c2b45 PR26547: alignof should return ABI alignment, not preferred [...]
new efcb3b8098 Fix typo.
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/DiagnosticSemaKinds.td | 2 +-
1 file changed, 1 insertion(+), 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-next-allmodconfig
in repository toolchain/binutils-gdb.
from 232fe1c86e Automatic date update in version.in
adds 3a6b69144a Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 clang.
from 3f79e28a57 [NFC][OpenMP] Add new test for parallel for code generation.
new a9671c2b45 PR26547: alignof should return ABI alignment, not preferred [...]
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 | 20 +++++++++
include/clang/AST/Stmt.h | 2 +-
include/clang/ASTMatchers/ASTMatchers.h | 5 ++-
include/clang/Basic/DiagnosticSemaKinds.td | 22 ++++++----
include/clang/Basic/LangOptions.h | 6 +++
include/clang/Basic/TypeTraits.h | 6 +++
lib/AST/ASTDumper.cpp | 3 ++
lib/AST/Expr.cpp | 2 +-
lib/AST/ExprConstant.cpp | 37 +++++++++++-----
lib/AST/ItaniumMangle.cpp | 1 +
lib/AST/StmtPrinter.cpp | 3 ++
lib/Frontend/CompilerInvocation.cpp | 2 +
lib/Parse/ParseExpr.cpp | 4 +-
lib/Sema/SemaChecking.cpp | 5 ++-
lib/Sema/SemaExpr.cpp | 19 ++++----
test/Headers/thumbv7-apple-ios-types.cpp | 6 +--
test/Sema/align-x86-abi7.c | 21 +++++++++
test/Sema/align-x86.c | 69 +++++++++++++++---------------
test/SemaCXX/align-x86-abi7.cpp | 25 +++++++++++
test/SemaCXX/align-x86.cpp | 62 +++++++++++++++++++++++++++
test/SemaCXX/alignof.cpp | 20 ++++-----
21 files changed, 258 insertions(+), 82 deletions(-)
create mode 100644 test/Sema/align-x86-abi7.c
create mode 100644 test/SemaCXX/align-x86-abi7.cpp
create mode 100644 test/SemaCXX/align-x86.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.