This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from c057633550 [clang] Expose orderedString from CodeCompletionResult. NFC
new 0f512ed5d3 [OpenCL] Fix code generation of function-scope constant samplers.
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/CGDecl.cpp | 4 ++++
test/CodeGenOpenCL/sampler.cl | 18 ++++++++++++++++++
test/SemaOpenCL/sampler_t.cl | 27 +--------------------------
3 files changed, 23 insertions(+), 26 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 c14b5c3b1e7 [Lint] Don't warn about passing alloca'd value to tail call [...]
new 571bd4540f5 Workaround CodeGen/WebAssembly/cfg-stackify.ll failure afte [...]
new 4dac35da722 [DebugInfo] Fix potential CU mismatch for SubprogramScopeDIEs.
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/DwarfCompileUnit.cpp | 20 ++++++++----
lib/CodeGen/AsmPrinter/DwarfDebug.h | 5 ++-
test/CodeGen/WebAssembly/cfg-stackify.ll | 4 +--
test/DebugInfo/cross-cu-scope.ll | 50 +++++++++++++++++++++++++++++
4 files changed, 69 insertions(+), 10 deletions(-)
create mode 100644 test/DebugInfo/cross-cu-scope.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 glibc.
from 7a9368a117 malloc: Add missing arena lock in malloc_info [BZ #22408]
new 34eb41579c malloc: Account for all heaps in an arena in malloc_info [BZ [...]
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:
ChangeLog | 6 ++++++
NEWS | 3 +++
malloc/malloc.c | 17 +++++++++++++----
3 files changed, 22 insertions(+), 4 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 glibc.
from be3a79a3cc Use __builtin_tgmath in tgmath.h with GCC 8 (bug 21660).
new 7a9368a117 malloc: Add missing arena lock in malloc_info [BZ #22408]
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:
ChangeLog | 9 +++++
malloc/Makefile | 2 +
malloc/malloc.c | 16 ++++++--
malloc/tst-malloc_info.c | 101 +++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 124 insertions(+), 4 deletions(-)
create mode 100644 malloc/tst-malloc_info.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 binutils-gdb.
from a714b0d692 Fix M68HC11_NUM_REGS
new a602f924c8 Better make rule for arch/ files built for IPA
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/gdbserver/ChangeLog | 5 +++++
gdb/gdbserver/Makefile.in | 2 +-
gdb/gdbserver/configure.srv | 4 ++--
3 files changed, 8 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 gcc.
from 65b9c4b5c20 [AArch64] Improve scheduling model for X-Gene
new 1ea1a3dfe94 Fix -Wreturn-type fallout in g++.dg/cpp0x/rv-trivial-bug.C [...]
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/g++.dg/cpp0x/rv-trivial-bug.C | 1 +
2 files changed, 5 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 390a67891e x86: use correct register names
new a714b0d692 Fix M68HC11_NUM_REGS
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 | 5 +++++
gdb/m68hc11-tdep.c | 2 +-
2 files changed, 6 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 52a1f3ab417 PR target/82981 * internal-fn.c: Include gimple-ssa.h, tr [...]
new 65b9c4b5c20 [AArch64] Improve scheduling model for X-Gene
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 | 25 ++++++++++
gcc/config/arm/xgene1.md | 124 ++++++++++++++++++++++++++++++-----------------
2 files changed, 105 insertions(+), 44 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 d5188acd0c ASTMatchers.h: Avoid warnings due to "@throw". [-Wdocumentation]
new c057633550 [clang] Expose orderedString from CodeCompletionResult. 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:
include/clang/Sema/CodeCompleteConsumer.h | 6 ++++++
lib/Sema/CodeCompleteConsumer.cpp | 28 ++++++++++++----------------
2 files changed, 18 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.