This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from f82121b Use toString() to report incompatible files.
new 3344b37 [ELF] - Add support for access to most of synthetic sections [...]
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/SyntheticSections.cpp | 32 +++++++--
ELF/SyntheticSections.h | 14 ++--
ELF/Writer.cpp | 125 ++++++++++++++++++-----------------
test/ELF/eh-align-cie.s | 4 +-
test/ELF/eh-frame-hdr-augmentation.s | 2 +-
test/ELF/eh-frame-marker.s | 4 +-
test/ELF/eh-frame-merge.s | 6 +-
test/ELF/linkerscript/phdrs.s | 2 +-
test/ELF/synthetic-got.s | 32 +++++++++
9 files changed, 141 insertions(+), 80 deletions(-)
create mode 100644 test/ELF/synthetic-got.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 gcc.
from 9f06877 Daily bump.
new 54d2ba4 2016-11-25 Jakub Jelinek <jakub(a)redhat.com> Prathamesh [...]
new ba04f90 Fix bogus pr64277.c failure for avr
new 3170af2 Tighten check for whether sibcall references local variables
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 | 12 +++++
gcc/testsuite/ChangeLog | 9 ++++
gcc/testsuite/gcc.dg/pr64277.c | 12 +++--
gcc/testsuite/gcc.dg/tree-ssa/tailcall-8.c | 80 ++++++++++++++++++++++++++++++
gcc/tree-tailcall.c | 6 ++-
gcc/tree-vrp.c | 23 +++++----
6 files changed, 128 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/tailcall-8.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 compiler-rt.
from a41d49a [XRay][compiler-rt] XRay Buffer Queue
new cbb51ab Revert "[XRay][compiler-rt] XRay Buffer Queue"
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/xray/CMakeLists.txt | 55 ++++++-------------
lib/xray/tests/CMakeLists.txt | 58 --------------------
lib/xray/tests/unit/CMakeLists.txt | 2 -
lib/xray/tests/unit/buffer_queue_test.cc | 80 ---------------------------
lib/xray/tests/unit/xray_unit_test_main.cc | 18 -------
lib/xray/xray_buffer_queue.cc | 65 ----------------------
lib/xray/xray_buffer_queue.h | 86 ------------------------------
test/xray/CMakeLists.txt | 9 ----
test/xray/Unit/lit.site.cfg.in | 12 -----
9 files changed, 17 insertions(+), 368 deletions(-)
delete mode 100644 lib/xray/tests/CMakeLists.txt
delete mode 100644 lib/xray/tests/unit/CMakeLists.txt
delete mode 100644 lib/xray/tests/unit/buffer_queue_test.cc
delete mode 100644 lib/xray/tests/unit/xray_unit_test_main.cc
delete mode 100644 lib/xray/xray_buffer_queue.cc
delete mode 100644 lib/xray/xray_buffer_queue.h
delete mode 100644 test/xray/Unit/lit.site.cfg.in
--
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 3695373 [tsan] Add support for GCD dispatch_suspend and dispatch_resume
new a41d49a [XRay][compiler-rt] XRay Buffer Queue
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/xray/CMakeLists.txt | 55 +++++++++-----
lib/xray/tests/CMakeLists.txt | 58 +++++++++++++++
lib/xray/tests/unit/CMakeLists.txt | 2 +
lib/xray/tests/unit/buffer_queue_test.cc | 80 ++++++++++++++++++++
.../tests/unit/xray_unit_test_main.cc} | 11 +--
lib/xray/xray_buffer_queue.cc | 65 ++++++++++++++++
lib/xray/xray_buffer_queue.h | 86 ++++++++++++++++++++++
test/xray/CMakeLists.txt | 9 +++
test/{tsan => xray}/Unit/lit.site.cfg.in | 9 +--
9 files changed, 344 insertions(+), 31 deletions(-)
create mode 100644 lib/xray/tests/CMakeLists.txt
create mode 100644 lib/xray/tests/unit/CMakeLists.txt
create mode 100644 lib/xray/tests/unit/buffer_queue_test.cc
copy lib/{tsan/tests/unit/tsan_unit_test_main.cc => xray/tests/unit/xray_unit_test [...]
create mode 100644 lib/xray/xray_buffer_queue.cc
create mode 100644 lib/xray/xray_buffer_queue.h
copy test/{tsan => xray}/Unit/lit.site.cfg.in (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 release_39
in repository llvm.
from 56938b6 merge r276347
new 1014f0f Merging r287353:
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/Linker/IRMover.cpp | 8 ++++++
test/LTO/X86/Inputs/type-mapping-src.ll | 20 +++++++++++++
test/LTO/X86/type-mapping-bug.ll | 50 +++++++++++++++++++++++++++++++++
3 files changed, 78 insertions(+)
create mode 100644 test/LTO/X86/Inputs/type-mapping-src.ll
create mode 100644 test/LTO/X86/type-mapping-bug.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 llvm.
from 4162fd7 Add "compiler-rt", "libcxx" and "libcxxabi" to svn:ignore und [...]
new 78c076a [X86] Size a SmallVector to the worst case mask size for a 51 [...]
new 3f9deb7 [X86] Invert an 'if' and early out to fix a weird indentation. NFCI
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/Target/X86/X86MCInstLower.cpp | 5 +++--
1 file changed, 3 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 glibc.
from 457663a Add setpayloadsig, setpayloadsigf, setpayloadsigl.
new a1c9859 Make build-many-glibcs.py re-exec itself if changed by checkout.
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 | 8 ++++++++
scripts/build-many-glibcs.py | 14 ++++++++++++++
2 files changed, 22 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 a27264e PR tree-optimization/78476 - snprintf(0, 0, ...) with known a [...]
new 9f06877 Daily bump.
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/DATESTAMP | 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 gcc-5-branch
in repository gcc.
from e5c66b0 2016-11-24 Steven G. Kargl <kargl(a)gcc.gnu.org>
new c90d973 Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from d8f011b 2016-11-24 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 078176e Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.