This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 3ba903b Update for llvm change.
new 6f3e949 Don't use getNumSections.
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/InputFiles.cpp | 7 ++++---
1 file changed, 4 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.
from b9a1fd1 Fix Clang-tidy readability-redundant-string-cstr warnings
new 71f8925 Turn on the /bigobj switch for RecursiveASTVisitorTest.cpp; w [...]
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:
unittests/Tooling/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
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 571858b Add LE/BE SHA1H patterns with a V2SI input. This avoids unne [...]
new 87b53bc Allow warning flags to associate through gfc_error.
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/ChangeLog | 6 ++++++
gcc/fortran/error.c | 20 +++++++++++++++-----
gcc/fortran/gfortran.h | 1 +
3 files changed, 22 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 41b84ed Removing a switch statement that contains a default label, bu [...]
new 8ee0ff8 Avoid a report_fatal_error in sections().
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/Object/ELF.h | 20 ++++++--------------
include/llvm/Object/ELFObjectFile.h | 13 ++++++++-----
test/Object/invalid.test | 2 +-
tools/llvm-readobj/ARMEHABIPrinter.h | 4 ++--
tools/llvm-readobj/ELFDumper.cpp | 26 +++++++++++++-------------
tools/obj2yaml/elf2yaml.cpp | 5 ++++-
6 files changed, 34 insertions(+), 36 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 c9bdecf [Documentation] Clang-tidy readability-redundant-declaration [...]
new 7b7f5ca Add a new clang-tidy check for cert-msc50-cpp (and cert-msc30 [...]
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/cert/CERTTidyModule.cpp | 7 +++++
clang-tidy/cert/CMakeLists.txt | 1 +
clang-tidy/cert/LimitedRandomnessCheck.cpp | 40 +++++++++++++++++++++++++++++
clang-tidy/cert/LimitedRandomnessCheck.h | 38 +++++++++++++++++++++++++++
docs/clang-tidy/checks/cert-msc30-c.rst | 7 +++++
docs/clang-tidy/checks/cert-msc50-cpp.rst | 6 +++++
docs/clang-tidy/checks/list.rst | 2 ++
test/clang-tidy/cert-limited-randomness.c | 13 ++++++++++
test/clang-tidy/cert-limited-randomness.cpp | 28 ++++++++++++++++++++
9 files changed, 142 insertions(+)
create mode 100644 clang-tidy/cert/LimitedRandomnessCheck.cpp
create mode 100644 clang-tidy/cert/LimitedRandomnessCheck.h
create mode 100644 docs/clang-tidy/checks/cert-msc30-c.rst
create mode 100644 docs/clang-tidy/checks/cert-msc50-cpp.rst
create mode 100644 test/clang-tidy/cert-limited-randomness.c
create mode 100644 test/clang-tidy/cert-limited-randomness.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 master
in repository lld.
from dc78847 Simplify SHF_LINK_ORDER handling. NFC.
new 3ba903b Update for llvm change.
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/InputFiles.cpp | 6 +++---
1 file 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 gcc-6-branch
in repository gcc.
from fbf496b 2016-11-02 Richard Biener <rguenther(a)suse.de>
new 86639e8 [gcc]
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 | 9 +++++++++
gcc/gimplify.c | 23 +++++++++++------------
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/c-c++-common/pr72747-1.c | 16 ++++++++++++++++
gcc/testsuite/c-c++-common/pr72747-2.c | 18 ++++++++++++++++++
5 files changed, 63 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr72747-1.c
create mode 100644 gcc/testsuite/c-c++-common/pr72747-2.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.
unknown user pushed a change to branch gcc-5-branch
in repository gcc.
from 1cbe81d Fix linker detection in check_gc_sections_available
new 4f578b8 [gcc]
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 | 9 +++++++++
gcc/gimplify.c | 23 +++++++++++------------
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/c-c++-common/pr72747-1.c | 16 ++++++++++++++++
gcc/testsuite/c-c++-common/pr72747-2.c | 18 ++++++++++++++++++
5 files changed, 63 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr72747-1.c
create mode 100644 gcc/testsuite/c-c++-common/pr72747-2.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.
unknown user pushed a change to branch master
in repository llvm.
from 8407a2e getNumSections should return a uintX_t. NFC.
new 41b84ed Removing a switch statement that contains a default label, bu [...]
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/RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp | 6 +-----
1 file changed, 1 insertion(+), 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 gcc.
from f85e7cb 2016-11-02 Richard Biener <rguenther(a)suse.de>
new 75781d0 The add expander still contains some expansion code that was [...]
new 571858b Add LE/BE SHA1H patterns with a V2SI input. This avoids unne [...]
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/ChangeLog | 11 +++++++++++
gcc/config/aarch64/aarch64-simd.md | 20 ++++++++++++++++++++
gcc/config/aarch64/aarch64.md | 25 ++++++-------------------
3 files changed, 37 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.