This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 780143bbd5 [ODRHash] Don't hash friend functions.
new 3ee4cc4acf [CodeComplete] Add an option to omit results from the preamble.
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-c/Index.h | 9 ++++-
include/clang/Sema/CodeCompleteConsumer.h | 6 +++
include/clang/Sema/CodeCompleteOptions.h | 7 +++-
include/clang/Sema/Sema.h | 6 ++-
lib/Frontend/ASTUnit.cpp | 1 +
lib/Sema/SemaCodeComplete.cpp | 63 ++++++++++++++++++-----------
lib/Sema/SemaLookup.cpp | 66 ++++++++++++++++++-------------
test/Index/complete-pch-skip.cpp | 18 +++++++++
test/Index/complete-pch-skip.h | 3 ++
tools/c-index-test/c-index-test.c | 2 +
tools/libclang/CIndexCodeCompletion.cpp | 2 +
11 files changed, 129 insertions(+), 54 deletions(-)
create mode 100644 test/Index/complete-pch-skip.cpp
create mode 100644 test/Index/complete-pch-skip.h
--
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 249a5895f1 malloc: Ensure that the consolidated fast chunk has a sane size.
new 52a713fdd0 linux: make getcwd(3) fail if it cannot obtain an absolute p [...]
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 ++++
NEWS | 4 ++
io/Makefile | 2 +-
.../tst-getcwd-abspath.c | 54 +++++++++++++---------
sysdeps/unix/sysv/linux/getcwd.c | 8 ++--
5 files changed, 49 insertions(+), 28 deletions(-)
copy iconv/tst-gconv-init-failure.c => io/tst-getcwd-abspath.c (50%)
--
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 1a51e46e4a support: Preserve errno in write_message, TEST_VERIFY and ot [...]
new 249a5895f1 malloc: Ensure that the consolidated fast chunk has a sane size.
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 | 4 ++++
malloc/malloc.c | 6 ++++++
2 files changed, 10 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 gcc.
from ed306e55b84 Deferring FMA transformations in tight loops
new 267c6bca6ca Fix --enable-gather-detailed-mem-stats build.
new a1e96c3c9fa Fix integer overflow in stats of trees.
new 4d51df15c2c Fix integer overflow in stats of GIMPLE statements.
new 597e0685eca Allow variable-sized temporary variables in gimplify.c
The 4 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 | 34 +++++++++++++++++++++++++++++++++
gcc/Makefile.in | 3 ++-
gcc/ggc-common.c | 17 ++++++++++++++++-
gcc/gimple.c | 17 ++++++++++-------
gcc/gimple.h | 4 ++--
gcc/gimplify.c | 4 ++--
gcc/mem-stats.h | 17 ++++++++++++++++-
gcc/tree-core.h | 4 ++--
gcc/tree.c | 57 +++++++++++++++++++++++++++++++++-----------------------
gcc/vec.c | 21 ---------------------
10 files changed, 118 insertions(+), 60 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-tools-extra.
from 76612e5e [clang-tidy] Adding Fuchsia checker for statically constructe [...]
new 0d068bb7 [clangd] Don't navigate to forward class declaration when go [...]
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 | 28 ++++++++++++++++++++++++++--
unittests/clangd/XRefsTests.cpp | 12 ++++++++++++
2 files changed, 38 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 gcc.
from a3a3ca5ab6b 2018-01-12 Richard Biener <rguenther(a)suse.de>
new ed306e55b84 Deferring FMA transformations in tight loops
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 | 23 ++
gcc/config/i386/i386.c | 5 +
gcc/config/i386/x86-tune.def | 4 +
gcc/params.def | 5 +
gcc/tree-ssa-math-opts.c | 517 ++++++++++++++++++++++++++++++++-----------
5 files changed, 426 insertions(+), 128 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 14e1e40d4b8 gcc/ PR target/81819 * config/rx/rx.c (rx_is_restricted_m [...]
new a3a3ca5ab6b 2018-01-12 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 | 6 ++++++
gcc/dwarf2out.c | 4 +---
2 files changed, 7 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 llvm.
from 7156d518893 [ARM GlobalISel] Add inst selector tests for G_FMA
new bef5f248b85 Revert "[PowerPC] Manually schedule the prologue and epilogue"
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/PowerPC/PPCFrameLowering.cpp | 68 ++---------------------
test/CodeGen/PowerPC/MCSE-caller-preserved-reg.ll | 10 ++--
test/CodeGen/PowerPC/ppc-redzone-alignment-bug.ll | 8 +--
test/CodeGen/PowerPC/ppc-shrink-wrapping.ll | 16 +++---
test/CodeGen/PowerPC/tls_get_addr_clobbers.ll | 18 +++---
test/CodeGen/PowerPC/vsxD-Form-spills.ll | 50 ++++++++---------
6 files changed, 56 insertions(+), 114 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 5ae5d3fd10 pr22374 function pointer initialization
new b5b6200652 Fix compile time warning building aout targeted architectures.
new 564e11c9a9 Optimize the performance of the group_setup function.
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:
bfd/ChangeLog | 6 ++++++
bfd/elf-bfd.h | 4 ++++
bfd/elf.c | 11 ++++++++---
gas/ChangeLog | 6 ++++++
gas/config/aout_gnu.h | 7 ++++---
5 files changed, 28 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.