This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5b9e6bf Change some more llvm highlighting instances to be text inste [...]
new ada7d32 [X86][SSE] Added more widened broadcast tests
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/widened-broadcast.ll | 373 +++++++++++++++++++++++++++++++++-
1 file changed, 368 insertions(+), 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 libcxx.
from 2645dbe Implement P0392r0. Integrate filesystem::path and string_view.
new f653588 Fix undefined behavior in __hash_table
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/__config | 2 +
include/__debug | 13 ++
include/__hash_table | 454 ++++++++++++++++++++++-----------------------
test/libcxx/test/config.py | 7 +-
test/ubsan_blacklist.txt | 1 -
5 files changed, 234 insertions(+), 243 deletions(-)
delete mode 100644 test/ubsan_blacklist.txt
--
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 570a51e Switching the highlighting from llvm to none in an attempt to [...]
new 5b9e6bf Change some more llvm highlighting instances to be text inste [...]
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/Coroutines.rst | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 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 e88c598 Removes a warning about duplicate label named _strings from C [...]
new 570a51e Switching the highlighting from llvm to none in an attempt to [...]
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/Coroutines.rst | 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 llvm.
from 17fe024 CODE_OWNERS: Take ownership of the MIPS backend
new e88c598 Removes a warning about duplicate label named _strings from C [...]
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/CoverageMappingFormat.rst | 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 llvm.
from 391e1bc [X86] Fix typo in comment.
new 17fe024 CODE_OWNERS: Take ownership of the MIPS backend
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:
CODE_OWNERS.TXT | 8 ++++----
1 file changed, 4 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 vehre/coarray
in repository gcc.
from bf81981 Added caf_*_by_ref() functions. Added generation of caf_refer [...]
new c89a171 Added support for all array reference modes beside CAF_ARR_RE [...]
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/gfortran.texi | 58 +++---
gcc/fortran/primary.c | 8 +-
gcc/fortran/trans-decl.c | 7 +-
gcc/fortran/trans-intrinsic.c | 400 ++++++++++++++++++++++++++++++++++++++----
gcc/fortran/trans-types.c | 8 +-
gcc/fortran/trans.h | 1 +
libgfortran/caf/libcaf.h | 4 +-
libgfortran/caf/single.c | 2 +-
8 files changed, 405 insertions(+), 83 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 binutils-gdb.
from 463888a Support JIT debugging on MS-Windows
new 49ecef2 Fix ARMv8.1/v8.2 for hw watchpoint and breakpoint
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:
gdb/ChangeLog | 9 +++++++++
gdb/nat/aarch64-linux-hw-point.c | 8 ++++++--
gdb/nat/aarch64-linux-hw-point.h | 2 ++
3 files changed, 17 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 master
in repository llvm.
from 55a640e [X86][SSE] Added tests where we should be trying to widen a l [...]
new 391e1bc [X86] Fix typo in comment.
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/X86/X86InstrInfo.cpp | 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 llvm.
from a0a5960 [X86][SSE] Regenerated uitofp <2 x i32> -> <2 x float> conver [...]
new 55a640e [X86][SSE] Added tests where we should be trying to widen a l [...]
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/widened-broadcast.ll | 149 ++++++++++++++++++++++++++++++++++
1 file changed, 149 insertions(+)
create mode 100644 test/CodeGen/X86/widened-broadcast.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.