This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from aa8caaeedb Warn about uses of `@available` that can't suppress the -Wun [...]
new 428da5f9a1 [coroutines] Make generic lambda coroutines work
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/SemaLambda.cpp | 1 +
lib/Sema/TreeTransform.h | 13 ++++++++
test/CodeGenCoroutines/coro-lambda.cpp | 58 ++++++++++++++++++++++++++++++++++
3 files changed, 72 insertions(+)
create mode 100644 test/CodeGenCoroutines/coro-lambda.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 6f94f45297b [MSP430] Fix PR33050: Don't use ADD16ri to lower FrameIndex.
new 9e8c6339d72 [LV] Update type in cost model for scalarization
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/Transforms/Vectorize/LoopVectorize.cpp | 21 ++++++++++++-----
.../AArch64/no_vector_instructions.ll | 26 ++++++++++++++++++++++
2 files changed, 41 insertions(+), 6 deletions(-)
create mode 100644 test/Transforms/LoopVectorize/AArch64/no_vector_instructions.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 4e7d2c5899 Driver must return non-zero code on errors in command line
new 4afc97f714 [PowerPC] Implement vec_xxpermdi builtin.
new aa8caaeedb Warn about uses of `@available` that can't suppress the -Wun [...]
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/Basic/BuiltinsPPC.def | 2 +
include/clang/Basic/DiagnosticSemaKinds.td | 7 ++++
include/clang/Sema/Sema.h | 1 +
lib/CodeGen/CGBuiltin.cpp | 33 ++++++++++++++++
lib/Headers/altivec.h | 4 ++
lib/Sema/SemaChecking.cpp | 61 ++++++++++++++++++++++++++++++
lib/Sema/SemaDeclAttr.cpp | 6 +++
lib/Sema/SemaExpr.cpp | 7 ++++
test/CodeGen/builtins-ppc-error.c | 10 ++++-
test/CodeGen/builtins-ppc-vsx.c | 56 +++++++++++++++++++++++++++
test/Parser/objc-available.m | 2 +-
test/SemaObjC/unguarded-availability.m | 12 +++++-
12 files changed, 198 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 llvm.
from 577a9934236 [InstCombine] add tests to show potential missing folds; NFC
new 6f94f45297b [MSP430] Fix PR33050: Don't use ADD16ri to lower FrameIndex.
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/MSP430/MSP430ISelDAGToDAG.cpp | 4 ++--
lib/Target/MSP430/MSP430InstrInfo.td | 5 +++++
lib/Target/MSP430/MSP430RegisterInfo.cpp | 2 +-
test/CodeGen/MSP430/vararg.ll | 2 +-
4 files changed, 9 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 compiler-rt.
from 397099e7e [compiler-rt] Change default of allow_user_segv_handler to true
new b3d9ce6c0 [sanitizer] [SystemZ] Update CVE-2016-2143 check for Ubuntu 16.04
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_linux_s390.cc | 7 +++++++
1 file changed, 7 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 852ab094ff7 [InstCombine] add tests to document bitcast + bitwise-logic [...]
new 0a21c3c2992 Revert "AMDGPU: Fold CI-specific complex SMRD patterns into [...]
new 577a9934236 [InstCombine] add tests to show potential missing folds; 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/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 36 +++++++++++++++--------
lib/Target/AMDGPU/AMDGPUSubtarget.h | 4 ---
lib/Target/AMDGPU/SMInstructions.td | 27 ++++++++++++++++-
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 2 +-
test/Transforms/InstCombine/icmp-xor-signbit.ll | 39 +++++++++++++++++++++++++
5 files changed, 90 insertions(+), 18 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 1ec9218f78 Generalize two diagnostic messages to take function name as [...]
new 4e7d2c5899 Driver must return non-zero code on errors in command line
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/Driver/Driver.cpp | 2 ++
test/Driver/aarch64-cpus.c | 2 +-
test/Driver/amdgpu-features.c | 4 +--
test/Driver/arm-darwin-builtin.c | 14 --------
test/Driver/arm-default-build-attributes.s | 4 +--
test/Driver/cl-outputs.c | 4 +--
test/Driver/clang_f_opts.c | 2 +-
test/Driver/cuda-external-tools.cu | 4 +--
test/Driver/debug-options.c | 4 ++-
test/Driver/gfortran.f90 | 2 --
test/Driver/split-debug.h | 9 -----
test/Driver/unknown-arg.c | 4 +--
test/Index/index-attrs.c | 10 +++---
test/Index/index-attrs.cpp | 14 ++++----
tools/driver/driver.cpp | 55 +++++++++++++++---------------
unittests/Driver/ToolChainTest.cpp | 21 +++++++++---
16 files changed, 73 insertions(+), 82 deletions(-)
delete mode 100644 test/Driver/arm-darwin-builtin.c
--
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 cc243828c4 [coroutines] Improved diagnostics when unhandled_exception i [...]
new 1ec9218f78 Generalize two diagnostic messages to take function name as [...]
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 | 8 ++++----
lib/Sema/SemaChecking.cpp | 9 ++++++---
2 files changed, 10 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 gcc.
from 1b9a5651102 [ARM] Fix typo in comment in arm_expand_prologue
new 4fcd8cc7e30 * config/abi/post/ia64-linux-gnu/baseline_symbols.txt: Upd [...]
new a14fef6bcd7 rs6000: Fix for separate shrink-wrapping for fp (PR80860, PR80843)
new a8fbc53a934 Fix a SPARC -mcbcond compare-and-branch out of range failure.
The 3 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 | 14 ++++++++++
gcc/config/rs6000/rs6000.c | 8 ++++--
gcc/config/sparc/sparc.md | 3 +-
libstdc++-v3/ChangeLog | 5 ++++
.../abi/post/ia64-linux-gnu/baseline_symbols.txt | 32 +++++++++++++++++++---
.../abi/post/m68k-linux-gnu/baseline_symbols.txt | 30 +++++++++++++++++---
6 files changed, 80 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 clang.
from fa589cc930 [index] The references to explicit class properties should b [...]
new cc243828c4 [coroutines] Improved diagnostics when unhandled_exception 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:
lib/Sema/SemaCoroutine.cpp | 8 ++++----
test/SemaCXX/coroutine-unhandled_exception-warning.cpp | 4 ++++
test/SemaCXX/coroutines.cpp | 2 +-
3 files changed, 9 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.