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 6e3d368 Revert r292232.
new 1239731 [scudo] Eliminate the runtime dependency on libc++abi
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/scudo/scudo_utils.cpp | 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 ecf1f11 Rename scalar_promote.ll to scalar-promote.ll and scalar_prom [...]
new c67238a [WebAssembly] Add triple support for the new wasm object format
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/llvm/ADT/Triple.h | 6 ++++++
lib/MC/MCObjectFileInfo.cpp | 3 +++
lib/ProfileData/InstrProf.cpp | 2 +-
lib/Support/Triple.cpp | 2 ++
lib/Transforms/Instrumentation/AddressSanitizer.cpp | 3 ++-
unittests/ADT/TripleTest.cpp | 3 +++
6 files changed, 17 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 gcc-6-branch
in repository gcc.
from 56cfcba Backported from mainline 2017-01-04 Jakub Jelinek <jakub@ [...]
new 57f4a48 Backported from mainline 2017-01-11 Jakub Jelinek <jakub@ [...]
new bd1504d Backported from mainline 2017-01-11 Jakub Jelinek <jakub@ [...]
new 25a6e3b PR debug/78839 * dwarf2out.c (field_byte_offset): Restore t [...]
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 | 13 +++++++++--
gcc/cp/ChangeLog | 6 +++++
gcc/cp/parser.c | 6 +----
gcc/dwarf2out.c | 45 ++++++++++++++++++++----------------
gcc/lto/ChangeLog | 9 ++++++++
gcc/lto/lto-lang.c | 6 +++++
gcc/testsuite/ChangeLog | 8 +++++++
gcc/testsuite/g++.dg/cpp0x/pr78341.C | 4 ++++
gcc/testsuite/gcc.dg/lto/pr50199_0.c | 17 ++++++++++++++
9 files changed, 87 insertions(+), 27 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr78341.C
create mode 100644 gcc/testsuite/gcc.dg/lto/pr50199_0.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 90b7e38 [EarlyCSE] Don't DSE across readnone functions that may throw
new 26415f8 Refactor out LoopInfo computation so that it can be used by o [...]
new ecf1f11 Rename scalar_promote.ll to scalar-promote.ll and scalar_prom [...]
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:
..._promote-unwind.ll => scalar-promote-unwind.ll} | 0
.../LICM/{scalar_promote.ll => scalar-promote.ll} | 0
unittests/Analysis/LoopInfoTest.cpp | 89 ++++++++++++----------
3 files changed, 48 insertions(+), 41 deletions(-)
rename test/Transforms/LICM/{scalar_promote-unwind.ll => scalar-promote-unwind.ll} (100%)
rename test/Transforms/LICM/{scalar_promote.ll => scalar-promote.ll} (100%)
--
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 e57a5d8 2017-01-17 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
new 0955f6b Backported from mainline 2016-12-21 Jakub Jelinek <jakub@ [...]
new 6ef69bd Backported from mainline 2017-01-04 Jakub Jelinek <jakub@ [...]
new a3a5a86 Backported from mainline 2017-01-04 Jakub Jelinek <jakub@ [...]
new 56cfcba Backported from mainline 2017-01-04 Jakub Jelinek <jakub@ [...]
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/cp/ChangeLog | 17 +++++++++++++++
gcc/cp/parser.c | 8 ++++---
gcc/cp/typeck.c | 2 ++
gcc/fortran/ChangeLog | 13 ++++++++++++
gcc/fortran/openmp.c | 5 +++++
gcc/fortran/trans-openmp.c | 20 ++++++++++++++++++
gcc/testsuite/ChangeLog | 25 ++++++++++++++++++++--
gcc/testsuite/c-c++-common/Wunused-var-16.c | 15 ++++++++++++++
gcc/testsuite/g++.dg/cpp0x/pr71182.C | 12 +++++++++++
gcc/testsuite/g++.dg/cpp0x/pr78693.C | 31 ++++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/gomp/map-1.f90 | 2 +-
gcc/testsuite/gfortran.dg/gomp/pr78866-1.f90 | 19 +++++++++++++++++
gcc/testsuite/gfortran.dg/gomp/pr78866-2.f90 | 9 ++++++++
13 files changed, 172 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/Wunused-var-16.c
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr71182.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr78693.C
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr78866-1.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr78866-2.f90
--
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 bf5fc97 [TLI] Appease spurious MSVC warning using llvm_unreachable. NFC.
new e9d3b46 [InstCombine] add tests for shl nsw + icmp sle; NFC
new 90b7e38 [EarlyCSE] Don't DSE across readnone functions that may throw
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/Transforms/Scalar/EarlyCSE.cpp | 13 +--
test/Transforms/EarlyCSE/readnone-mayunwind.ll | 15 +++
test/Transforms/InstCombine/icmp-shl-nsw.ll | 138 +++++++++++++++++++++++++
3 files changed, 160 insertions(+), 6 deletions(-)
create mode 100644 test/Transforms/EarlyCSE/readnone-mayunwind.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 clang.
from 372e5e8 [Sema] Fix bug in handling of designated initializer.
new abdad67 Fix Python 3 language issues and add an explicit check for Py [...]
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:
bindings/python/clang/__init__.py | 8 ++++++++
bindings/python/clang/cindex.py | 18 +++++++++---------
2 files changed, 17 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 llvm.
from a786253 Remove an overeager assert from r288844.
new bf5fc97 [TLI] Appease spurious MSVC warning using llvm_unreachable. NFC.
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/TargetLibraryInfo.cpp | 3 ++-
1 file changed, 2 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 aedf668 Revert r291640 change to fold X86 comparison with atomic_load_add.
new a786253 Remove an overeager assert from r288844.
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/X86/X86Subtarget.cpp | 3 ---
test/CodeGen/X86/slow-pmulld.ll | 3 +++
2 files 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 clang.
from afd9025 Make sure that clang-format input is in the right encoding
new 372e5e8 [Sema] Fix bug in handling of designated initializer.
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/Sema/SemaInit.cpp | 4 ++++
test/SemaCXX/designated-initializers-base-class.cpp | 12 ++++++++++++
2 files changed, 16 insertions(+)
create mode 100644 test/SemaCXX/designated-initializers-base-class.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.