This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c695a0b [ThinLTO] Fix crash when importing an opaque type
new b799ae9 [X86][AVX512] Add VPERMV/VPERMV3 v64i8 byte shuffles on avx51 [...]
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/X86ISelLowering.cpp | 7 +++---
test/CodeGen/X86/vector-shuffle-512-v64.ll | 37 ++++++++----------------------
2 files changed, 13 insertions(+), 31 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 b806c5a Change setDiagnosticsOutputFile to take a unique_ptr from a r [...]
new aedeadd Remove alignment from ctors/dtors lists in an attempt to plac [...]
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/CodeGenModule.cpp | 12 +++++++++---
1 file changed, 9 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 lld.
from 2d57189 Restore a comment that was accidentally changed.
new c80aa60 Use std::equal instead of hand-written loops.
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/ICF.cpp | 58 ++++++++++++++++++++++++----------------------------------
1 file changed, 24 insertions(+), 34 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 ca1f03e * config/i386/i386.c (ix86_can_inline_p): Use || instead of [...]
new 8cb572e * gcc.c-torture/execute/comp-goto-1.c (insn_t): Change offset [...]
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/gcc.c-torture/execute/comp-goto-1.c | 2 +-
2 files changed, 6 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 1b4599d Simplify "missing argument" error message.
new b94e6b5 Make buildSysrootedPath file-scoped.
new 14d0452 Use Optional<std::string> instead of "" to represent a failure.
new 2d57189 Restore a comment that was accidentally changed.
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:
ELF/Driver.cpp | 7 +++---
ELF/Driver.h | 5 ++---
ELF/DriverUtils.cpp | 61 ++++++++++++++++++++++++++--------------------------
ELF/LinkerScript.cpp | 7 +++---
4 files changed, 38 insertions(+), 42 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 4ac97a8 * gfortran.dg/coarray_alloc_comp_1.f08: Add "-latomic" optio [...]
new 660435f * config/i386/i386.c (ix86_expand_builtin): Remove msk_mov v [...]
new 797a2c8 * config/i386/i386.c (def_builtin, def_builtin2, def_builtin [...]
new 87df0ab * config/i386/i386.c (ix86_valid_target_attribute_tree): Don [...]
new ca1f03e * config/i386/i386.c (ix86_can_inline_p): Use || instead of [...]
The 4 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 | 20 +++++++
gcc/config/i386/i386.c | 141 +++++++++++++++++++++++--------------------------
2 files changed, 87 insertions(+), 74 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 4bd62ab [ThinLTO] Implement -pass-remarks-output in ThinLTOCodeGenerator
new c695a0b [ThinLTO] Fix crash when importing an opaque type
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/Linker/IRMover.cpp | 2 +-
test/ThinLTO/X86/Inputs/import_opaque_type.ll | 15 +++++++++++++++
test/ThinLTO/X86/import_opaque_type.ll | 27 +++++++++++++++++++++++++++
3 files changed, 43 insertions(+), 1 deletion(-)
create mode 100644 test/ThinLTO/X86/Inputs/import_opaque_type.ll
create mode 100644 test/ThinLTO/X86/import_opaque_type.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 lld.
from c1beb92 Fix typo in error message.
new 4329200 Split getFdeEncoding.
new 1b4599d Simplify "missing argument" error message.
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:
ELF/DriverUtils.cpp | 4 +---
ELF/EhFrame.cpp | 25 +++++++++++++++----------
test/ELF/basic.s | 2 +-
test/ELF/libsearch.s | 2 +-
4 files changed, 18 insertions(+), 15 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 lld.
from e8824b7 [ELF] - Exit on --version call.
new c1beb92 Fix typo in error message.
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/EhFrame.cpp | 2 +-
test/ELF/invalid-cie-length2.s | 2 +-
test/ELF/invalid-cie-length3.s | 2 +-
3 files changed, 3 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 binutils-gdb.
from 0fc9967 Revert "bfd: allow negative offsets to _GLOBAL_OFFSET_TABLE_ [...]
new cc188e5 ARI: Add detection of printf_vma and sprintf_vma
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 | 5 +++++
gdb/contrib/ari/gdb_ari.sh | 16 ++++++++++++++++
2 files changed, 21 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.