This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 70e6b37768d Make OrderedInstructions and OrderedBasicBlock use Assertin [...]
new c1376f35734 Revert "Make OrderedInstructions and OrderedBasicBlock use [...]
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/Analysis/OrderedBasicBlock.h | 3 +--
include/llvm/Transforms/Utils/OrderedInstructions.h | 5 ++---
2 files changed, 3 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 4a0b0c8 "adb" command to debug bot
new 3116323 Fix USER and HOME vars and restart ADB server
new c27b069 Remove debug commands
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:
zorg/buildbot/builders/sanitizers/buildbot_android.sh | 9 ++++++---
1 file changed, 6 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 llvm.
from c278dccfd0a AMDGPU: Remove SITypeRewriter
new 70e6b37768d Make OrderedInstructions and OrderedBasicBlock use Assertin [...]
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/Analysis/OrderedBasicBlock.h | 3 ++-
include/llvm/Transforms/Utils/OrderedInstructions.h | 5 +++--
2 files changed, 5 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 gcc.
from 1fa67b63a33 PR c++/72764 - ICE with invalid template typename.
new 6e56a2d7add [AArch64] Do not increase data alignment at -Os and with -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:
gcc/ChangeLog | 6 ++++++
gcc/config/aarch64/aarch64.h | 26 ++++++++++++++++++--------
2 files changed, 24 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 compiler-rt.
from 59b78d964 [PGO] Reduce IO in profile dumping with merging
new 7ea9c79f1 [Sanitizers] Operator new() interceptors always die on alloca [...]
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/asan/asan_allocator.cc | 11 ++-
lib/asan/asan_new_delete.cc | 39 +++++----
lib/lsan/lsan_interceptors.cc | 23 +++--
lib/msan/msan_new_delete.cc | 20 +++--
lib/sanitizer_common/sanitizer_allocator.cc | 4 +-
lib/sanitizer_common/sanitizer_allocator.h | 4 +-
lib/scudo/scudo_new_delete.cpp | 9 +-
lib/tsan/rtl/tsan_new_delete.cc | 13 +--
test/asan/TestCases/allocator_returns_null.cc | 107 ++++++++++++++++--------
test/msan/allocator_returns_null.cc | 115 +++++++++++++++++--------
test/scudo/sizes.cpp | 45 +++++++---
test/tsan/allocator_returns_null.cc | 116 ++++++++++++++++++--------
12 files changed, 342 insertions(+), 164 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 a898e97f001 [lit] Remove dead code (not referenced anywhere), and clari [...]
new c278dccfd0a AMDGPU: Remove SITypeRewriter
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/AMDGPU/AMDGPU.h | 1 -
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 1 -
lib/Target/AMDGPU/CMakeLists.txt | 1 -
lib/Target/AMDGPU/SITypeRewriter.cpp | 156 --------
test/CodeGen/AMDGPU/bug-vopc-commute.ll | 6 +-
test/CodeGen/AMDGPU/llvm.SI.load.dword.ll | 22 +-
test/CodeGen/AMDGPU/llvm.SI.tbuffer.store.ll | 20 +-
test/CodeGen/AMDGPU/mubuf.ll | 22 +-
test/CodeGen/AMDGPU/ret_jump.ll | 7 +-
test/CodeGen/AMDGPU/scheduler-subrange-crash.ll | 12 +-
test/CodeGen/AMDGPU/sgpr-copy.ll | 94 ++---
test/CodeGen/AMDGPU/si-lod-bias.ll | 17 +-
test/CodeGen/AMDGPU/si-sgpr-spill.ll | 398 ++++++++++-----------
test/CodeGen/AMDGPU/si-spill-cf.ll | 136 +++----
test/CodeGen/AMDGPU/smrd.ll | 48 +--
test/CodeGen/AMDGPU/split-smrd.ll | 4 +-
.../AMDGPU/vgpr-spill-emergency-stack-slot.ll | 20 +-
17 files changed, 401 insertions(+), 564 deletions(-)
delete mode 100644 lib/Target/AMDGPU/SITypeRewriter.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 zorg.
from 2c6df54 Add AArch64 GlobalISel buildbot
new f78e180 "adb" command to debug bot
new 4a0b0c8 "adb" command to debug bot
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:
zorg/buildbot/builders/sanitizers/buildbot_android.sh | 3 +++
1 file changed, 3 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 a143b4a4f33 Fold fneg and fabs like multiplications
new e6bc60b8355 Fix a typo.
new a898e97f001 [lit] Remove dead code (not referenced anywhere), and clari [...]
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/Analysis/InlineCost.cpp | 2 +-
utils/lit/lit/run.py | 218 +++++++++-----------------------------------
2 files changed, 42 insertions(+), 178 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 2a7f0d579e1 * config/i386/avx512vlintrin.h (_mm256_permutexvar_epi64) [...]
new 1fa67b63a33 PR c++/72764 - ICE with invalid template typename.
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 | 4 ++++
gcc/cp/cp-tree.h | 1 +
gcc/cp/decl.c | 2 +-
gcc/cp/tree.c | 17 ++++++++++-------
gcc/testsuite/g++.dg/cpp0x/alias-decl-60.C | 16 ++++++++++++++++
5 files changed, 32 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-60.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.