This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6628b04 Implement -fdiagnostics-parseable-fixits
new 79280f4 * dwarf2out.c (scompare_loc_descriptor): Use SCALAR_INT_MODE [...]
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/dwarf2out.c | 78 +++++++++++++++++++++++++++------------------------------
2 files changed, 51 insertions(+), 41 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 0993083 [InstSimplify] add ashr tests including vector types
new 5e371d9 NFC. Move Verifier::verifyIntrinsicType to Intrinsics.h
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/IR/Intrinsics.h | 9 +++
lib/IR/Function.cpp | 138 +++++++++++++++++++++++++++++++++++++++
lib/IR/Verifier.cpp | 152 ++-----------------------------------------
3 files changed, 151 insertions(+), 148 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 5e89d2b clang-format: [JS] Do not break before 'as'.
new 2228368 [OpenCL] Use function metadata to represent kernel attributes
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/CodeGenFunction.cpp | 46 +++++---------
test/CodeGenOpenCL/kernel-arg-info.cl | 105 +++++++++++++++++++++-----------
test/CodeGenOpenCL/kernel-attributes.cl | 14 ++---
test/CodeGenOpenCL/kernel-metadata.cl | 9 +--
4 files changed, 93 insertions(+), 81 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 390b04c [ELF] - Implemented version script hierarchies.
new 495ae77 [ELF] - Show explicit error if extern keyword is used in vers [...]
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/SymbolListFile.cpp | 2 ++
test/ELF/version-script-err.s | 5 +++++
2 files changed, 7 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 clang.
from f20fd44 [Clang][bmi][intrinsics] Adding _mm_tzcnt_64 _mm_tzcnt_32 int [...]
new 5e89d2b clang-format: [JS] Do not break before 'as'.
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/Format/TokenAnnotator.cpp | 2 ++
unittests/Format/FormatTestJS.cpp | 7 +++++--
2 files changed, 7 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 lld.
from 4fb5ae3 Update testcases after r273417, which changed llvm-readobj ou [...]
new 390b04c [ELF] - Implemented version script hierarchies.
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/Config.h | 1 +
ELF/OutputSections.cpp | 29 +++++++++++++++++++----
ELF/SymbolListFile.cpp | 2 ++
test/ELF/verdef-dependency.s | 56 ++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 84 insertions(+), 4 deletions(-)
create mode 100644 test/ELF/verdef-dependency.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 gcc.
from 59bde51 * gcc/ChangeLog: Add pointer to PR71151 for r237536. * gcc/ [...]
new d870a45 * gcc.dg/guality/param-5.c (clear_stack): Tweak.
new 6628b04 Implement -fdiagnostics-parseable-fixits
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 | 26 +++
gcc/common.opt | 4 +
gcc/diagnostic.c | 258 +++++++++++++++++++++
gcc/diagnostic.h | 4 +
gcc/doc/invoke.texi | 34 ++-
gcc/opts.c | 4 +
gcc/selftest-run-tests.c | 1 +
gcc/selftest.h | 1 +
gcc/testsuite/ChangeLog | 14 ++
gcc/testsuite/gcc.dg/guality/param-5.c | 2 +-
.../diagnostic-test-show-locus-parseable-fixits.c | 41 ++++
gcc/testsuite/gcc.dg/plugin/plugin.exp | 3 +-
gcc/testsuite/lib/gcc-defs.exp | 51 ++++
gcc/testsuite/lib/gcc-dg.exp | 2 +
gcc/testsuite/lib/prune.exp | 3 +
libcpp/ChangeLog | 18 ++
libcpp/include/line-map.h | 16 ++
17 files changed, 479 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/plugin/diagnostic-test-show-locus-parseabl [...]
--
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 429332d * gcc.dg/guality/param-5.c (clear_stack): Tweak.
new 27f2af9 * gcc.dg/guality/param-5.c (clear_stack): Tweak.
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/gcc.dg/guality/param-5.c | 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 gcc.
from 82ccd33 gcc/
new 88230ad * gcc.dg/guality/param-5.c (clear_stack): Tweak.
new 59bde51 * gcc/ChangeLog: Add pointer to PR71151 for r237536. * gcc/ [...]
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 | 1 +
gcc/testsuite/ChangeLog | 1 +
gcc/testsuite/gcc.dg/guality/param-5.c | 2 +-
3 files changed, 3 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 gcc-6-branch
in repository gcc.
from fe0010a * function.c (assign_parm_setup_reg): Prevent sharing in ano [...]
new 429332d * gcc.dg/guality/param-5.c (clear_stack): Tweak.
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/gcc.dg/guality/param-5.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.