This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from bbc1a64188 [Driver] Disable static C++ library support on Fuchsia
new 67df222713 [CMake] Include llvm-objcopy tool in Fuchsia toolchain
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 +
1 file changed, 1 insertion(+)
--
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 759393be2d5 [PM] Fix a bug where through CGSCC iteration we can get inf [...]
new f7a9c73f745 [SimplifyCFG] Fix typo in comment. 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/Transforms/Utils/SimplifyCFG.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 master
in repository llvm.
from 6023e68daed AMDGPU: Fix clobbering CSR VGPRs when spilling SGPR to it
new 759393be2d5 [PM] Fix a bug where through CGSCC iteration we can get inf [...]
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/CGSCCPassManager.h | 23 +++++-
lib/Transforms/IPO/Inliner.cpp | 38 +++++++++-
test/Transforms/Inline/cgscc-cycle.ll | 125 +++++++++++++++++++++++++++++++
3 files changed, 181 insertions(+), 5 deletions(-)
create mode 100644 test/Transforms/Inline/cgscc-cycle.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 5474c6d8df7 AMDGPU: Fix emitting encoded calls
new 6023e68daed AMDGPU: Fix clobbering CSR VGPRs when spilling SGPR to it
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/SIFrameLowering.cpp | 25 +++++++++++++++++++++---
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 22 +++++++++++++++++++--
lib/Target/AMDGPU/SIMachineFunctionInfo.h | 19 +++++++++++++++++-
test/CodeGen/AMDGPU/byval-frame-setup.ll | 12 +++++++-----
test/CodeGen/AMDGPU/call-graph-register-usage.ll | 8 ++++----
test/CodeGen/AMDGPU/callee-frame-setup.ll | 23 +++++++++++++++++-----
test/CodeGen/AMDGPU/nested-calls.ll | 20 +++++++++++++++----
7 files changed, 105 insertions(+), 24 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 23e59ddf6d1 AMDGPU: Analyze callee resource usage in AsmPrinter
new 5474c6d8df7 AMDGPU: Fix emitting encoded calls
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/AMDGPUMCInstLower.cpp | 13 ++++++++++---
lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp | 2 +-
test/CodeGen/AMDGPU/call-encoding.ll | 19 +++++++++++++++++++
3 files changed, 30 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/call-encoding.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 cbd284128f6 Update the new PM pipeline to make ICP aware if it is Sampl [...]
new 23e59ddf6d1 AMDGPU: Analyze callee resource usage in AsmPrinter
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/AMDGPUAsmPrinter.cpp | 156 +++++++++++++-
lib/Target/AMDGPU/AMDGPUMCInstLower.cpp | 5 +
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 5 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 19 +-
lib/Target/AMDGPU/SIInstructions.td | 20 +-
test/CodeGen/AMDGPU/call-graph-register-usage.ll | 230 +++++++++++++++++++++
test/CodeGen/AMDGPU/promote-alloca-calling-conv.ll | 12 +-
7 files changed, 425 insertions(+), 22 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/call-graph-register-usage.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 dbd873dceb6 [AMDGPU] Fix asan error after last commit
new cbd284128f6 Update the new PM pipeline to make ICP aware if it is Sampl [...]
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/LTO/LTOBackend.cpp | 12 ++++--
lib/Passes/PassBuilder.cpp | 46 ++++++++++++----------
.../X86/Inputs/load-sample-prof-icp.prof | 2 +
...load-sample-prof.ll => load-sample-prof-icp.ll} | 29 +++++++++-----
4 files changed, 54 insertions(+), 35 deletions(-)
create mode 100644 test/LTO/Resolution/X86/Inputs/load-sample-prof-icp.prof
copy test/LTO/Resolution/X86/{load-sample-prof.ll => load-sample-prof-icp.ll} (51%)
--
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 f5ed40bd2c8 [DAG] Refactor store merge subexpressions. NFC.
new dbd873dceb6 [AMDGPU] Fix asan error after last commit
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/SIOptimizeExecMaskingPreRA.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 master
in repository clang.
from af1df2901b [Headers][Darwin] Allow #include_next<float.h> to work on Da [...]
new bbc1a64188 [Driver] Disable static C++ library support on Fuchsia
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 | 3 +++
lib/Driver/ToolChains/Fuchsia.cpp | 9 +--------
test/Driver/fuchsia.cpp | 4 ++--
3 files changed, 6 insertions(+), 10 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_50
in repository clang.
from 888cdb53e0 Merging r309382: ------------------------------------------- [...]
new 90047174d9 Merging r309752: ------------------------------------------- [...]
new 2239da4a1b Merging r309722: ------------------------------------------- [...]
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/Headers/float.h | 9 +++++++++
lib/Sema/SemaExpr.cpp | 2 +-
test/Sema/vector-cast.c | 8 ++++++++
3 files changed, 18 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.