This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c60159767dc AMDGPU: Pass special input registers to functions
new 7f318aee571 [llvm-pdbutil] Add an option to only dump specific module indices.
new 25237b0bdef Support: WOA64 and WOA Signals
new 688929ea0f3 AMDGPU: Fix implicitarg.ptr handling special inputs
The 3 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/Support/Windows/Signals.inc | 29 +++++--
lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.cpp | 4 +
lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.h | 13 ++-
lib/Target/AMDGPU/SIISelLowering.cpp | 21 ++++-
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 3 +-
test/CodeGen/AMDGPU/llvm.amdgcn.implicitarg.ptr.ll | 81 +++++++++++++++++-
tools/llvm-pdbutil/DumpOutputStyle.cpp | 96 ++++++++++++----------
tools/llvm-pdbutil/llvm-pdbutil.cpp | 4 +
tools/llvm-pdbutil/llvm-pdbutil.h | 1 +
9 files changed, 190 insertions(+), 62 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 6b658aae964 Fix typo.
new c60159767dc AMDGPU: Pass special input registers to functions
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/AMDGPUCallLowering.cpp | 4 +-
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 43 ++
lib/Target/AMDGPU/AMDGPUISelLowering.h | 21 +-
lib/Target/AMDGPU/SIFrameLowering.cpp | 12 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 295 ++++++++--
lib/Target/AMDGPU/SIISelLowering.h | 13 +
lib/Target/AMDGPU/SIInstrInfo.cpp | 9 +-
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 79 ++-
lib/Target/AMDGPU/SIMachineFunctionInfo.h | 96 ++--
lib/Target/AMDGPU/SIRegisterInfo.cpp | 55 --
lib/Target/AMDGPU/SIRegisterInfo.h | 25 -
test/CodeGen/AMDGPU/callee-special-input-sgprs.ll | 612 ++++++++++++++++++++
test/CodeGen/AMDGPU/callee-special-input-vgprs.ll | 671 ++++++++++++++++++++++
13 files changed, 1706 insertions(+), 229 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/callee-special-input-sgprs.ll
create mode 100644 test/CodeGen/AMDGPU/callee-special-input-vgprs.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 54657e3db7 [coverage] Special-case calls to noreturn functions.
new a00fc3d03e Enable AddressSanitizer for Fuchsia targets
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:
cmake/caches/Fuchsia-stage2.cmake | 1 +
lib/Driver/SanitizerArgs.cpp | 9 +++++----
lib/Driver/ToolChains/Fuchsia.cpp | 23 +++++++++++++----------
test/Driver/fuchsia.c | 26 ++++++++++++++++++++++++++
4 files changed, 45 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 release/2.25/master
in repository glibc.
from da3e97f94c powerpc: Fix logbl on power7 [BZ# 21280]
new e249a1e2a3 Fix the return type of the getentropy stub
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 ++++
stdlib/getentropy.c | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
--
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 c8c75789a0e AMDGPU: Add analysis pass for function argument info
new 6b658aae964 Fix typo.
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/ScheduleDAGInstrs.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 release/2.26/master
in repository glibc.
from dc258ce62a getaddrinfo: Release resolver context on error in gethosts [ [...]
new 665ce88d68 i686/multiarch: Regenerate ulps
new a4e5aa1a44 Fix the return type of the getentropy stub
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 | 8 ++++++++
stdlib/getentropy.c | 2 +-
sysdeps/i386/i686/fpu/multiarch/libm-test-ulps | 14 +++++++-------
3 files changed, 16 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 llvm.
from 2bbed02c0b2 [Inliner] Increase threshold for hot callsites without PGO.
new c8c75789a0e AMDGPU: Add analysis pass for function argument info
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 | 9 +-
lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.cpp | 127 +++++++++++++++++++
lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.h | 171 ++++++++++++++++++++++++++
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 21 +++-
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 4 +-
lib/Target/AMDGPU/CMakeLists.txt | 1 +
6 files changed, 326 insertions(+), 7 deletions(-)
create mode 100644 lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.cpp
create mode 100644 lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.h
--
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 24ab7723b8 Consistently use uintN_t not u_intN_t in libm.
new 144bdab050 i686/multiarch: Regenerate ulps
new 2b34e2716f Fix the return type of the getentropy stub
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 | 8 ++++++++
stdlib/getentropy.c | 2 +-
sysdeps/i386/i686/fpu/multiarch/libm-test-ulps | 14 +++++++-------
3 files changed, 16 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 llvm.
from a107abea4aa [Mips] Fix some Clang-tidy modernize-use-using and Include [...]
new 2bbed02c0b2 [Inliner] Increase threshold for hot callsites without PGO.
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/InlineCost.h | 4 +++
lib/Analysis/InlineCost.cpp | 70 ++++++++++++++++++++++++++++++++++++--
2 files changed, 71 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 clang.
from 764e1d8251 Use "foo-12345.o" instead of "foo.o-12345" as temporary file name.
new 54657e3db7 [coverage] Special-case calls to noreturn functions.
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/CoverageMappingGen.cpp | 12 ++++++++++++
test/CoverageMapping/switch.cpp | 13 +++++++++++++
2 files changed, 25 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.