This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f4af085184f [WebAssembly] Use function/global index space in WasmSymbol
new 4ab489f31f2 [InstCombine] Remove one use restriction on the shift for c [...]
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/Transforms/InstCombine/InstCombineCompares.cpp | 6 +++---
test/Transforms/InstCombine/icmp.ll | 19 +++++++++++++++++++
2 files changed, 22 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 4d9b1ce096 Resolve a defect in C++17 copy omission.
new 07667dbf1f Delete trailing whitespace.
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/Lex/PPMacroExpansion.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 gcc.
from ec0dda0177d 2017-09-26 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 756c08b4e2f 2017-09-26 Michael Meissner <meissner(a)linux.vnet.ibm.com>
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 | 2 ++
gcc/config/rs6000/vsx.md | 18 +++++++++---------
2 files changed, 11 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 5d8103ae7d [Sema] Corrected the warn-on-throw-from-noexcept behavior to [...]
new 4d9b1ce096 Resolve a defect in C++17 copy omission.
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/Sema/Overload.h | 30 ++++++++-----
include/clang/Sema/Sema.h | 6 ++-
lib/Sema/SemaCodeComplete.cpp | 3 +-
lib/Sema/SemaInit.cpp | 87 ++++++++++++++++++++++++++++++------
lib/Sema/SemaOverload.cpp | 86 +++++++++++++++++++++++------------
test/SemaCXX/cxx1z-copy-omission.cpp | 32 ++++++++++++-
6 files changed, 186 insertions(+), 58 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 87dc46f6c39 2017-09-26 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new ec0dda0177d 2017-09-26 Thomas Koenig <tkoenig(a)gcc.gnu.org>
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/fortran/frontend-passes.c | 4 ++++
gcc/testsuite/gfortran.dg/gomp/associate1.f90 | 4 ++--
2 files changed, 6 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 llvm.
from 4eb01045b57 [llvm-objcopy] Add support for dynamic relocations
new f4af085184f [WebAssembly] Use function/global index space in WasmSymbol
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/Object/Wasm.h | 21 ++++++++++++++++-----
lib/Object/WasmObjectFile.cpp | 20 +++++++++-----------
2 files changed, 25 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 clang.
from 95e3389155 [OpenMP] Add an additional test for D34888
new 5d8103ae7d [Sema] Corrected the warn-on-throw-from-noexcept behavior 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:
lib/Sema/AnalysisBasedWarnings.cpp | 2 +-
test/SemaCXX/warn-throw-out-noexcept-func.cpp | 11 ++++++++++-
2 files changed, 11 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 aa8167de48 Sema: Windows/ARM __va_start is not const correct
new 95e3389155 [OpenMP] Add an additional test for D34888
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/OpenMP/target_map_codegen.cpp | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 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 20f18d12cb7 2017-09-26 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 93dabbb66cf 2017-09-26 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 87dc46f6c39 2017-09-26 Michael Meissner <meissner(a)linux.vnet.ibm.com>
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:
gcc/ChangeLog | 10 ++++
gcc/config/rs6000/rs6000.md | 126 ++++++++++++++++++++------------------------
2 files changed, 68 insertions(+), 68 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 b636450ff9d [NVPTX] added match.{any,all}.sync instructions, intrinsics [...]
new 4eb01045b57 [llvm-objcopy] Add support for dynamic relocations
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:
.../llvm-objcopy/Inputs/{dynsym.so => dynrel.elf} | Bin 13432 -> 13560 bytes
test/tools/llvm-objcopy/dynamic-relocations.test | 19 +++++++++
tools/llvm-objcopy/Object.cpp | 47 +++++++++------------
tools/llvm-objcopy/Object.h | 46 ++++++++++++++------
4 files changed, 72 insertions(+), 40 deletions(-)
copy test/tools/llvm-objcopy/Inputs/{dynsym.so => dynrel.elf} (84%)
create mode 100644 test/tools/llvm-objcopy/dynamic-relocations.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.