This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4c73606e33b [AArch64] Add ARMv8.2-A FP16 scalar intrinsics
new 9b103df21bb [ObjCARC] Do not turn a call to @objc_autoreleaseReturnValu [...]
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/ObjCARC/ObjCARC.h | 20 ++++++++++++++
lib/Transforms/ObjCARC/ObjCARCContract.cpp | 11 +++++++-
lib/Transforms/ObjCARC/ObjCARCOpts.cpp | 5 ++++
.../Transforms/ObjCARC/contract-replace-arg-use.ll | 28 +++++++++++++++++++
test/Transforms/ObjCARC/rv.ll | 31 ++++++++++++++++++++++
5 files changed, 94 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 lld.
from d2b765ddc [WebAssembly] Include SYMBOL_INFO for imports as well as exports
new d893a3cc6 Make the bloom filter a bit larger.
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:
ELF/SyntheticSections.cpp | 10 ++++++----
1 file changed, 6 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 5d89c44ccd [AArch64] Add ARMv8.2-A FP16 scalar intrinsics
new d0ace12cca [Lex] Fix crash on code completion in comment in included file.
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/Lex/PPCaching.cpp | 4 +++-
lib/Lex/PPLexerChange.cpp | 1 +
test/CodeCompletion/Inputs/comments.h | 4 ++++
test/CodeCompletion/comments.cpp | 13 +++++++++++++
4 files changed, 21 insertions(+), 1 deletion(-)
create mode 100644 test/CodeCompletion/Inputs/comments.h
create mode 100644 test/CodeCompletion/comments.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-7-branch
in repository gcc.
from ebba51a4c95 PR libstdc++/83834 replace wildcard pattern in linker script
new d6d169dee12 2018-01-19 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/check.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/num_images_1.f90 | 10 ++++++++++
4 files changed, 22 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/num_images_1.f90
--
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 61a262f9640 PR c++/81167 * call.c (joust): Use TREE_TYPE (source) if [...]
new 82edbd02ec5 2018-01-19 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/num_images_1.f90 | 9 +++++++++
2 files changed, 14 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/num_images_1.f90
--
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 598fd0131bc Fix -Wunused-variable.
new 4c73606e33b [AArch64] Add ARMv8.2-A FP16 scalar 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/IntrinsicsAArch64.td | 9 ++++++---
1 file changed, 6 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 clang.
from b340925d70 Allow BlockDecl in CXXRecord scope to have no access specifier.
new 5d89c44ccd [AArch64] Add ARMv8.2-A FP16 scalar 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/clang/Basic/BuiltinsNEON.def | 1 +
include/clang/Basic/CMakeLists.txt | 4 +
include/clang/Basic/arm_fp16.td | 131 ++++++
include/clang/Basic/arm_neon.td | 303 +------------
include/clang/Basic/arm_neon_incl.td | 313 +++++++++++++
lib/Basic/Targets/AArch64.cpp | 2 +
lib/CodeGen/CGBuiltin.cpp | 217 ++++++++-
lib/Headers/CMakeLists.txt | 16 +
lib/Headers/module.modulemap | 1 +
lib/Sema/SemaChecking.cpp | 2 +
test/CodeGen/aarch64-v8.2a-fp16-intrinsics.c | 643 +++++++++++++++++++++++++++
utils/TableGen/NeonEmitter.cpp | 148 +++++-
utils/TableGen/TableGen.cpp | 5 +
utils/TableGen/TableGenBackends.h | 1 +
14 files changed, 1482 insertions(+), 305 deletions(-)
create mode 100644 include/clang/Basic/arm_fp16.td
create mode 100644 include/clang/Basic/arm_neon_incl.td
create mode 100644 test/CodeGen/aarch64-v8.2a-fp16-intrinsics.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 llvm.
from 250016404b2 [x86] add tests for sqrt estimate that should respect denor [...]
new 598fd0131bc Fix -Wunused-variable.
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/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp | 1 -
1 file changed, 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 llvm.
from 156b994bcec [ORC] Re-apply r322913 with a fix for a read-after-free error.
new 250016404b2 [x86] add tests for sqrt estimate that should respect denor [...]
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/X86/sqrt-fastmath.ll | 67 +++++++++++++++++++++++++++++++++++++++
1 file changed, 67 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.