This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from de95e09 [analyzer] Extend taint propagation and checking to support L [...]
new 8b3b938 Driver/ToolChains: Remove extra semicolons. NFC
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/Driver/ToolChains/Haiku.cpp | 2 +-
lib/Driver/ToolChains/TCE.cpp | 2 +-
lib/Driver/ToolChains/XCore.cpp | 2 +-
3 files 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 master
in repository libcxx.
from f1dab68 Fix PR32183 - Wrap GCC exception implementation in missing na [...]
new 15da97c [libc++] Avoid double defining macro on Windows
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/__config | 6 ++++++
1 file changed, 6 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 2cee5cc [DebugInfo] Emit address space with DW_AT_address_class attri [...]
new 4393560 Don't merge global constants with non-dbg metadata.
new 1970df1 AMDGPU/SI: Disable unrolling in the loop vectorizer if the lo [...]
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/AMDGPU/AMDGPUTargetTransformInfo.cpp | 4 +++
lib/Transforms/IPO/ConstantMerge.cpp | 26 +++++++++++++++
test/Transforms/ConstantMerge/dont-merge.ll | 38 ++++++++++++++++++++++
test/Transforms/ConstantMerge/merge-dbg.ll | 32 ++++++++++++++++++
.../LoopVectorize}/AMDGPU/lit.local.cfg | 0
.../AMDGPU/unroll-in-loop-vectorizer.ll | 28 ++++++++++++++++
6 files changed, 128 insertions(+)
create mode 100644 test/Transforms/ConstantMerge/merge-dbg.ll
copy test/{Analysis/CostModel => Transforms/LoopVectorize}/AMDGPU/lit.local.cfg (100%)
create mode 100644 test/Transforms/LoopVectorize/AMDGPU/unroll-in-loop-vectorizer.ll
--
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 2aad00a Defensively ensure that GetExternalDeclStmt protects itself f [...]
new 49bcc8d [analyzer] Teach the MallocChecker about about Glib API
new ab6b808 [analyzer] Add bug visitor for taint checker.
new 5a343ec [analyzer] Improve usability of ExprInspectionChecker
new de95e09 [analyzer] Extend taint propagation and checking to support L [...]
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:
docs/analyzer/DebugChecks.rst | 8 +-
.../StaticAnalyzer/Core/PathSensitive/Store.h | 24 ++++++
.../Checkers/ExprInspectionChecker.cpp | 4 +-
.../Checkers/GenericTaintChecker.cpp | 85 +++++++++++++++++++++-
lib/StaticAnalyzer/Checkers/MallocChecker.cpp | 47 ++++++++++--
lib/StaticAnalyzer/Core/RegionStore.cpp | 5 ++
test/Analysis/explain-svals.c | 25 +++++++
test/Analysis/gmalloc.c | 59 +++++++++++++++
test/Analysis/taint-diagnostic-visitor.c | 13 ++++
test/Analysis/taint-generic.c | 37 ++++++++++
10 files changed, 295 insertions(+), 12 deletions(-)
create mode 100644 test/Analysis/explain-svals.c
create mode 100644 test/Analysis/gmalloc.c
create mode 100644 test/Analysis/taint-diagnostic-visitor.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 8e2255a PR target/79928 - nds32: misspelled diagnostic: not support -fpic
new 80f183f Daily bump.
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/DATESTAMP | 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-6-branch
in repository gcc.
from eb9d552 PR ada/79903 * socket.c (__gnat_gethostbyaddr): Add missing [...]
new a46c8b9 Daily bump.
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/DATESTAMP | 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 2b97a9c Daily bump.
new 62e2b63 Daily bump.
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/DATESTAMP | 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 clang.
from a866519 Take into account C++17's noexcept function types during merg [...]
new ade7b0f [DebugInfo] Add address space when creating DIDerivedTypes
new 2aad00a Defensively ensure that GetExternalDeclStmt protects itself f [...]
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:
include/clang/Basic/TargetInfo.h | 15 +++
lib/Basic/Targets.cpp | 26 +++++
lib/CodeGen/CGDebugInfo.cpp | 23 +++-
lib/Serialization/ASTReader.cpp | 3 +
.../amdgpu-debug-info-pointer-address-space.cl | 125 +++++++++++++++++++++
5 files changed, 186 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGenOpenCL/amdgpu-debug-info-pointer-address-space.cl
--
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 1de0520 Avoid unstable test message in gdb.base/step-over-exit.exp
new c7341d5 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.