This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 61239b0 AMDGPU: Remove llvm.SI.sendmsg
new 1e5304f Split WinCOFFObjectWriter::writeObject function.
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/MC/WinCOFFObjectWriter.cpp | 343 ++++++++++++++++++++++-------------------
1 file changed, 183 insertions(+), 160 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 06bbcb3 [Builtin][ARM] #ifdef ARM vfp tests and cpu_model_tests
new 367c229 Extract *.a to *.bc conversion into separate script.
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:
.../symbolizer/scripts/ar_to_bc.sh | 39 ++++++++++++++++++++++
.../symbolizer/scripts/build_symbolizer.sh | 31 ++++++++---------
2 files changed, 53 insertions(+), 17 deletions(-)
create mode 100755 lib/sanitizer_common/symbolizer/scripts/ar_to_bc.sh
--
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 0ddf101 Remove useless local variable.
new a0240d6 AMDGPU: Remove SI_fs_constant and SI_fs_interp intrinsics
new 61239b0 AMDGPU: Remove llvm.SI.sendmsg
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/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 23 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 32 +-
lib/Target/AMDGPU/SIIntrinsics.td | 7 -
.../DivergenceAnalysis/AMDGPU/interp-intrinsics.ll | 22 -
test/CodeGen/AMDGPU/coalescer-subrange-crash.ll | 38 +-
test/CodeGen/AMDGPU/llvm.SI.fs.interp.ll | 59 --
test/CodeGen/AMDGPU/llvm.amdgcn.interp.ll | 51 +-
test/CodeGen/AMDGPU/llvm.amdgcn.sendmsg.ll | 62 ---
test/CodeGen/AMDGPU/ret_jump.ll | 22 +-
test/CodeGen/AMDGPU/sgpr-copy.ll | 183 ++++---
test/CodeGen/AMDGPU/si-lod-bias.ll | 32 +-
test/CodeGen/AMDGPU/si-scheduler.ll | 34 +-
test/CodeGen/AMDGPU/si-sgpr-spill.ll | 610 +++++++++++++++------
test/CodeGen/AMDGPU/spill-m0.ll | 13 +-
test/CodeGen/AMDGPU/unigine-liveness-crash.ll | 32 +-
15 files changed, 710 insertions(+), 510 deletions(-)
delete mode 100644 test/Analysis/DivergenceAnalysis/AMDGPU/interp-intrinsics.ll
delete mode 100644 test/CodeGen/AMDGPU/llvm.SI.fs.interp.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 lldb.
from 71a29f2 Fix Xcode project.
new cd68177 Fix a bug introduced in r235737 where code with important sid [...]
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:
source/Host/common/Symbols.cpp | 3 ++-
source/Host/macosx/Symbols.cpp | 3 ++-
2 files changed, 4 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 5ececce Rename variables to match the LLVM style.
new 0ddf101 Remove useless local variable.
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/MC/WinCOFFObjectWriter.cpp | 13 ++++---------
1 file changed, 4 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 7b13e5d [Sema] Add lvalue-to-rvalue cast in direct-list-initializatio [...]
new 78da9c1 Add missing regexp quantifiers in a test.
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/CodeGen/sanitize-init-order.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 clang.
from 73de459 [c++1z] Diagnose non-deducible template parameters in deducti [...]
new 7b13e5d [Sema] Add lvalue-to-rvalue cast in direct-list-initializatio [...]
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 | 2 ++
test/CXX/dcl.decl/dcl.init/dcl.init.list/p3.cpp | 45 +++++++++++++++++--------
2 files changed, 33 insertions(+), 14 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 b6ae6ad [X86] Re-enable conditional tail calls and fix PR31257.
new 5ececce Rename variables to match the LLVM style.
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/MC/WinCOFFObjectWriter.cpp | 191 +++++++++++++++++++++--------------------
1 file changed, 97 insertions(+), 94 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 binutils-gdb.
from eb721b5 Automatic date update in version.in
new 99e8a4f PR gdb/21164: maint print {symbols,msymbols,psymbols} without [...]
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/ChangeLog | 8 ++++++++
gdb/psymtab.c | 4 ++--
gdb/symmisc.c | 8 ++++----
gdb/testsuite/ChangeLog | 6 ++++++
gdb/testsuite/gdb.base/maint.exp | 7 +++++++
5 files changed, 27 insertions(+), 6 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 14434fb [dllimport] Check for dtor references in functions
new 73de459 [c++1z] Diagnose non-deducible template parameters in deducti [...]
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/Basic/DiagnosticSemaKinds.td | 6 ++-
include/clang/Sema/Sema.h | 1 +
lib/Sema/SemaDecl.cpp | 12 +++--
lib/Sema/SemaTemplate.cpp | 54 ++++++++++++++++------
.../cxx1z-class-template-argument-deduction.cpp | 18 ++++++++
www/cxx_status.html | 3 +-
6 files changed, 73 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.