This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bd1a2668986 Revert "RegScavenging: Add scavengeRegisterBackwards()"
new 4a2fcf3b58e [DWARF] Replaced mem-initializers with non-static data memb [...]
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/DebugInfo/DWARF/DWARFVerifier.h | 9 ++++-----
1 file changed, 4 insertions(+), 5 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 zorg.
from b457e4d Allow most libc++ builders to run on any of EricWF's slaves
new 25ed3b8 Added am1i-slv2 buildslave.
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:
buildbot/osuosl/master/config/slaves.py | 7 +++++--
1 file changed, 5 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 compiler-rt.
from ca24bb081 Add test for logging the implicit "this" argument for C++ mem [...]
new 03a96b718 [Sanitizers] Secondary allocator respects allocator_may_retur [...]
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:
.../sanitizer_allocator_secondary.h | 7 +-
lib/sanitizer_common/sanitizer_common.h | 3 +
lib/sanitizer_common/sanitizer_posix.cc | 16 +++++
lib/sanitizer_common/sanitizer_win.cc | 10 +++
test/asan/TestCases/Linux/allocator_oom_test.cc | 82 ++++++++++++++++++++++
5 files changed, 116 insertions(+), 2 deletions(-)
create mode 100644 test/asan/TestCases/Linux/allocator_oom_test.cc
--
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 586c8c8eaf8 [Patch ARM] Fix PR71778
new 3fff8ec1d2d * pt.c (tsubst_baselink): Fix & clarify formatting.
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/cp/ChangeLog | 2 +
gcc/cp/pt.c | 148 +++++++++++++++++++++++++++----------------------------
2 files changed, 74 insertions(+), 76 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 2aee8d9aa7 Fix a bug that warnings generated with -M or -MM flags
new ed8e550179 [ubsan] docs: Add a note about pointers to volatile
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:
docs/UndefinedBehaviorSanitizer.rst | 6 ++++++
1 file changed, 6 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 lld.
from 99588fea8 Split Target.cpp into small files.
new b5dd97c10 Add comments for AVR 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:
ELF/Arch/AVR.cpp | 19 +++++++++++++++++++
1 file changed, 19 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 llvm.
from 17473f556eb Fix function name /NFC
new bd1a2668986 Revert "RegScavenging: Add scavengeRegisterBackwards()"
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/CodeGen/RegisterScavenging.h | 18 -
lib/CodeGen/RegisterScavenging.cpp | 431 ++++++---------------
test/CodeGen/AArch64/reg-scavenge-frame.mir | 42 +-
test/CodeGen/AMDGPU/attr-amdgpu-num-sgpr.ll | 77 ++--
.../code-object-metadata-kernel-debug-props.ll | 4 +-
test/CodeGen/AMDGPU/frame-index-elimination.ll | 14 +-
test/CodeGen/ARM/alloca-align.ll | 2 +-
test/CodeGen/ARM/execute-only-big-stack-frame.ll | 4 +-
test/CodeGen/ARM/fpoffset_overflow.mir | 12 +-
test/CodeGen/Mips/emergency-spill-slot-near-fp.ll | 88 ++---
test/CodeGen/PowerPC/dyn-alloca-aligned.ll | 4 +-
test/CodeGen/PowerPC/scavenging.mir | 10 +-
test/CodeGen/Thumb/large-stack.ll | 12 +-
test/CodeGen/X86/scavenger.mir | 29 +-
14 files changed, 233 insertions(+), 514 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 lld.
from 3a325ba85 [ELF] Enable createThunks to be called more than once.
new 99588fea8 Split Target.cpp into small files.
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/Arch/AArch64.cpp | 374 ++++++++
ELF/Arch/AMDGPU.cpp | 82 ++
ELF/Arch/ARM.cpp | 432 +++++++++
ELF/Arch/AVR.cpp | 59 ++
ELF/Arch/Mips.cpp | 422 +++++++++
ELF/Arch/PPC.cpp | 63 ++
ELF/Arch/PPC64.cpp | 215 +++++
ELF/Arch/X86.cpp | 363 ++++++++
ELF/Arch/X86_64.cpp | 468 ++++++++++
ELF/CMakeLists.txt | 9 +
ELF/Target.cpp | 2379 +-------------------------------------------------
ELF/Target.h | 47 +-
12 files changed, 2572 insertions(+), 2341 deletions(-)
create mode 100644 ELF/Arch/AArch64.cpp
create mode 100644 ELF/Arch/AMDGPU.cpp
create mode 100644 ELF/Arch/ARM.cpp
create mode 100644 ELF/Arch/AVR.cpp
create mode 100644 ELF/Arch/Mips.cpp
create mode 100644 ELF/Arch/PPC.cpp
create mode 100644 ELF/Arch/PPC64.cpp
create mode 100644 ELF/Arch/X86.cpp
create mode 100644 ELF/Arch/X86_64.cpp
--
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 0f80c9a5799 * profile.c (compare_freqs): New function. (branch_prob): [...]
new 11b127c2574 * gcc.dg/tree-ssa/ssa-lim-11.c: Disable branch prediction.
new 586c8c8eaf8 [Patch ARM] Fix PR71778
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 | 7 +++++++
gcc/config/arm/arm-builtins.c | 7 ++++++-
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-11.c | 2 +-
gcc/testsuite/gcc.target/arm/pr71778.c | 24 ++++++++++++++++++++++++
5 files changed, 47 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/pr71778.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 glibc.
from 92bd70fb85 Update timezone code from tzcode 2017b.
new 52243b520e Remove _dl_out_of_memory from elf/Versions
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 | 4 ++++
elf/Versions | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.