This is an automated email from the git hooks/post-receive script.
git pushed a change to branch master
in repository lldb.
from eba70f893 Remove byte counting from SourceManager [NFC]
new a87f4cb64 [DWARFExpression] Read literars as unsigned values.
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:
.../c/local_variables}/Makefile | 3 +-
.../local_variables/TestLocalVariables.py} | 45 ++++++++--------------
.../lldbsuite/test/lang/c/local_variables/main.c | 19 +++++++++
source/Expression/DWARFExpression.cpp | 2 +-
4 files changed, 37 insertions(+), 32 deletions(-)
copy packages/Python/lldbsuite/test/{functionalities/breakpoint/breakpoint_in_dela [...]
copy packages/Python/lldbsuite/test/lang/{cpp/signed_types/TestSignedTypes.py => c [...]
create mode 100644 packages/Python/lldbsuite/test/lang/c/local_variables/main.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.
git pushed a change to branch master
in repository clang.
from 1a7f6a9239 [AArch64] Enable return address signing for static ctors
new a79c7739c3 Print correctly dependency paths on Windows
new c21fea9179 [OPENMP] Fix PR38903: Crash on instantiation of the non-depe [...]
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/AST/DeclOpenMP.h | 34 ++++++++++++-
lib/CodeGen/CGOpenMPRuntime.cpp | 31 +++++-------
lib/CodeGen/CGOpenMPRuntime.h | 6 +--
lib/Frontend/DependencyFile.cpp | 22 +++++----
lib/Parse/ParseOpenMP.cpp | 10 +++-
lib/Sema/SemaOpenMP.cpp | 10 ++++
lib/Sema/SemaTemplateInstantiateDecl.cpp | 79 ++++++++++++++++++------------
lib/Serialization/ASTReaderDecl.cpp | 15 ++++--
lib/Serialization/ASTWriterDecl.cpp | 4 ++
test/Frontend/dependency-gen-escaping.c | 2 +-
test/Frontend/dependency-gen.c | 10 ++--
test/Modules/relative-dep-gen.cpp | 6 +--
test/OpenMP/declare_reduction_messages.cpp | 22 +++++++--
13 files changed, 166 insertions(+), 85 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.
git pushed a change to branch master
in repository clang-tools-extra.
from a0217bd6 [clangd] Don't create child AND and OR iterators with one pos [...]
new 1711cfc1 [docs] Provide pointers to known editor plugins and extensions
new f0874bf3 [clangd] Simplify cancellation public API
new 8a3c2659 [clangd] Clarify and hide -index flag.
new 50fa8ff7 [clangd] Allow all LSP methods to signal cancellation via $/c [...]
new ae0e8f6c [clangd] Use JSON format in benchmark requests reader
new 442943b1 [clangd] Cleanup FuzzyFindRequest filtering limit semantics
new 7e66a67d [clangd] Fix Dexp build
The 7 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/Cancellation.cpp | 22 ++---
clangd/Cancellation.h | 152 ++++++++++++---------------------
clangd/ClangdLSPServer.cpp | 77 +++--------------
clangd/ClangdLSPServer.h | 23 ++---
clangd/ClangdServer.cpp | 10 +--
clangd/ClangdServer.h | 26 ++++--
clangd/CodeComplete.cpp | 2 +-
clangd/FindSymbols.cpp | 5 +-
clangd/JSONRPCDispatcher.cpp | 50 ++++++++++-
clangd/JSONRPCDispatcher.h | 23 ++++-
clangd/Protocol.cpp | 33 -------
clangd/Protocol.h | 14 ---
clangd/ProtocolHandlers.cpp | 1 -
clangd/ProtocolHandlers.h | 1 -
clangd/benchmarks/IndexBenchmark.cpp | 67 +++++++--------
clangd/index/Index.cpp | 10 +--
clangd/index/Index.h | 10 +--
clangd/index/MemIndex.cpp | 3 +-
clangd/index/dex/Dex.cpp | 9 +-
clangd/index/dex/dexp/Dexp.cpp | 2 +-
clangd/tool/ClangdMain.cpp | 9 +-
docs/clangd.rst | 35 ++++++++
test/clangd/Inputs/requests.json | 7 ++
test/clangd/Inputs/requests.log | 5 --
test/clangd/index-tools.test | 4 +-
unittests/clangd/CancellationTests.cpp | 41 ++++-----
unittests/clangd/DexTests.cpp | 12 +--
unittests/clangd/IndexTests.cpp | 7 +-
28 files changed, 298 insertions(+), 362 deletions(-)
create mode 100644 test/clangd/Inputs/requests.json
delete mode 100644 test/clangd/Inputs/requests.log
--
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.
git pushed a change to branch master
in repository lld.
from 60e057629 [PDB] Emit old fpo data to the PDB file.
new 40f96ca62 Fix typo in error message. NFC.
new 71c4e1de4 Add missing REQUIRES x86 to test/COFF/icf-safe.s
new 72803c47f [ELF] Guard --fix-cortex-a53-843419 against --just-syms
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:
ELF/AArch64ErrataFix.cpp | 2 +-
test/COFF/icf-safe.s | 1 +
test/ELF/aarch64-cortex-a53-843419-abs-mapsyms.s | 22 ++++++++++++++++++++++
tools/lld/lld.cpp | 2 +-
4 files changed, 25 insertions(+), 2 deletions(-)
create mode 100644 test/ELF/aarch64-cortex-a53-843419-abs-mapsyms.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.
git pushed a change to branch master
in repository newlib.
from d83404e41 Cygwin: console: make sure EnumFontFamiliesExW loop isn't infinite
new a6837ca34 Committed, CRIS port: fix fallout from time_t defaulting to 6 [...]
new e3ddbeb84 Committed, CRIS port: fix fallout from time_t defaulting to 6 [...]
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:
libgloss/cris/gensyscalls | 14 +++++++++++---
libgloss/cris/linunistd.h | 12 ++++++++++--
newlib/configure.host | 6 ++++++
3 files changed, 27 insertions(+), 5 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.
git pushed a change to branch master
in repository binutils-gdb.
from 57f6375ec1 x86: drop bogus IgnoreSize from a few further insns
new 79f0fa25b9 x86: Swap destination/source to encode VEX only if possible
new 41d1ab6a6d i386: Update VexW field for VEX instructions
new 5be12fc1ad x86: Remove VexW=1 from WIG VEX movq and vmovq
new 508d0c9b59 Fix a use-after-freed error introduced by previous attempt t [...]
new 1256af7d1a python: Provide textual representation for Inferior and Objfile
new 319dbdfbb7 Add a testcase for PR binutils/23633
new 80ca5f98b8 Add "contrib" to the list of GDB support dirs (on src-release.sh)
The 7 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:
ChangeLog | 4 +
binutils/ChangeLog | 14 +
binutils/objcopy.c | 3 +-
binutils/testsuite/binutils-all/objcopy.exp | 2 +
binutils/testsuite/binutils-all/pr23633.d | 8 +
binutils/testsuite/binutils-all/pr23633.list | 2417 ++++++++++++++++++++
.../testsuite/binutils-all/pr23633.s | 2 +-
gas/ChangeLog | 5 +
gas/config/tc-i386.c | 7 +-
gdb/ChangeLog | 7 +
gdb/doc/ChangeLog | 5 +
gdb/doc/python.texi | 4 +
gdb/python/py-inferior.c | 17 +-
gdb/python/py-objfile.c | 17 +-
gdb/testsuite/ChangeLog | 6 +
gdb/testsuite/gdb.python/py-inferior.exp | 17 +-
gdb/testsuite/gdb.python/py-objfile.exp | 9 +
gdb/testsuite/gdb.python/py-symtab.exp | 3 +-
opcodes/ChangeLog | 8 +
opcodes/i386-opc.tbl | 44 +-
opcodes/i386-tbl.h | 44 +-
src-release.sh | 2 +-
22 files changed, 2591 insertions(+), 54 deletions(-)
create mode 100644 binutils/testsuite/binutils-all/pr23633.d
create mode 100644 binutils/testsuite/binutils-all/pr23633.list
copy ld/testsuite/ld-checks/over2.s => binutils/testsuite/binutils-all/pr23633.s (60%)
--
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.
git pushed a change to branch master
in repository gcc.
from ccefe1201b9 [debug] DWARF: add DW_AT_count to zero-length arrays
new 72b40bde4fc 2018-09-13 Richard Biener <rguenther(a)suse.de>
new 23ea55583b2 Schedule by INSN_COST in case of tie
new a9267d6ad6b Limit workaround for Clang bug to __clang_major__ <= 7
new 2ac8e016167 2018-09-13 Richard Biener <rguenther(a)suse.de>
new 089d1a5f493 2018-09-13 Sam Tebbs <sam.tebbs(a)arm.com>
new 15359c96388 Add self to maintainers list.
new 016080e3e9a libgo: build roots index to speed up bulkBarrierPreWrite
The 7 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:
ChangeLog | 8 +
MAINTAINERS | 2 +
gcc/ChangeLog | 22 +++
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/gogo.cc | 3 +-
gcc/haifa-sched.c | 12 +-
gcc/testsuite/ChangeLog | 8 +
gcc/testsuite/gcc.dg/torture/pr87263.c | 24 +++
gcc/testsuite/gcc.dg/torture/ssa-fre-2.c | 21 +++
gcc/testsuite/gcc.dg/torture/ssa-fre-3.c | 23 +++
gcc/testsuite/gcc.dg/torture/ssa-fre-4.c | 17 ++
gcc/tree-ssa-sccvn.c | 283 ++++++++++++++++++-------------
libgo/go/runtime/cgocall.go | 24 +--
libgo/go/runtime/mbitmap.go | 26 +--
libgo/go/runtime/mgc_gccgo.go | 92 ++++++++++
libgo/go/runtime/proc.go | 1 +
libstdc++-v3/ChangeLog | 5 +
libstdc++-v3/include/std/variant | 2 +-
18 files changed, 430 insertions(+), 145 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr87263.c
create mode 100644 gcc/testsuite/gcc.dg/torture/ssa-fre-2.c
create mode 100644 gcc/testsuite/gcc.dg/torture/ssa-fre-3.c
create mode 100644 gcc/testsuite/gcc.dg/torture/ssa-fre-4.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.
git pushed a change to branch master
in repository llvm.
from 1468b7dcde3 [XRay] Bug fixes for FDR custom event and arg-logging
new 29369e8ff65 ARM: align loops to 4 bytes on Cortex-M3 and Cortex-M4.
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/llvm/CodeGen/TargetLowering.h | 6 ++++
lib/CodeGen/MachineBlockPlacement.cpp | 3 +-
lib/Target/ARM/ARM.td | 6 ++++
lib/Target/ARM/ARMISelLowering.cpp | 7 +++++
lib/Target/ARM/ARMISelLowering.h | 2 ++
lib/Target/ARM/ARMSubtarget.h | 7 +++++
test/CodeGen/ARM/loop-align-cortex-m.ll | 49 +++++++++++++++++++++++++++++++++
7 files changed, 79 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/ARM/loop-align-cortex-m.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.
git pushed a change to branch master
in repository clang.
from 41cad03f42 Fix MSVC "illegal conversion; more than one user-defined con [...]
new 1a7f6a9239 [AArch64] Enable return address signing for static ctors
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/CodeGen/CGDeclCXX.cpp | 6 ++++++
.../aarch64-sign-return-address-static-ctor.cpp | 21 +++++++++++++++++++++
2 files changed, 27 insertions(+)
create mode 100644 test/CodeGenCXX/aarch64-sign-return-address-static-ctor.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.