This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 806dec77cbe [LICM] Compute a must execute property for the prefix of th [...]
new 380bd7f59c1 AMDGPU/NFC: Update D16PreservesUnusedBits description based [...]
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/AMDGPU/AMDGPU.td | 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 clang.
from f5e89b280d [analyzer] pr36458: Fix retrieved value cast for symbolic vo [...]
new 8332ee6901 [analyzer] Invalidate union regions properly. Don't hesitate [...]
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/RegionStore.cpp | 7 +------
test/Analysis/unions.cpp | 20 ++++++++++++++++++--
2 files changed, 19 insertions(+), 8 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 4f25981ffc [analyzer] pr18953: Split C++ zero-initialization from defau [...]
new f5e89b280d [analyzer] pr36458: Fix retrieved value cast for symbolic vo [...]
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/Store.cpp | 14 ++++++++++++++
test/Analysis/casts.c | 22 ++++++++++++++++++++++
2 files changed, 36 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 binutils-gdb.
from a3b60e4588 aarch64: PR 19806: watchpoints: false negatives + PR 20207 c [...]
new e2fc72e2c5 Allocate cmd_list_element with new
new 12973681f5 Use counted_command_line everywhere
new 1263a9d5f1 Make print_command_trace varargs
new 295dc222a7 Constify prompt argument to read_command_lines
new 7a2c85f259 Allow defining a user command inside a user command
new 60b3cef2e4 Use function_view in cli-script.c
new a913fffbde Allow breakpoint commands to be set from Python
new 56bcdbea2b Let gdb.execute handle multi-line commands
The 8 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:
gdb/ChangeLog | 122 +++++++++
gdb/NEWS | 5 +
gdb/breakpoint.c | 54 ++--
gdb/breakpoint.h | 10 +-
gdb/cli/cli-decode.c | 35 +--
gdb/cli/cli-decode.h | 75 ++++--
gdb/cli/cli-script.c | 406 +++++++++++++----------------
gdb/cli/cli-script.h | 84 ++++--
gdb/compile/compile.c | 6 +-
gdb/doc/ChangeLog | 6 +
gdb/doc/python.texi | 2 +-
gdb/gdbcmd.h | 2 -
gdb/guile/guile.c | 8 +-
gdb/mi/mi-cmd-break.c | 42 ++-
gdb/python/py-breakpoint.c | 45 +++-
gdb/python/python.c | 27 +-
gdb/remote.c | 2 +-
gdb/testsuite/ChangeLog | 17 ++
gdb/testsuite/gdb.base/commands.exp | 4 +-
gdb/testsuite/gdb.base/define.exp | 8 +
gdb/testsuite/gdb.python/py-breakpoint.exp | 10 +-
gdb/testsuite/gdb.python/python.exp | 3 +
gdb/top.c | 2 +-
gdb/tracepoint.c | 64 +++--
24 files changed, 616 insertions(+), 423 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 67c0a7774a [X86] Fix some inconsistent formatting in the first line of [...]
new c6658ec5ce [X86] Correct the attributes on the incssp and rdssp builtin [...]
new 4f25981ffc [analyzer] pr18953: Split C++ zero-initialization from defau [...]
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/BuiltinsX86.def | 4 +-
include/clang/Basic/BuiltinsX86_64.def | 4 +-
.../Core/PathSensitive/ProgramState.h | 13 ++-
.../StaticAnalyzer/Core/PathSensitive/Store.h | 10 +-
lib/StaticAnalyzer/Checkers/MallocChecker.cpp | 2 +-
lib/StaticAnalyzer/Core/ExprEngine.cpp | 4 +-
lib/StaticAnalyzer/Core/ExprEngineCXX.cpp | 5 +-
lib/StaticAnalyzer/Core/ProgramState.cpp | 25 +++--
lib/StaticAnalyzer/Core/RegionStore.cpp | 40 ++++---
lib/StaticAnalyzer/Core/Store.cpp | 4 -
test/Analysis/ctor.mm | 121 ++++++++++++++++++++-
11 files changed, 187 insertions(+), 45 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 8ae2126a3f [analyzer] Treat more const variables and fields as known contants.
new 58c2ed20a2 [analyzer] pr37209: Fix casts of glvalues to references.
new 67c0a7774a [X86] Fix some inconsistent formatting in the first line of [...]
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/Headers/avx512pfintrin.h | 2 +-
lib/Headers/avx512vlbitalgintrin.h | 2 +-
lib/Headers/avx512vlcdintrin.h | 2 +-
lib/Headers/avx512vpopcntdqintrin.h | 3 +--
lib/Headers/avx512vpopcntdqvlintrin.h | 3 +--
lib/Headers/cetintrin.h | 2 +-
lib/Headers/clflushoptintrin.h | 2 +-
lib/Headers/pkuintrin.h | 2 +-
lib/Headers/xsavecintrin.h | 2 +-
lib/Headers/xsaveintrin.h | 2 +-
lib/Headers/xsaveoptintrin.h | 2 +-
lib/Headers/xsavesintrin.h | 2 +-
lib/Headers/xtestintrin.h | 2 +-
lib/StaticAnalyzer/Core/ExprEngineC.cpp | 7 +++++++
test/Analysis/casts.cpp | 14 ++++++++++++++
15 files changed, 34 insertions(+), 15 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 847f729f1cf AMDGPU/NFC: Fix formatting for 900, 902 ISA Version features
new 806dec77cbe [LICM] Compute a must execute property for the prefix of th [...]
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/LICM.cpp | 17 ++++++++++++++---
test/Transforms/LICM/preheader-safe.ll | 20 ++++++++++++++++++++
2 files changed, 34 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 2e9c64acdd Allow modifying the PrintingPolicy for fully qualified names.
new 8ae2126a3f [analyzer] Treat more const variables and fields as known contants.
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/RegionStore.cpp | 46 ++++++++++++-
lib/StaticAnalyzer/Core/SValBuilder.cpp | 9 ++-
test/Analysis/globals.cpp | 111 ++++++++++++++++++++++++++++++++
3 files changed, 163 insertions(+), 3 deletions(-)
create mode 100644 test/Analysis/globals.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 lld.
from cd60a0adc Object: The default alignment of a section without alignment [...]
new 1392efe91 [ELF][MIPS] Add STO_MIPS_MICROMIPS flag to symbols point to m [...]
new 7f8adc408 [ELF][MIPS] Reorganize isMipsPIC routine. NFC
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:
ELF/Arch/Mips.cpp | 17 ++++++++++-------
ELF/SyntheticSections.cpp | 7 +++++--
test/ELF/mips-micro-plt.s | 6 ++++--
3 files changed, 19 insertions(+), 11 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 gcc-8-branch
in repository gcc.
from b3a001f0f30 cmd/go: on AIX, pass -X64 first when invoking ar
new 1781033e9a7 PR c++/85305 - pack in lambda init-capture.
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 | 7 +++++++
gcc/cp/parser.c | 8 ++++----
gcc/testsuite/g++.dg/cpp1z/fold-lambda2.C | 8 ++++++++
3 files changed, 19 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/fold-lambda2.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.