This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3d78c7aed69 [PR c++/84602] ICE with anon-struct
new 0464dec7a9a 2018-02-28 Richard Biener <rguenther(a)suse.de>
new 3da348a75ec * c-ada-spec.c (dump_ada_import): Use boolean and fix form [...]
new fd1990b2577 Fix timevar format and fix tests (PR testsuite/84597).
The 3 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/c-family/ChangeLog | 25 ++
gcc/c-family/c-ada-spec.c | 339 ++++++++++-----------
gcc/genmatch.c | 6 +-
gcc/testsuite/ChangeLog | 17 ++
.../{dump-ada-spec-4.c => dump-ada-spec-10.c} | 13 +-
gcc/testsuite/c-c++-common/dump-ada-spec-8.c | 16 +
.../{dump-ada-spec-3.c => dump-ada-spec-9.c} | 11 +-
gcc/testsuite/g++.dg/ext/timevar1.C | 5 +-
gcc/testsuite/g++.dg/ext/timevar2.C | 5 +-
gcc/testsuite/gcc.dg/pr84607.c | 16 +
gcc/timevar.c | 16 +-
12 files changed, 278 insertions(+), 205 deletions(-)
copy gcc/testsuite/c-c++-common/{dump-ada-spec-4.c => dump-ada-spec-10.c} (58%)
create mode 100644 gcc/testsuite/c-c++-common/dump-ada-spec-8.c
copy gcc/testsuite/c-c++-common/{dump-ada-spec-3.c => dump-ada-spec-9.c} (61%)
create mode 100644 gcc/testsuite/gcc.dg/pr84607.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 f4ab7b42eb [ObjC] Allow declaring __strong pointer fields in structs in [...]
new 5b8b6afcd1 [analyzer] Support for naive cross translation unit analysis
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/StaticAnalyzer/Core/AnalyzerOptions.h | 21 ++
.../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 17 +-
.../StaticAnalyzer/Core/PathSensitive/SubEngine.h | 7 +
lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 23 ++
lib/StaticAnalyzer/Core/CMakeLists.txt | 1 +
lib/StaticAnalyzer/Core/CallEvent.cpp | 23 +-
lib/StaticAnalyzer/Core/ExprEngine.cpp | 7 +-
lib/StaticAnalyzer/Core/PathDiagnostic.cpp | 19 +-
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp | 15 +-
lib/StaticAnalyzer/Frontend/CMakeLists.txt | 1 +
test/Analysis/Inputs/ctu-chain.cpp | 20 ++
test/Analysis/Inputs/ctu-other.cpp | 67 +++++
test/Analysis/Inputs/externalFnMap.txt | 13 +
test/Analysis/analyzer-config.cpp | 3 +-
test/Analysis/ctu-main.cpp | 58 +++++
tools/scan-build-py/README.md | 26 ++
tools/scan-build-py/libscanbuild/__init__.py | 3 +
tools/scan-build-py/libscanbuild/analyze.py | 279 +++++++++++++++++++--
tools/scan-build-py/libscanbuild/arguments.py | 76 +++++-
tools/scan-build-py/libscanbuild/clang.py | 27 +-
tools/scan-build-py/libscanbuild/report.py | 22 +-
tools/scan-build-py/tests/unit/test_analyze.py | 84 ++++++-
tools/scan-build-py/tests/unit/test_clang.py | 12 +
23 files changed, 773 insertions(+), 51 deletions(-)
create mode 100644 test/Analysis/Inputs/ctu-chain.cpp
create mode 100644 test/Analysis/Inputs/ctu-other.cpp
create mode 100644 test/Analysis/Inputs/externalFnMap.txt
create mode 100644 test/Analysis/ctu-main.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 release_60
in repository clang.
from 0841a9dda0 A few release notes updates for C++ support in Clang 6.0.
new 75a36832b1 Fix a typo in the section about C++2a features; it follows C [...]
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/ReleaseNotes.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 master
in repository llvm.
from a03f4fad0d7 [GlobalIsel][X86] Support G_INTTOPTR instruction.
new a11745b7711 [mips] Begin reworking instruction predicates for ISAs/enco [...]
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/Mips/MicroMips32r6InstrFormats.td | 3 +-
lib/Target/Mips/MipsInstrInfo.td | 96 ++++++++++++++++++++++------
lib/Target/Mips/MipsScheduleP5600.td | 3 +-
3 files changed, 80 insertions(+), 22 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 a3758c23b3b PR c++/83871 PR c++/83503 * g++.dg/ext/attr-warning.C: R [...]
new 3d78c7aed69 [PR c++/84602] ICE with anon-struct
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/cp/ChangeLog | 8 ++++++++
gcc/cp/name-lookup.c | 28 +++++++++-------------------
gcc/cp/name-lookup.h | 2 +-
gcc/testsuite/ChangeLog | 8 +++++++-
gcc/testsuite/g++.dg/lookup/pr84602.C | 32 ++++++++++++++++++++++++++++++++
5 files changed, 57 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lookup/pr84602.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-tools-extra.
from 901f1536 [clang-tidy] Add a test for readability-implicit-bool-convers [...]
new 3562e8fe [clang-tidy] Fix 'add_new_check.py --udpate-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:
clang-tidy/add_new_check.py | 7 +++++++
1 file 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 llvm.
from 5de243758f7 [MergeICmp] Fix a bug in MergeICmp that can lead to a block [...]
new ed2b4e5df90 Fix typo. NFC
new a03f4fad0d7 [GlobalIsel][X86] Support G_INTTOPTR instruction.
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:
lib/Target/X86/X86InstructionSelector.cpp | 2 ++
lib/Target/X86/X86LegalizerInfo.cpp | 5 ++-
lib/Transforms/Scalar/MergeICmps.cpp | 2 +-
.../GlobalISel/{fpext-scalar.ll => inttoptr.ll} | 10 +++---
.../X86/GlobalISel/x86-legalize-inttoptr.mir | 39 ++++++++++++++++++++++
.../CodeGen/X86/GlobalISel/x86-select-inttoptr.mir | 39 ++++++++++++++++++++++
.../X86/GlobalISel/x86_64-legalize-inttoptr.mir | 35 +++++++++++++++++++
.../X86/GlobalISel/x86_64-select-inttoptr.mir | 36 ++++++++++++++++++++
8 files changed, 161 insertions(+), 7 deletions(-)
copy test/CodeGen/X86/GlobalISel/{fpext-scalar.ll => inttoptr.ll} (63%)
create mode 100644 test/CodeGen/X86/GlobalISel/x86-legalize-inttoptr.mir
create mode 100644 test/CodeGen/X86/GlobalISel/x86-select-inttoptr.mir
create mode 100644 test/CodeGen/X86/GlobalISel/x86_64-legalize-inttoptr.mir
create mode 100644 test/CodeGen/X86/GlobalISel/x86_64-select-inttoptr.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 33f95e74032 [IR] - Make User construction exception safe
new 5de243758f7 [MergeICmp] Fix a bug in MergeICmp that can lead to a block [...]
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/MergeICmps.cpp | 13 +++++++++++
...{volatile.ll => last-block-produce-no-value.ll} | 27 ++++++++++++++--------
2 files changed, 31 insertions(+), 9 deletions(-)
copy test/Transforms/MergeICmps/X86/{volatile.ll => last-block-produce-no-value.ll} (69%)
--
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 889be5dbd2 Remove any trailing directory separator from ld_canon_sysroo [...]
new 116acb2c26 PR22887, null pointer dereference in aout_32_swap_std_reloc_out
new 12c963421d Catch integer overflows/underflows when parsing corrupt DWAR [...]
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:
bfd/ChangeLog | 13 +++++++++++++
bfd/aoutx.h | 6 ++++--
bfd/dwarf2.c | 36 +++++++++++++++++++++---------------
3 files changed, 38 insertions(+), 17 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 eef104664e Fix potential integer overflow when reading corrupt dwarf1 d [...]
new 889be5dbd2 Remove any trailing directory separator from ld_canon_sysroo [...]
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:
ld/ChangeLog | 5 +++++
ld/ldmain.c | 9 ++++++++-
2 files changed, 13 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.