This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 7f2e723c5 Fix thread race between SectionPiece's OutputOff and Live members
new 65798b9ec Improve an 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/Driver.cpp | 3 ++-
test/ELF/lto/opt-level.ll | 2 +-
2 files changed, 3 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 d65aefc0e87 PeepholeOptimizer: Do not form PHI with subreg arguments
new 103c73c85e1 Tighten up DIFile verifier for checksums
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/IR/Verifier.cpp | 20 ++++++++++++++++++--
test/MC/AArch64/coff-debug.ll | 6 +++---
test/Verifier/DIFile.ll | 30 ++++++++++++++++++++++++++++++
3 files changed, 51 insertions(+), 5 deletions(-)
create mode 100644 test/Verifier/DIFile.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 llvm.
from 5431b562d29 [arm] Implement Target Operand Flag MIR serialization.
new d65aefc0e87 PeepholeOptimizer: Do not form PHI with subreg arguments
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/PeepholeOptimizer.cpp | 41 +++++++++++-------------
test/CodeGen/ARM/peephole-phi.mir | 67 +++++++++++++++++++++++++++++++++++++++
2 files changed, 86 insertions(+), 22 deletions(-)
create mode 100644 test/CodeGen/ARM/peephole-phi.mir
--
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 94ecdace25e [Sink] Really really fix predicate in legality check
new 5431b562d29 [arm] Implement Target Operand Flag MIR serialization.
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/ARM/ARMInstrInfo.cpp | 28 ++++++++++++++++++++++
lib/Target/ARM/ARMInstrInfo.h | 7 ++++++
.../ARM/GlobalISel/arm-select-globals-pic.mir | 4 ++--
3 files changed, 37 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 2c77fcc6e13 [WebAssemlby] MC: Don't write COMDAT symbols as global imports
new 94ecdace25e [Sink] Really really fix predicate in legality check
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/Scalar/Sink.cpp | 2 +-
test/Transforms/Sink/badloadsink.ll | 12 ++++++++++--
2 files changed, 11 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-tools-extra.
from b958885f [clang-tidy] Fix google-readability-namespace-comments handli [...]
new 76612e5e [clang-tidy] Adding Fuchsia checker for statically constructe [...]
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:
clang-tidy/fuchsia/CMakeLists.txt | 1 +
clang-tidy/fuchsia/FuchsiaTidyModule.cpp | 3 +
.../fuchsia/StaticallyConstructedObjectsCheck.cpp | 58 ++++++++++++++
.../fuchsia/StaticallyConstructedObjectsCheck.h | 37 +++++++++
docs/ReleaseNotes.rst | 7 +-
.../fuchsia-statically-constructed-objects.rst | 43 ++++++++++
docs/clang-tidy/checks/list.rst | 1 +
.../fuchsia-statically-constructed-objects.cpp | 91 ++++++++++++++++++++++
8 files changed, 240 insertions(+), 1 deletion(-)
create mode 100644 clang-tidy/fuchsia/StaticallyConstructedObjectsCheck.cpp
create mode 100644 clang-tidy/fuchsia/StaticallyConstructedObjectsCheck.h
create mode 100644 docs/clang-tidy/checks/fuchsia-statically-constructed-objects.rst
create mode 100644 test/clang-tidy/fuchsia-statically-constructed-objects.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 hjl/pr83330/gcc-7-branch
in repository gcc.
at fcf30d0b02c i386: Align stack frame if argument is passed on stack
This branch includes the following new commits:
new fcf30d0b02c i386: Align stack frame if argument is passed on stack
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.
--
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 f0c9e72eaed i386: Align stack frame if argument is passed on stack
new bb8317e2787 PR target/83203 * config/i386/i386.c (ix86_expand_vector_ [...]
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 | 14 +++++++++++
gcc/config/i386/i386.c | 34 ++++++++++++++++++++++++++
gcc/config/i386/sse.md | 66 +++++++++++++++++++++++++++++++++++++++++++++++---
3 files changed, 111 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.