This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 85c3d3e Fix address computation for headers.
new 2149ed7 Use the correct page size.
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/LinkerScript.cpp | 2 +-
test/ELF/linkerscript/header-addr.s | 21 +++++++++++++++++++++
2 files changed, 22 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 d40c108 Move a function definition to SyntheticSections.cpp.
new 85c3d3e Fix address computation for headers.
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/LinkerScript.cpp | 27 ++++++++++++---------------
ELF/Writer.cpp | 10 ++++++----
test/ELF/linkerscript/header-addr.s | 26 ++++++++++++++++++++++++++
3 files changed, 44 insertions(+), 19 deletions(-)
create mode 100644 test/ELF/linkerscript/header-addr.s
--
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 37a94ce Do plumbing work for CodeView debug info.
new d40c108 Move a function definition to SyntheticSections.cpp.
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/OutputSections.cpp | 5 -----
ELF/SyntheticSections.cpp | 5 +++++
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 da59113 [VectorLegalizer] Remove EVT::getSizeInBits code duplications. NFCI.
new d8c5ecb [MemorySSA] Fix for non-determinism in codegen
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 | 3 +-
lib/Transforms/Utils/MemorySSA.cpp | 13 ++++++--
test/Transforms/Util/MemorySSA/cyclicphi.ll | 36 +++++++++++-----------
.../Transforms/Util/MemorySSA/many-dom-backedge.ll | 20 ++++++------
test/Transforms/Util/MemorySSA/many-doms.ll | 18 +++++------
test/Transforms/Util/MemorySSA/phi-translation.ll | 28 ++++++++---------
6 files changed, 64 insertions(+), 54 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 4044758 PR c++/71973 * g++.dg/torture/pr53321.C (size_t): Use __SIZ [...]
new bbfed87 PR middle-end/67335 * omp-simd-clone.c (simd_clone_adjust_a [...]
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/ChangeLog | 6 ++++++
gcc/omp-simd-clone.c | 5 +++--
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/g++.dg/vect/simd-clone-7.cc | 10 ++++++++++
4 files changed, 22 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/vect/simd-clone-7.cc
--
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 2b80afd PR target/25128 * config/m68k/predicates.md (swap_peephole_ [...]
new 4044758 PR c++/71973 * g++.dg/torture/pr53321.C (size_t): Use __SIZ [...]
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 | 8 ++++++++
gcc/testsuite/g++.dg/torture/pr53321.C | 2 +-
gcc/testsuite/g++.dg/torture/pr63512.C | 2 +-
3 files changed, 10 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 b68036c [CodeGenPrep] Skip merging empty case blocks
new da59113 [VectorLegalizer] Remove EVT::getSizeInBits code duplications. NFCI.
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/SelectionDAG/LegalizeVectorOps.cpp | 14 ++++++--------
1 file changed, 6 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 gcc.
from 4199d12 Remove dead FIXME
new 2b80afd PR target/25128 * config/m68k/predicates.md (swap_peephole_ [...]
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/ChangeLog | 8 ++++++
gcc/config/m68k/m68k.md | 21 ++++++++++++++-
gcc/config/m68k/predicates.md | 3 +++
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.target/m68k/pr25128.c | 48 +++++++++++++++++++++++++++++++++
5 files changed, 84 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/m68k/pr25128.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.
Ryan Arnold pushed a change to branch master
in repository toolchain/abe.
from 5e7acd4 jenkins.sh: Handle expectedly-missing test logs.
new fa22e7b Add manifestid field to manifest files.
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/globals.sh | 7 ++++---
lib/package.sh | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++---
2 files changed, 54 insertions(+), 6 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 b6ddcd8 BFD/DWARF2: Correct an `index' global shadowing error
new b32e175 Add --build-id=uuid support for MinGW32.
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:
gold/ChangeLog | 5 +++++
gold/layout.cc | 25 +++++++++++++++++++++++++
2 files changed, 30 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.