This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from ad22c75 [CUDA] "Support" ASAN arguments in CudaToolChain
new 097fe2b Recover better from an incompatible .pcm file being provided [...]
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/Lex/ModuleLoader.h | 25 +++++++++++++++++++------
lib/Frontend/CompilerInstance.cpp | 21 +++++++++++++++++----
lib/Lex/PPDirectives.cpp | 10 +++++-----
test/Modules/config-mismatch.cpp | 10 ++++++++++
4 files changed, 51 insertions(+), 15 deletions(-)
create mode 100644 test/Modules/config-mismatch.cpp
--
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 lld.
from a4f68bb Fix undefined behavior.
new 3b2f973 Write the addent to got entries when using Elf_Rel.
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:
ELF/Relocations.cpp | 6 ++++--
test/ELF/dynamic-got.s | 33 +++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+), 2 deletions(-)
create mode 100644 test/ELF/dynamic-got.s
--
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 070f9f1 [WebAssembly] Add an -mdirect flag for the direct wasm object [...]
new ad22c75 [CUDA] "Support" ASAN arguments in CudaToolChain
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/Driver/ToolChains.cpp | 9 +++++++++
lib/Driver/ToolChains.h | 2 ++
test/Driver/cuda-no-sanitizers.cu | 1 +
3 files changed, 12 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 clang.
from 1057307 Delete tautological assertion.
new 070f9f1 [WebAssembly] Add an -mdirect flag for the direct wasm object [...]
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/Driver/Options.td | 2 ++
lib/Basic/Targets.cpp | 4 ++++
2 files changed, 6 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 2d19570 AMDGPU: Use wider scalar spills for SGPR spilling
new 7d2e3aa [ThinLTO] Stop importing constant global vars as copies in th [...]
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/IPO/FunctionImport.cpp | 12 ----------
lib/Transforms/Utils/FunctionImportUtils.cpp | 11 ---------
test/Linker/funcimport.ll | 6 +++--
...e_with_cache.ll => reference_non_importable.ll} | 6 ++---
test/ThinLTO/X86/Inputs/referenced_by_constant.ll | 8 ++++++-
test/ThinLTO/X86/funcimport.ll | 3 ++-
test/ThinLTO/X86/reference_non_importable.ll | 28 ++++++++++++++++++++++
test/ThinLTO/X86/referenced_by_constant.ll | 19 +++++++++++----
8 files changed, 59 insertions(+), 34 deletions(-)
copy test/ThinLTO/X86/Inputs/{empty_module_with_cache.ll => reference_non_importab [...]
create mode 100644 test/ThinLTO/X86/reference_non_importable.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 40c40ef When instructions are hoisted out of loops by MachineLICM, re [...]
new 2d19570 AMDGPU: Use wider scalar spills for SGPR spilling
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/SIRegisterInfo.cpp | 85 +++++++++++---
test/CodeGen/AMDGPU/si-spill-sgpr-stack.ll | 22 +---
test/CodeGen/AMDGPU/spill-m0.ll | 29 ++---
test/CodeGen/AMDGPU/spill-wide-sgpr.ll | 176 +++++++++++++++++++++++++++++
4 files changed, 259 insertions(+), 53 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/spill-wide-sgpr.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 ec5f181 Struct GEPs must use i32, not whatever size_t is. It should [...]
new 1057307 Delete tautological assertion.
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/AST/DeclTemplate.cpp | 1 -
1 file changed, 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 d937b69 SDAG: Avoid a large, usually empty SmallVector in a recursive [...]
new 40c40ef When instructions are hoisted out of loops by MachineLICM, re [...]
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/MachineLICM.cpp | 5 +
test/CodeGen/ARM/debug-info-branch-folding.ll | 9 +-
test/DebugInfo/MIR/X86/mlicm-hoist.mir | 141 ++++++++++++++++++++++++++
3 files changed, 151 insertions(+), 4 deletions(-)
create mode 100644 test/DebugInfo/MIR/X86/mlicm-hoist.mir
--
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 lld.
from 79f6adf Add an assert instead of ignoring an impossible condition.
new a4f68bb Fix undefined behavior.
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:
ELF/ICF.cpp | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.