This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 4753d1b3fc Update comment in test case after r309308.
new 76d3dfddae clang-format: fix block OpeningLineIndex around preprocessor
new 7349dc07fa clang-format: merge short case labels with trailing comments
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/Format/UnwrappedLineFormatter.cpp | 23 +++-
lib/Format/UnwrappedLineParser.cpp | 54 +++++++--
lib/Format/UnwrappedLineParser.h | 15 ++-
unittests/Format/FormatTest.cpp | 71 ++++++++++++
unittests/Format/NamespaceEndCommentsFixerTest.cpp | 128 +++++++++++++++++++++
5 files changed, 275 insertions(+), 16 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 647ec977506 * go-backend.c (go_write_export_data): Use EXCLUDE section [...]
new 3d8cdb402fc 2017-07-28 Richard Biener <rguenther(a)suse.de>
new 3f109986613 PR tree-optimization/81578 * tree-parloops.c (build_new_r [...]
new f16062f7ed7 [PowerPC/RTEMS] Add 64-bit support using ELFv2 ABI
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:
gcc/ChangeLog | 44 ++++++++
gcc/config.gcc | 2 +-
gcc/config/rs6000/rtems.h | 197 ++++++++++++++++++++++++++++++---
gcc/config/rs6000/t-rtems | 6 +-
gcc/testsuite/ChangeLog | 10 ++
gcc/testsuite/gcc.dg/pr81578.c | 12 ++
gcc/testsuite/gcc.dg/torture/pr81573.c | 2 +-
gcc/tree-parloops.c | 34 ++++--
libgcc/ChangeLog | 4 +
libgcc/config/rs6000/ibm-ldouble.c | 3 +-
10 files changed, 284 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr81578.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 llvm.
from 8ebdca40c8e [MachineOutliner] NFC: Comment tidying
new f4dbee3151d [SCEV] Do not visit nodes twice in containsConstantSomewhere
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/Analysis/ScalarEvolution.cpp | 33 +++++++++------
test/Transforms/LoopSimplify/pr33494.ll | 75 +++++++++++++++++++++++++++++++++
2 files changed, 95 insertions(+), 13 deletions(-)
create mode 100644 test/Transforms/LoopSimplify/pr33494.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 gcc-7-branch
in repository gcc.
from 1b6610971d1 Daily bump.
new eef09bf1941 [RISC-V] Add RTEMS support
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 | 8 ++++++++
gcc/config.gcc | 7 ++++++-
2 files changed, 14 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 llvm.
from b85036296dc Revert rL309320 - "[OCaml] Respect CMAKE_C_FLAGS for OCaml [...]
new 8ebdca40c8e [MachineOutliner] NFC: Comment tidying
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/MachineOutliner.cpp | 24 +-----------------------
1 file changed, 1 insertion(+), 23 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 2557ae38f3 Update Alpha libm-test-ulps
new faf8c066df rwlock: Fix explicit hand-over (bug 21298)
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 | 24 ++
nptl/Makefile | 4 +-
nptl/pthread_rwlock_common.c | 478 +++++++++++----------
nptl/tst-rwlock20.c | 116 +++++
support/Makefile | 6 +
...hread_attr_destroy.c => xpthread_rwlock_init.c} | 9 +-
...thread_attr_init.c => xpthread_rwlock_rdlock.c} | 7 +-
...thread_attr_init.c => xpthread_rwlock_unlock.c} | 7 +-
...thread_attr_init.c => xpthread_rwlock_wrlock.c} | 7 +-
...d_attr_destroy.c => xpthread_rwlockattr_init.c} | 8 +-
..._destroy.c => xpthread_rwlockattr_setkind_np.c} | 9 +-
support/xthread.h | 8 +
12 files changed, 423 insertions(+), 260 deletions(-)
create mode 100644 nptl/tst-rwlock20.c
copy support/{xpthread_attr_destroy.c => xpthread_rwlock_init.c} (77%)
copy support/{xpthread_attr_init.c => xpthread_rwlock_rdlock.c} (81%)
copy support/{xpthread_attr_init.c => xpthread_rwlock_unlock.c} (81%)
copy support/{xpthread_attr_init.c => xpthread_rwlock_wrlock.c} (81%)
copy support/{xpthread_attr_destroy.c => xpthread_rwlockattr_init.c} (79%)
copy support/{xpthread_attr_destroy.c => xpthread_rwlockattr_setkind_np.c} (76%)
--
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 ef7b92359a8 test: require x86 backend
new b85036296dc Revert rL309320 - "[OCaml] Respect CMAKE_C_FLAGS for OCaml [...]
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:
cmake/modules/AddOCaml.cmake | 2 +-
1 file changed, 1 insertion(+), 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 llvm.
from 86b02f9e760 MC: add support for cfi_return_column
new ef7b92359a8 test: require x86 backend
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/Assembler/return-column.s | 1 +
1 file changed, 1 insertion(+)
--
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 e47ec8cfbd2 Revert "[SCEV] Cache results of computeExitLimit"
new b9aeabb7e9a MC: clang-format enumeration (NFC)
new 86b02f9e760 MC: add support for cfi_return_column
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/llvm/MC/MCDwarf.h | 1 +
include/llvm/MC/MCStreamer.h | 1 +
lib/MC/MCAsmStreamer.cpp | 7 ++
lib/MC/MCDwarf.cpp | 22 ++---
lib/MC/MCParser/AsmParser.cpp | 190 ++++++++++++++++++++++++++++++++++-------
lib/MC/MCStreamer.cpp | 6 ++
test/Assembler/return-column.s | 17 ++++
7 files changed, 205 insertions(+), 39 deletions(-)
create mode 100644 test/Assembler/return-column.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 compiler-rt.
from ab3ad40db [sanitizer-coverage] add a run-time test for -fsanitize-cove [...]
new d630c5dde Support compiler-rt builtins
new d21220894 Support libc++abi in addition to libstdc++
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:
CMakeLists.txt | 50 ++++++++++++++++++++++++++++++++++++
cmake/Modules/HandleCompilerRT.cmake | 21 +++++++++++++++
cmake/config-ix.cmake | 22 +++++++++++++++-
lib/asan/CMakeLists.txt | 8 +++---
lib/lsan/CMakeLists.txt | 5 +++-
lib/stats/CMakeLists.txt | 5 +++-
lib/tsan/CMakeLists.txt | 5 +++-
lib/tsan/dd/CMakeLists.txt | 6 ++++-
lib/ubsan/CMakeLists.txt | 6 +++++
9 files changed, 120 insertions(+), 8 deletions(-)
create mode 100644 cmake/Modules/HandleCompilerRT.cmake
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.