This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ea86d96d388 2017-08-01 Thomas König <tkoenig(a)gcc.gnu.org>
new ad68cabeada 386: Disallow naked attribute with interrupt attribute
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/i386/i386.c | 4 ++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr81654.c | 8 ++++++++
4 files changed, 23 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/pr81654.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 llvm.
from ff9e21161dc AMDGPU: Add test for r308774
new 0d8a77755a7 [Value Tracking] Default argument to true and rename accord [...]
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/ValueTracking.h | 3 +--
lib/Analysis/ValueTracking.cpp | 22 +++++++++++-----------
lib/Transforms/InstCombine/InstCombineSelect.cpp | 4 ++--
lib/Transforms/Scalar/JumpThreading.cpp | 7 +++----
lib/Transforms/Utils/SimplifyCFG.cpp | 4 ++--
5 files changed, 19 insertions(+), 21 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 64d9fef921 Revert "Thread Safety Analysis: fix assert_capability."
new 2982256387 [clang-diff] Move data declarations to the public header
new 6a453c4b1e [clang-diff] Renames, NFC
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:
include/clang/Tooling/ASTDiff/ASTDiff.h | 58 +++--
include/clang/Tooling/ASTDiff/ASTDiffInternal.h | 148 +------------
lib/Tooling/ASTDiff/ASTDiff.cpp | 268 +++++++++++++++++-------
3 files changed, 232 insertions(+), 242 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 a68b470abaa [DebugInfo] Don't turn dbg.declare into DBG_VALUE for stati [...]
new 43950949ad8 AMDGPU: Initial implementation of calls
new ff9e21161dc AMDGPU: Add test for r308774
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/AMDGPUCallingConv.td | 4 +
lib/Target/AMDGPU/AMDGPUFrameLowering.h | 4 -
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 1 +
lib/Target/AMDGPU/AMDGPUInstrInfo.cpp | 4 +-
lib/Target/AMDGPU/AMDGPUInstrInfo.td | 16 +
lib/Target/AMDGPU/AMDGPUMCInstLower.cpp | 3 +
lib/Target/AMDGPU/AMDGPURegisterInfo.cpp | 14 +
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 11 +
lib/Target/AMDGPU/AMDGPUTargetMachine.h | 3 +
lib/Target/AMDGPU/R600FrameLowering.h | 4 +
lib/Target/AMDGPU/SIFrameLowering.cpp | 35 ++
lib/Target/AMDGPU/SIFrameLowering.h | 5 +
lib/Target/AMDGPU/SIISelLowering.cpp | 406 +++++++++++++++++-
lib/Target/AMDGPU/SIISelLowering.h | 15 +
lib/Target/AMDGPU/SIInstructions.td | 39 ++
lib/Target/AMDGPU/SIRegisterInfo.cpp | 11 +-
lib/Target/AMDGPU/SIRegisterInfo.h | 1 +
lib/Target/AMDGPU/SIRegisterInfo.td | 12 +
test/CodeGen/AMDGPU/basic-call-return.ll | 27 ++
test/CodeGen/AMDGPU/byval-frame-setup.ll | 235 +++++++++++
test/CodeGen/AMDGPU/call-argument-types.ll | 527 ++++++++++++++++++++++++
test/CodeGen/AMDGPU/call-preserved-registers.ll | 251 +++++++++++
test/CodeGen/AMDGPU/call-return-types.ll | 241 +++++++++++
test/CodeGen/AMDGPU/callee-frame-setup.ll | 58 ++-
test/CodeGen/AMDGPU/frame-index-elimination.ll | 31 +-
test/CodeGen/AMDGPU/nested-calls.ll | 41 ++
26 files changed, 1983 insertions(+), 16 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/basic-call-return.ll
create mode 100644 test/CodeGen/AMDGPU/byval-frame-setup.ll
create mode 100644 test/CodeGen/AMDGPU/call-argument-types.ll
create mode 100644 test/CodeGen/AMDGPU/call-preserved-registers.ll
create mode 100644 test/CodeGen/AMDGPU/call-return-types.ll
create mode 100644 test/CodeGen/AMDGPU/nested-calls.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 1e94034bfc Thread Safety Analysis: fix assert_capability.
new 64d9fef921 Revert "Thread Safety Analysis: fix assert_capability."
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/Attr.td | 2 +-
lib/Analysis/ThreadSafety.cpp | 19 ++-----------------
lib/Sema/SemaDeclAttr.cpp | 6 +-----
test/SemaCXX/warn-thread-safety-analysis.cpp | 10 +---------
4 files changed, 5 insertions(+), 32 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 c5f425b201b [Value Tracking] Refactor and/or logic into helper. NFC.
new a68b470abaa [DebugInfo] Don't turn dbg.declare into DBG_VALUE for stati [...]
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/SelectionDAG/SelectionDAGBuilder.cpp | 7 +++
test/DebugInfo/COFF/local-variables.ll | 2 +-
test/DebugInfo/WebAssembly/dbg-declare.ll | 3 +-
test/DebugInfo/X86/array.ll | 18 ++++---
test/DebugInfo/X86/dbg-declare-alloca.ll | 63 ++++++++++++++++++++++++
test/DebugInfo/X86/dbg-declare.ll | 14 +++++-
6 files changed, 96 insertions(+), 11 deletions(-)
create mode 100644 test/DebugInfo/X86/dbg-declare-alloca.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 llvm.
from 3db8a6568e7 [AMDGPU] Put a function used only inside assert() under NDEBUG.
new c5f425b201b [Value Tracking] Refactor and/or logic into helper. NFC.
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/Analysis/ValueTracking.cpp | 92 ++++++++++++++++++++++++------------------
1 file changed, 52 insertions(+), 40 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 b13db10f9e [Sema] Fix lax conversion between non ext vectors
new b6749408f2 [CMake] Include sancov tool in Fuchsia toolchain
new 1e94034bfc Thread Safety Analysis: fix assert_capability.
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:
cmake/caches/Fuchsia-stage2.cmake | 1 +
include/clang/Basic/Attr.td | 2 +-
lib/Analysis/ThreadSafety.cpp | 19 +++++++++++++++++--
lib/Sema/SemaDeclAttr.cpp | 6 +++++-
test/SemaCXX/warn-thread-safety-analysis.cpp | 10 +++++++++-
5 files changed, 33 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 gcc.
from 41084313e59 2017-08-01 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new ea86d96d388 2017-08-01 Thomas König <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/ChangeLog | 6 ++++++
gcc/fortran/intrinsic.c | 8 +++++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/logical_assignment_1.f90 | 10 ++++++++++
4 files changed, 26 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/logical_assignment_1.f90
--
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 9cbd52dd728 [lanai] Add getIntImmCost in LanaiTargetTransformInfo.
new 3db8a6568e7 [AMDGPU] Put a function used only inside assert() under NDEBUG.
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/AMDGPURewriteOutArguments.cpp | 4 ++++
1 file changed, 4 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.