This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from f549cfdc5e [analyzer] Implement path notes for temporary destructors.
new 015d21eba5 [analyzer] Suppress temporary destructors for temporary arrays.
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/StaticAnalyzer/Core/ExprEngine.cpp | 19 ++++++++++++++++---
test/Analysis/temporaries.cpp | 16 ++++++++++++++++
2 files changed, 32 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 clang.
from f337a76051 [analyzer] Compute the correct this-region for temporary des [...]
new f549cfdc5e [analyzer] Implement path notes for temporary destructors.
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/StaticAnalyzer/Core/PathDiagnostic.cpp | 10 +++-
test/Analysis/inlining/temp-dtors-path-notes.cpp | 64 ++++++++++++++++++++++++
2 files changed, 72 insertions(+), 2 deletions(-)
create mode 100644 test/Analysis/inlining/temp-dtors-path-notes.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 master
in repository clang.
from 54cd87a7b2 [analyzer] NFC: Eliminate ParentMap lookup in mayInlineCallKind().
new 05e0241bc8 Clean up AMDGCN tests
new f337a76051 [analyzer] Compute the correct this-region for temporary des [...]
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:
.../clang/StaticAnalyzer/Core/AnalyzerOptions.h | 14 ++
.../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 18 ++-
lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 5 +
lib/StaticAnalyzer/Core/CallEvent.cpp | 3 +-
lib/StaticAnalyzer/Core/ExprEngine.cpp | 178 +++++++++++++--------
lib/StaticAnalyzer/Core/ExprEngineCXX.cpp | 42 +++--
.../Core/ExprEngineCallAndReturn.cpp | 7 +-
test/Analysis/analyzer-config.cpp | 4 +-
test/Analysis/temp-obj-dtors-option.cpp | 22 +++
test/Analysis/temporaries.cpp | 113 +++++++++++++
test/CodeGen/address-space.c | 12 +-
.../cxx0x-initializer-stdinitializerlist.cpp | 46 +++---
test/CodeGenCXX/vla.cpp | 30 ++--
test/CodeGenOpenCL/addr-space-struct-arg.cl | 66 ++++----
.../address-space-constant-initializers.cl | 6 +-
test/CodeGenOpenCL/address-spaces.cl | 26 +--
test/CodeGenOpenCL/blocks.cl | 54 +++----
test/CodeGenOpenCL/lifetime.cl | 4 +-
test/CodeGenOpenCL/vla.cl | 10 +-
test/Index/pipe-size.cl | 6 +-
20 files changed, 443 insertions(+), 223 deletions(-)
create mode 100644 test/Analysis/temp-obj-dtors-option.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 master
in repository llvm.
from 24b087fbba6 [X86] Add test cases for opportunities for using BT instead [...]
new 09cae80a9d6 [Utils] salvageDI: Add a comment and move a call earlier, NFC
new 430cc952f4f [SCCP] Test that constant propagation updates debug info, NFC
new b093e4e6512 [ARM] Fix redirect in inline assembly test
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:
lib/Transforms/Utils/Local.cpp | 4 +++-
test/CodeGen/ARM/inlineasm-error-t-toofewregs.ll | 2 +-
test/Transforms/SCCP/loadtest.ll | 22 +++++++++++++++++-----
3 files changed, 21 insertions(+), 7 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 cc12669dc8a Silence warning about unused private variable.
new 24b087fbba6 [X86] Add test cases for opportunities for using BT instead [...]
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:
test/CodeGen/X86/test-vs-bittest.ll | 372 ++++++++++++++++++++++++++++++++++++
1 file changed, 372 insertions(+)
create mode 100644 test/CodeGen/X86/test-vs-bittest.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 47cdbb302c [Test] Remove mangled name from test.
new 54cd87a7b2 [analyzer] NFC: Eliminate ParentMap lookup in mayInlineCallKind().
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/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 6 ++++++
lib/StaticAnalyzer/Core/ExprEngineCXX.cpp | 5 +----
lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp | 7 ++-----
3 files changed, 9 insertions(+), 9 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 compiler-rt.
from f9f8aaa68 Try to unbreak Darwin after XRay/FreeBSD commit
new 07b262bc1 [TSan] Fix static TLS boundaries calculations in __tls_get_ad [...]
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/tsan/rtl/tsan_interceptors.cc | 3 ++-
1 file changed, 2 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 binutils-gdb.
from 49ded53def Fix AArch32 build attributes for Armv8.4-A.
new 2a0d985349 RISC-V: Give error for ignored pcrel_lo addend.
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/ChangeLog | 7 +++++++
bfd/elfnn-riscv.c | 24 ++++++++++++++++++------
ld/ChangeLog | 6 ++++++
ld/testsuite/ld-riscv-elf/ld-riscv-elf.exp | 1 +
ld/testsuite/ld-riscv-elf/pcrel-lo-addend.d | 5 +++++
ld/testsuite/ld-riscv-elf/pcrel-lo-addend.s | 17 +++++++++++++++++
6 files changed, 54 insertions(+), 6 deletions(-)
create mode 100644 ld/testsuite/ld-riscv-elf/pcrel-lo-addend.d
create mode 100644 ld/testsuite/ld-riscv-elf/pcrel-lo-addend.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 llvm.
from 8b2a3e8b203 Call FlushFileBuffers on output files.
new cc12669dc8a Silence warning about unused private variable.
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/Support/Unix/Path.inc | 4 +++-
1 file 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 master
in repository gcc.
from 6bac1b105b3 * c-cppbuiltin.c (c_cpp_builtins): Update __cpp_deduction_guides.
new 5b12d982e9c 2018-02-15 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 1b05e949e5b 2018-02-15 Thomas Koenig <tkoenig(a)gcc.gnu.org>
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/stop_shouldfail.f90 | 5 +++++
2 files changed, 10 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/stop_shouldfail.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.