This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 1143a41d6e [VFS] Cache the current working directory for the real FS.
new 94bebbfde4 Fix -Wdocumentation warning. NFCI.
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/Sema/SemaType.cpp | 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-tools-extra.
from 68bf5fb1 [clangd] Implement findReferences function
new f78449be [clangd] Avoid enum class+enumValN to avoid GCC bug(?), and u [...]
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:
clangd/global-symbol-builder/GlobalSymbolBuilderMain.cpp | 2 +-
clangd/tool/ClangdMain.cpp | 13 ++-----------
2 files changed, 3 insertions(+), 12 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 2b69821e70 Document the GDB 8.2 release in gdb/ChangeLog
new e4a62c65fa [gdb/exp] Handle DW_OP_GNU_variable_value refs to abstract dies
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:
gdb/ChangeLog | 16 ++++++++++++++
gdb/dwarf2loc.c | 10 +++++----
gdb/dwarf2loc.h | 2 +-
gdb/dwarf2read.c | 43 +++++++++++++++++++++++++++++++++++--
gdb/dwarf2read.h | 8 +++++++
gdb/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.dwarf2/varval.exp | 22 ++++++++++++++++++-
7 files changed, 97 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 gcc.
from 48e2db9c913 * io/async.h: Use __gthread_mutex_t, not pthread_mutex_t.
new 68697710fdd 2018-09-05 Richard Biener <rguenther(a)suse.de>
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 | 7 +++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr87217.f | 32 ++++++++++++++++++++++++++++++++
gcc/tree-ssa-sccvn.c | 23 +++++++++++++++++++++--
4 files changed, 65 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr87217.f
--
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 7df1731734a 2018-09-05 Richard Biener <rguenther(a)suse.de>
new 82aa0441a90 [PR c++/87137] GCC-8 Fix
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/stor-layout.c | 21 +++++++++++++-------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/abi/pr87137.C | 40 ++++++++++++++++++++++++++++++++++++++
4 files changed, 65 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/abi/pr87137.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 b6a12633 [clangd] Fix typo. NFC
new 68bf5fb1 [clangd] Implement findReferences function
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:
clangd/XRefs.cpp | 201 ++++++++++++++++++++++++----------------
clangd/XRefs.h | 4 +
unittests/clangd/TestTU.cpp | 6 +-
unittests/clangd/XRefsTests.cpp | 137 +++++++++++++++++++++++++++
4 files changed, 268 insertions(+), 80 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 bc78ad77236 PR c++/87137] GCC-8 Fix
new 48e2db9c913 * io/async.h: Use __gthread_mutex_t, not pthread_mutex_t.
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:
libgfortran/ChangeLog | 4 ++++
libgfortran/io/async.h | 4 ++--
2 files changed, 6 insertions(+), 2 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 7336954a4d9 Remove FrameAccess struct from hasLoadFromStackSlot
new c191ccbe182 [NFC] Add test on full IV widening
new 846d4ba8936 [DebugInfo] Normalize common kinds of DWARF sub-expressions.
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/CodeGen/AsmPrinter/DwarfExpression.cpp | 26 +++++++++----
lib/CodeGen/AsmPrinter/DwarfExpression.h | 3 ++
test/DebugInfo/AMDGPU/variable-locations.ll | 6 +--
test/DebugInfo/ARM/PR26163.ll | 4 +-
test/DebugInfo/ARM/split-complex.ll | 2 +-
.../Generic/incorrect-variable-debugloc1.ll | 11 +++---
test/DebugInfo/X86/PR26148.ll | 4 +-
test/DebugInfo/X86/constant-loclist.ll | 2 +-
test/DebugInfo/X86/dw_op_minus_direct.ll | 2 +-
test/DebugInfo/X86/partial-constant.ll | 2 +-
test/DebugInfo/X86/pieces-4.ll | 2 +-
test/DebugInfo/X86/split-global.ll | 4 +-
test/DebugInfo/X86/stack-value-dwarf4.ll | 34 ++++++++---------
test/DebugInfo/X86/stack-value-piece.ll | 8 ++--
test/Transforms/IndVarSimplify/full_widening.ll | 44 ++++++++++++++++++++++
15 files changed, 105 insertions(+), 49 deletions(-)
create mode 100644 test/Transforms/IndVarSimplify/full_widening.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.