This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a448ad72b2a [PPC] Change i32 constant in store instruction to i64
new 767202fb37a Fix RISCV build after r318352
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/RISCV/TargetInfo/RISCVTargetInfo.cpp | 4 ++--
1 file changed, 2 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 9c5b7997814 Add ELF dynamic symbol support to yaml2obj/obj2yaml
new bb4ea6522c4 Resubmit "Refactor debuginfo-tests"
new a448ad72b2a [PPC] Change i32 constant in store instruction to i64
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 | 19 +++++++++-----
include/llvm/CodeGen/SelectionDAGNodes.h | 3 +++
lib/Target/PowerPC/PPCISelLowering.cpp | 17 +++++++++++-
projects/CMakeLists.txt | 1 +
test/CodeGen/PowerPC/store-constant.ll | 44 ++++++++++++++++++++++++++++++++
utils/lit/lit/llvm/config.py | 9 ++++---
utils/test_debuginfo.pl | 2 +-
7 files changed, 83 insertions(+), 12 deletions(-)
create mode 100644 test/CodeGen/PowerPC/store-constant.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 3a91f170c9 [OPENMP] Add support for cancelling inside target parallel f [...]
new 2599d006e5 Resubmit "Refactor debuginfo-tests"
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/CMakeLists.txt | 7 +++++++
test/lit.cfg.py | 2 --
2 files changed, 7 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 864a34a67e Update tests for llvm.invariant.group.barrier becoming mangled
new 3a91f170c9 [OPENMP] Add support for cancelling inside target parallel f [...]
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/CGOpenMPRuntime.cpp | 2 ++
lib/CodeGen/CGStmtOpenMP.cpp | 4 +++-
lib/CodeGen/CodeGenFunction.h | 26 +++++++++++++-------------
test/OpenMP/target_parallel_for_codegen.cpp | 4 +++-
4 files changed, 21 insertions(+), 15 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 82908cdef74 [BRIGFE] Reduce the number of type conversions due to the u [...]
new a053adad92d * Makefile.am: Remove references to c-compiler-name.h and [...]
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:
libcc1/ChangeLog | 12 ++++++++++++
libcc1/Makefile.am | 18 -----------------
libcc1/Makefile.in | 29 ++++------------------------
gcc/loop-unroll.h => libcc1/compiler-name.hh | 16 ++++++++-------
libcc1/libcc1.cc | 2 +-
libcc1/libcp1.cc | 2 +-
6 files changed, 27 insertions(+), 52 deletions(-)
copy gcc/loop-unroll.h => libcc1/compiler-name.hh (69%)
--
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 0394808f011 [InstCombine] add tests for pow(); NFC
new 9c5b7997814 Add ELF dynamic symbol support to yaml2obj/obj2yaml
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/ObjectYAML/ELFYAML.h | 1 +
lib/ObjectYAML/ELFYAML.cpp | 1 +
test/tools/yaml2obj/dynamic-symbols.yaml | 41 +++++++++++++++
tools/llvm-readobj/ELFDumper.cpp | 1 +
tools/obj2yaml/elf2yaml.cpp | 42 ++++++++++-----
tools/yaml2obj/yaml2elf.cpp | 89 ++++++++++++++++++++++----------
6 files changed, 135 insertions(+), 40 deletions(-)
create mode 100644 test/tools/yaml2obj/dynamic-symbols.yaml
--
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 d723696126 Refactor endian handling in DFP routines
new ea04e54ca8 Fix testing gdb.rust/modules.exp against gdbserver
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:
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.rust/modules.exp | 18 ++++++++++--------
2 files changed, 15 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 libcxx.
from bc6989bcb More of P0600 - '[[nodiscard]] in the Library' mark empty() a [...]
new 4bf7f4c1e Mark free functions size/empty/data conditionally noexcept.
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/iterator | 35 +++++++++++++++++++++++++++++++----
1 file changed, 31 insertions(+), 4 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 compiler-rt.
from 871a521d0 [asan] Ensure that the minimum redzone is at least SHADOW_GRA [...]
new 6692a5945 Implement GetTls() for NetBSD
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/sanitizer_common/sanitizer_linux_libcdep.cc | 12 +++++-------
test/tsan/tls_race.cc | 1 +
test/tsan/tls_race2.cc | 1 +
3 files changed, 7 insertions(+), 7 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 7b0fb8706c Fix botched up regeneration in the last commit
new f97773d1e7 Update kernel version in syscall-names.list to 4.14.
new 6a6aa1f389 Add Linux 4.14 ARPHRD_RAWIP to net/if_arp.h.
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:
ChangeLog | 7 +++++++
sysdeps/unix/sysv/linux/net/if_arp.h | 1 +
sysdeps/unix/sysv/linux/syscall-names.list | 4 ++--
3 files changed, 10 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.