This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from c39a2d7279 [refactor] AST selection tree should contain syntactic form [...]
new 4ad0f6316a Revert r312127 as the ObjC unittest code fails to compile on Linux
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/Tooling/Refactoring/ASTSelection.cpp | 22 -----
unittests/Tooling/ASTSelectionTest.cpp | 136 -------------------------------
2 files changed, 158 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 31c7a3b61a clang-format: Add preprocessor directive indentation
new c39a2d7279 [refactor] AST selection tree should contain syntactic form [...]
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/Tooling/Refactoring/ASTSelection.cpp | 22 +++++
unittests/Tooling/ASTSelectionTest.cpp | 136 +++++++++++++++++++++++++++++++
2 files changed, 158 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 b5d180e90e9 * simple-object-xcoff.c (simple_object_xcoff_find_sections [...]
new d682d755ccb * config/rs6000/rs6000.c (rs6000_expand_binop_built [...]
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 | 5 ++++
gcc/config/rs6000/rs6000.c | 63 +++++++++++++++++++++++-----------------------
2 files changed, 36 insertions(+), 32 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 17f4bfb8d08 [InstCombine] remove unnecessary vector select fold; NFCI
new b3e25cea9ce Re-land MachineInstr: Reason locally about some memory obje [...]
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/MachineInstr.cpp | 60 ++++++++++++++++++--------
test/CodeGen/AArch64/func-calls.ll | 4 +-
test/CodeGen/AArch64/ldst-opt.ll | 2 +-
test/CodeGen/AMDGPU/call-argument-types.ll | 6 +--
test/CodeGen/AMDGPU/load-global-i16.ll | 6 +--
test/CodeGen/AMDGPU/load-global-i8.ll | 32 +++++++-------
test/CodeGen/AMDGPU/load-local-i16.ll | 2 -
test/CodeGen/ARM/2009-10-27-double-align.ll | 10 +++--
test/CodeGen/ARM/illegal-bitfield-loadstore.ll | 4 +-
test/CodeGen/X86/illegal-bitfield-loadstore.ll | 44 +++++++++----------
test/CodeGen/X86/memcpy-2.ll | 10 ++---
test/CodeGen/X86/pr34088.ll | 2 +-
test/CodeGen/X86/select.ll | 2 +-
test/CodeGen/X86/widen_arith-3.ll | 2 +-
14 files changed, 105 insertions(+), 81 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 9ce673b69e Do not scale NPTL tests with available number of CPUs
new ec2c1fcefb malloc: Abort on heap corruption, without a backtrace [BZ #21754]
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 | 8 ++++++++
malloc/malloc.c | 23 ++++-------------------
manual/memory.texi | 20 +++++++++-----------
manual/tunables.texi | 28 +++++++---------------------
5 files changed, 37 insertions(+), 51 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 newlib.
from 42885ea4b Add man page entry for strnstr.c.
new 5fc315b59 newlib: strnstr: drop traditional synopisis
new 192986ab0 newlib: string/Makefile.am (CHEWOUT_FILES): Add strnstr.def
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:
newlib/libc/string/Makefile.am | 2 +-
newlib/libc/string/Makefile.in | 2 +-
newlib/libc/string/strnstr.c | 7 -------
3 files changed, 2 insertions(+), 9 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 5763735cfb Driver: out-of-line static analyzer flag handling (NFC)
new 31c7a3b61a clang-format: Add preprocessor directive indentation
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:
docs/ClangFormatStyleOptions.rst | 27 +++++
include/clang/Format/Format.h | 26 +++++
lib/Format/ContinuationIndenter.cpp | 25 ++++-
lib/Format/Format.cpp | 10 ++
lib/Format/UnwrappedLineFormatter.cpp | 4 +
lib/Format/UnwrappedLineParser.cpp | 60 +++++++++++-
lib/Format/UnwrappedLineParser.h | 5 +
unittests/Format/FormatTest.cpp | 179 +++++++++++++++++++++++++++++++++-
unittests/Format/FormatTestUtils.h | 3 +-
9 files changed, 332 insertions(+), 7 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 8a0e619652 Use “.” in thousands_sep in the ca_ES locale
new 9ce673b69e Do not scale NPTL tests with available number of CPUs
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 ++++++
nptl/tst-cond16.c | 7 +------
nptl/tst-cond18.c | 8 ++------
3 files changed, 9 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.