This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5424b15 * gcc.target/i386/adx-check.h (main): Simplify feature bit t [...]
new a91c8b0 Machine-readable RTL dumps: print_rtx_function
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/Makefile.in | 1 +
gcc/print-rtl-function.c | 131 +++++++++++++++++++++++++++++++++++++++++++++++
gcc/print-rtl.h | 2 +
4 files changed, 140 insertions(+)
create mode 100644 gcc/print-rtl-function.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 clang.
from 1591d40 [sanitizer-coverage] more docs
new 2d68345 [sanitizer-coverage] a bit more docs
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:
docs/SanitizerCoverage.rst | 14 +++++++++++++-
1 file changed, 13 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 gcc.
from 132fa33 PR target/77756 * config/i386/cpuid.h (__get_cpuid_count): [...]
new 5424b15 * gcc.target/i386/adx-check.h (main): Simplify feature bit t [...]
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 | 13 +++++++++++++
gcc/testsuite/gcc.target/i386/adx-check.h | 2 +-
gcc/testsuite/gcc.target/i386/avx2-check.h | 4 ++--
gcc/testsuite/gcc.target/i386/avx512bw-check.h | 4 ++--
gcc/testsuite/gcc.target/i386/avx512cd-check.h | 4 ++--
gcc/testsuite/gcc.target/i386/avx512dq-check.h | 4 ++--
gcc/testsuite/gcc.target/i386/avx512er-check.h | 4 ++--
gcc/testsuite/gcc.target/i386/avx512f-check.h | 4 ++--
gcc/testsuite/gcc.target/i386/avx512ifma-check.h | 4 ++--
gcc/testsuite/gcc.target/i386/avx512vbmi-check.h | 4 ++--
gcc/testsuite/gcc.target/i386/avx512vl-check.h | 6 ++----
11 files changed, 32 insertions(+), 21 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 7e226eb [sanitize-coverage] doc typo
new 1591d40 [sanitizer-coverage] more docs
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:
docs/SanitizerCoverage.rst | 67 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 67 insertions(+)
--
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 9b8d541 Simplify. NFC.
new 561d57e Don't error if we can't put the header in a PT_LOAD.
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 | 25 ++++++++++++++++---------
ELF/LinkerScript.h | 2 +-
ELF/Writer.cpp | 8 +++++---
test/ELF/linkerscript/no-space.s | 16 ++++++++++++++--
4 files changed, 36 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 clang.
from e0c58c0 [sanitizer-coverage/libFuzzer] make the guards for trace-pc 3 [...]
new 7e226eb [sanitize-coverage] doc typo
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:
docs/SanitizerCoverage.rst | 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 gcc-5-branch
in repository gcc.
from c62ba6f 2016-09-28 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 63732a6 2016-09-29 Steven G. Kargl <kargl(a)gcc.gnu.org>
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 | 8 ++++++
gcc/fortran/array.c | 11 ++++++--
gcc/testsuite/ChangeLog | 8 ++++++
gcc/testsuite/gfortran.dg/pr69514_1.f90 | 5 ++++
gcc/testsuite/gfortran.dg/pr69514_2.f90 | 49 +++++++++++++++++++++++++++++++++
5 files changed, 79 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr69514_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr69514_2.f90
--
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 5958d09 * genattrtab.c (write_attr_case): Also emit FALLTHRU marker.
new 132fa33 PR target/77756 * config/i386/cpuid.h (__get_cpuid_count): [...]
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 | 11 +++++-----
gcc/config/i386/cpuid.h | 38 +++++++++++++++++++--------------
gcc/testsuite/ChangeLog | 10 ++++-----
gcc/testsuite/gcc.target/i386/pr77756.c | 2 +-
4 files changed, 34 insertions(+), 27 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 zorg.
from b8fce7b Add flag to disabled symbolizer checks
new ef1c775 Disable symbolizer. Intercepted malloc hangs on some tests.
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:
zorg/buildbot/builders/sanitizers/buildbot_cmake.sh | 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 lnt.
from c06cb64 Remove a debugging print
new 75d4289 Move common JS operations into a static file
new 33bc911 We dont use this anymore
new 8c7b88d Use Datatables instead of sortable.js to render these tables
new c239bc4 Cleanup some PEP8 + unused
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:
lnt/server/ui/static/lnt.js | 46 +++++++++++++++++++++++
lnt/server/ui/templates/layout.html | 34 ++---------------
lnt/server/ui/templates/v4_regression_detail.html | 1 -
lnt/server/ui/templates/v4_run.html | 2 +-
lnt/server/ui/views.py | 10 ++---
5 files changed, 54 insertions(+), 39 deletions(-)
create mode 100644 lnt/server/ui/static/lnt.js
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.