This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from de4f6cb Restore Missing awk regex tests. Thanks to dexonsmith for not [...]
new 4cbff19 Revert "Restore Missing awk regex tests. Thanks to dexonsmith [...]
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:
test/std/re/re.alg/re.alg.match/awk.pass.cpp | 17 +++++++++--------
1 file changed, 9 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 lld.
from 0eb893b [ELF] Remove unnecessary cast and fix comments. NFC.
new 40e6b33 Revert r299635 because it exposed a latent bug.
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:
ELF/LinkerScript.cpp | 4 +--
ELF/LinkerScript.h | 4 +--
ELF/OutputSections.cpp | 40 ++++--------------------------
ELF/OutputSections.h | 1 -
ELF/SyntheticSections.cpp | 6 +----
ELF/Target.cpp | 4 ---
ELF/Target.h | 4 ---
ELF/Writer.cpp | 2 +-
test/ELF/default-fill.s | 38 ----------------------------
test/ELF/linkerscript/excludefile.s | 9 +++----
test/ELF/linkerscript/fill-exec-sections.s | 40 ------------------------------
test/ELF/linkerscript/fill.s | 3 +--
test/ELF/linkerscript/sections-padding.s | 6 ++---
13 files changed, 18 insertions(+), 143 deletions(-)
delete mode 100644 test/ELF/default-fill.s
delete mode 100644 test/ELF/linkerscript/fill-exec-sections.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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 0f65a5d [objcopy] Fix quadratic-time when handling --redefine-syms
new 86abf93 Regen SRC-POTFILES.in
new 3944e22 mbind tests: don't check PT_LOAD headers
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 | 4 ++++
bfd/po/SRC-POTFILES.in | 1 +
ld/ChangeLog | 6 ++++++
ld/testsuite/ld-elf/mbind1a.d | 8 --------
ld/testsuite/ld-elf/mbind1b.d | 8 --------
ld/testsuite/ld-elf/mbind1c.d | 8 --------
6 files changed, 11 insertions(+), 24 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 884bd0f 2017-04-06 Richard Biener <rguenther(a)suse.de>
new a8bcfa8 [ARM] Compile atomic_loaddi_11 for Cortex-R5
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 | 6 ++++++
gcc/testsuite/gcc.target/arm/atomic_loaddi_11.c | 4 ++--
2 files changed, 8 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 clang.
from 3a677b9 Avoid the -Wdocumentation-unknown-command warning in Clang's [...]
new 59d4b1d [analyzer] Reland r299544 "Add a modular constraint system to [...]
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/Analysis/CloneDetection.h | 349 +++++++----
lib/Analysis/CloneDetection.cpp | 887 +++++++++++----------------
lib/StaticAnalyzer/Checkers/CloneChecker.cpp | 100 ++-
unittests/Analysis/CMakeLists.txt | 5 +-
unittests/Analysis/CloneDetectionTest.cpp | 110 ++++
5 files changed, 789 insertions(+), 662 deletions(-)
create mode 100644 unittests/Analysis/CloneDetectionTest.cpp
--
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 libcxx.
from 9a13b43 [libc++] Respect Windows Store app CRT restrictions
new de4f6cb Restore Missing awk regex tests. Thanks to dexonsmith for not [...]
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:
test/std/re/re.alg/re.alg.match/awk.pass.cpp | 17 ++++++++---------
1 file changed, 8 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-tools-extra.
from 778e1a6 [clang-tidy] Add FormatStyle configuration option.
new 910dfef [clang-tidy] Update docs and help message
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:
clang-tidy/tool/ClangTidyMain.cpp | 5 ++++-
docs/clang-tidy/index.rst | 8 ++++----
2 files changed, 8 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.
unknown user pushed a change to branch master
in repository clang.
from 0974a6f [ObjC++] Conversions from specialized to non-specialized Obje [...]
new 3a677b9 Avoid the -Wdocumentation-unknown-command warning in Clang's [...]
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 | 6 +++---
1 file changed, 3 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 ca23873 Cherry-pick upstream r299036 from libsanitizer (PR sanitizer/80166).
new 884bd0f 2017-04-06 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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/torture/pr80334.C | 18 ++++++++++++++++++
gcc/tree-ssa-loop-ivopts.c | 6 +++++-
4 files changed, 34 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr80334.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.