This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 7c6f25cea1 Expect mixed path separators in FileManagerTest when resolvi [...]
new 14f7dacb88 We're in a constant context in the ConstantEmitter.
new dec3817d05 Revert "Reverting r347949-r347951 because they broke the tes [...]
new d1b208c30b [analyzer] Evaluate all non-checker config options before analysis
new 611da23266 Revert r348029. I was git-ing and jumped the gun.
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:
.../clang/StaticAnalyzer/Core/AnalyzerOptions.def | 425 ++++++++-------------
.../clang/StaticAnalyzer/Core/AnalyzerOptions.h | 82 ++--
.../StaticAnalyzer/Core/RetainSummaryManager.h | 2 +
lib/Frontend/CompilerInvocation.cpp | 63 +++
lib/StaticAnalyzer/Checkers/DebugCheckers.cpp | 4 +-
lib/StaticAnalyzer/Checkers/MallocChecker.cpp | 2 +-
lib/StaticAnalyzer/Core/AnalysisManager.cpp | 21 +-
lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 100 +----
lib/StaticAnalyzer/Core/BugReporter.cpp | 10 +-
lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 15 +-
lib/StaticAnalyzer/Core/CallEvent.cpp | 5 +-
lib/StaticAnalyzer/Core/ExprEngine.cpp | 20 +-
lib/StaticAnalyzer/Core/ExprEngineCXX.cpp | 8 +-
.../Core/ExprEngineCallAndReturn.cpp | 33 +-
lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp | 2 +-
lib/StaticAnalyzer/Core/PlistDiagnostics.cpp | 4 +-
lib/StaticAnalyzer/Core/RegionStore.cpp | 2 +-
lib/StaticAnalyzer/Core/RetainSummaryManager.cpp | 28 +-
lib/StaticAnalyzer/Core/SValBuilder.cpp | 2 +-
lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp | 2 +-
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp | 4 +-
lib/StaticAnalyzer/Frontend/ModelInjector.cpp | 2 +-
test/Analysis/analyzer-config.c | 35 +-
test/Analysis/analyzer-config.cpp | 36 +-
test/Analysis/osobject-retain-release.cpp | 34 ++
25 files changed, 434 insertions(+), 507 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 6dc6c0a7ec0 2018-11-30 Vladimir Makarov <vmakarov(a)redhat.com>
new d084eb0a61d Add libgomp.oacc-fortran/lib-16-2.f90
new ba688147af7 Support multiple OpenACC wait clauses
new 3e3de40a5ab Clean up Fortran OpenACC wait clause handling
new 1d89613e77d [PR87924] Add (XFAILed) test cases for OpenACC wait clauses [...]
new 52b928e7cd1 [C++] Use existing local variable in cp_parser_oacc_enter_e [...]
new 2110057d427 [PR88288, OpenACC, libgomp] Adjust offsets for present data [...]
The 6 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 | 5 +++
gcc/cp/parser.c | 2 +-
gcc/fortran/ChangeLog | 8 +++++
gcc/fortran/gfortran.h | 2 +-
gcc/fortran/openmp.c | 8 ++---
gcc/testsuite/ChangeLog | 9 +++++
gcc/testsuite/c-c++-common/goacc/asyncwait-5.c | 35 ++++++++++++++++++
gcc/testsuite/gfortran.dg/goacc/asyncwait-5.f | 33 +++++++++++++++++
libgomp/ChangeLog | 10 ++++++
libgomp/oacc-parallel.c | 3 +-
.../testsuite/libgomp.oacc-c-c++-common/pr88288.c | 41 ++++++++++++++++++++++
.../{lib-16.f90 => lib-16-2.f90} | 3 +-
libgomp/testsuite/libgomp.oacc-fortran/lib-16.f90 | 1 +
13 files changed, 150 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/goacc/asyncwait-5.c
create mode 100644 gcc/testsuite/gfortran.dg/goacc/asyncwait-5.f
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/pr88288.c
copy libgomp/testsuite/libgomp.oacc-fortran/{lib-16.f90 => lib-16-2.f90} (94%)
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-lts-defconfig
in repository toolchain/gcc.
from 06403f63899 [PR c++/87531] operator= lookup in templates
adds 6cc908e72a7 gcc/ Backport from mainline 2018-11-29 Peter Bergner <b [...]
adds 9dfeb75e41a Daily bump.
adds fef17d16eff Initialize backtrace state once
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 9 +++++++++
gcc/DATESTAMP | 2 +-
gcc/config/rs6000/rs6000.c | 22 ++++++++++++++--------
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/powerpc/pr87496.c | 10 ++++++++++
libgfortran/ChangeLog | 7 +++++++
libgfortran/runtime/backtrace.c | 12 ++++++++----
7 files changed, 57 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr87496.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allyesconfig
in repository toolchain/gcc.
from 06403f63899 [PR c++/87531] operator= lookup in templates
adds 6cc908e72a7 gcc/ Backport from mainline 2018-11-29 Peter Bergner <b [...]
adds 9dfeb75e41a Daily bump.
adds fef17d16eff Initialize backtrace state once
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 9 +++++++++
gcc/DATESTAMP | 2 +-
gcc/config/rs6000/rs6000.c | 22 ++++++++++++++--------
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/powerpc/pr87496.c | 10 ++++++++++
libgfortran/ChangeLog | 7 +++++++
libgfortran/runtime/backtrace.c | 12 ++++++++----
7 files changed, 57 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr87496.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 gcc.
from 4076e1cf222 gcc/testsuite/ PR target/87496 * gcc.target/powerpc/pr863 [...]
new 6dc6c0a7ec0 2018-11-30 Vladimir Makarov <vmakarov(a)redhat.com>
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/lra-constraints.c | 10 ++++++++--
2 files changed, 14 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.