This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d7cf4df [MemorySSA] Add const to getClobberingMemoryAccess.
new 4c68e05 [ThinLTO] Use flags from summary when writing variable summary (NFC)
new 0b61b12 Implement vector count leading/trailing bytes with zero lsb a [...]
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/llvm/IR/IntrinsicsPowerPC.td | 11 +++++
lib/Bitcode/Writer/BitcodeWriter.cpp | 2 +-
lib/Target/PowerPC/PPCInstrAltivec.td | 21 ++++++---
.../PowerPC/p9-vector-compares-and-counts.ll | 55 ++++++++++++++++++++++
4 files changed, 81 insertions(+), 8 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 9943293 Make swift calling convention test specific to armv7
new d7cf4df [MemorySSA] Add const to getClobberingMemoryAccess.
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/Transforms/Utils/MemorySSA.h | 4 ++--
lib/Transforms/Utils/MemorySSA.cpp | 6 +++---
2 files changed, 5 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 llvm.
from 3dc20a0 [x86] add tests for missed umin/umax
new 9943293 Make swift calling convention test specific to armv7
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/ARM/swifterror.ll | 132 ++++++++++++++++++++---------------------
1 file changed, 65 insertions(+), 67 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 d9726c1 Add missing newline at EOF to avoid -Wnewline-eof warnings.
new c29c030 Fix implementation of the likely resolution of core issue 253 [...]
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/AST/DeclCXX.cpp | 2 +-
test/SemaCXX/constexpr-value-init.cpp | 9 +++++++++
2 files changed, 10 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 llvm.
from 60699bf [Error] Unify +Asserts/-Asserts behavior for checked flags in [...]
new 3dc20a0 [x86] add tests for missed umin/umax
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/vec_umin_umax.ll | 59 +++++++++++++++++++++++++++++++++++++++
1 file changed, 59 insertions(+)
create mode 100644 test/CodeGen/X86/vec_umin_umax.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 61288a5 Fixing small problem with avx512-reduceIntrin.c test on some OS.
new d9726c1 Add missing newline at EOF to avoid -Wnewline-eof warnings.
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/OpenCLImageTypes.def | 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 gcc.
from e3014b8 * dojump.c (do_jump_by_parts_greater_rtx): Invert probabilit [...]
new 3eda7bc Make filesystem::path work with basic_string_view (P0392R0)
new 0045aca PR go/78143 runtime: build lfstack_32bit.go on ppc
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:
gcc/go/gofrontend/MERGE | 2 +-
libgo/go/runtime/lfstack_32bit.go | 2 +-
libstdc++-v3/ChangeLog | 9 ++++
libstdc++-v3/include/experimental/bits/fs_path.h | 49 ++++++++++++++++++++++
.../path/construct/{copy.cc => string_view.cc} | 37 ++++++++--------
5 files changed, 79 insertions(+), 20 deletions(-)
copy libstdc++-v3/testsuite/experimental/filesystem/path/construct/{copy.cc => str [...]
--
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 15cdf2c MachineRegisterInfo: Remove unused arg from isConstantPhysReg(); NFC
new f2e1fce Move the DWARF attribute constants into Dwarf.def and delete [...]
new 60699bf [Error] Unify +Asserts/-Asserts behavior for checked flags in [...]
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/llvm/Support/Dwarf.def | 216 ++++++++++++++++++++++++++++++++++++++++-
include/llvm/Support/Dwarf.h | 210 +--------------------------------------
include/llvm/Support/Error.h | 70 ++++++-------
lib/Support/Dwarf.cpp | 201 ++------------------------------------
4 files changed, 261 insertions(+), 436 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 c1b17c7 2016-10-28 Richard Biener <rguenther(a)suse.de>
new 996c7ef PR debug/77773 * c-pretty-print.c (simple_type_specifier): [...]
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/c-family/ChangeLog | 6 ++++++
gcc/c-family/c-pretty-print.c | 13 ++++++++-----
2 files changed, 14 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.