This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 73389a219db Revert "[ThinLTO] Add debug output to test"
new 43658456ae9 Revert "[ThinLTO] Ensure we always select the same 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:
include/llvm/Transforms/IPO/FunctionImport.h | 16 +--
lib/LTO/LTO.cpp | 4 +-
lib/Transforms/IPO/FunctionImport.cpp | 157 +++++++++------------
.../FunctionImport/Inputs/funcimport_resolved1.ll | 34 -----
.../FunctionImport/Inputs/funcimport_resolved2.ll | 6 -
.../FunctionImport/funcimport_resolved.ll | 52 -------
tools/llvm-link/llvm-link.cpp | 2 +-
7 files changed, 77 insertions(+), 194 deletions(-)
delete mode 100644 test/Transforms/FunctionImport/Inputs/funcimport_resolved1.ll
delete mode 100644 test/Transforms/FunctionImport/Inputs/funcimport_resolved2.ll
delete mode 100644 test/Transforms/FunctionImport/funcimport_resolved.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 ee3e94b568 [ThinLTO] Ensure we always select the same function copy to import
new bdb4f6d2d6 Revert "[ThinLTO] Ensure we always select the same 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/CodeGen/BackendUtil.cpp | 5 +++--
1 file changed, 3 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 1382a3a7e81 Revert "AMDGPU: Fix handling of alignment padding in DAG ar [...]
new 73389a219db Revert "[ThinLTO] Add debug output to 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/Transforms/FunctionImport/hotness_based_import2.ll | 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 383081c48d2 [x86/SLH] Add an assert to catch if we ever end up trying t [...]
new 1382a3a7e81 Revert "AMDGPU: Fix handling of alignment padding in DAG ar [...]
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 | 14 +-
lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.cpp | 11 +-
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 183 +++++++++------------
lib/Target/AMDGPU/AMDGPUISelLowering.h | 7 +-
lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp | 5 +-
lib/Target/AMDGPU/AMDGPUMachineFunction.cpp | 11 +-
lib/Target/AMDGPU/AMDGPUMachineFunction.h | 15 +-
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 74 ++++-----
lib/Target/AMDGPU/AMDGPUSubtarget.h | 28 ++--
lib/Target/AMDGPU/R600.td | 5 +
lib/Target/AMDGPU/R600ISelLowering.cpp | 21 ++-
lib/Target/AMDGPU/SIISelLowering.cpp | 9 +-
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 24 +--
test/CodeGen/AMDGPU/kernel-args.ll | 77 ++-------
.../CodeGen/AMDGPU/kernel-argument-dag-lowering.ll | 132 ---------------
test/CodeGen/AMDGPU/llvm.amdgcn.implicitarg.ptr.ll | 16 +-
.../AMDGPU/llvm.amdgcn.kernarg.segment.ptr.ll | 2 +-
17 files changed, 214 insertions(+), 420 deletions(-)
delete mode 100644 test/CodeGen/AMDGPU/kernel-argument-dag-lowering.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 24ec170d118 [llvm-mca] Remove unused InstRef formal from pre and post e [...]
new 383081c48d2 [x86/SLH] Add an assert to catch if we ever end up trying t [...]
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/X86/X86SpeculativeLoadHardening.cpp | 8 ++++++++
1 file changed, 8 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 fab6a247ff4 Re-apply "[SCEV] Strengthen StrengthenNoWrapFlags (reapply [...]
new d0c165bf244 [ThinLTO] Add debug output to test
new 24ec170d118 [llvm-mca] Remove unused InstRef formal from pre and post e [...]
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:
test/Transforms/FunctionImport/hotness_based_import2.ll | 2 +-
tools/llvm-mca/FetchStage.cpp | 2 +-
tools/llvm-mca/FetchStage.h | 2 +-
tools/llvm-mca/Pipeline.cpp | 12 ++++++------
tools/llvm-mca/Pipeline.h | 4 ++--
tools/llvm-mca/Stage.h | 4 ++--
6 files changed, 13 insertions(+), 13 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 e1f7ba02d12 runtime: skip zero-sized fields in structs when convert [...]
new d8b3497f9de Daily bump.
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/DATESTAMP | 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 gcc-8-branch
in repository gcc.
from 4810dbfbd11 x86: Tune Skylake, Cannonlake and Icelake as Haswell
new 1656a807372 Daily bump.
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/DATESTAMP | 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 gcc-7-branch
in repository gcc.
from a63ba551abb Daily bump.
new 88621ae8140 Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from aaba178f045 Daily bump.
new 2f6dc790add Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.