This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 7cd3aed Remove DefinedSynthetic.
new f503ea8 Print an error message instead of an assertion failure.
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:
COFF/Librarian.cpp | 5 ++++-
1 file changed, 4 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 clang.
from 4222836 Fix handling of -fmodule-map-file=X where X has no directory [...]
new 051c501 Add a cmake cache file for a stage-2 build with ThinLTO
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/Apple-stage2-ThinLTO.cmake | 6 ++++++
1 file changed, 6 insertions(+)
create mode 100644 cmake/caches/Apple-stage2-ThinLTO.cmake
--
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 zorg.
from d267d60 Removed builder clang-3stage-ubuntu temporally.
new 6e22998 Jenkins build.py: add a --thinlto option.
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:
zorg/jenkins/build.py | 14 ++++++++++++--
1 file changed, 12 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 335955c AMDGPU: add missing lit.local.cfg to test/DebugInfo/AMDGPU
new 1166572 WholeProgramDevirt: Implement importing for uniform ret val opt.
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/WholeProgramDevirt.cpp | 18 ++++++++++++++++++
.../Inputs/import-uniform-ret-val.yaml | 19 +++++++++++++++++++
test/Transforms/WholeProgramDevirt/import.ll | 9 +++++++++
3 files changed, 46 insertions(+)
create mode 100644 test/Transforms/WholeProgramDevirt/Inputs/import-uniform-ret-val.yaml
--
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 4286e35 Revert "[ubsan] Detect UB loads from bitfields"
new 4222836 Fix handling of -fmodule-map-file=X where X has no directory [...]
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/Lex/HeaderSearch.cpp | 6 ++++--
test/Modules/module_map_cwd.c | 9 +++++++++
2 files changed, 13 insertions(+), 2 deletions(-)
create mode 100644 test/Modules/module_map_cwd.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 lnt.
from ea6f00a Fix typo from r297125
new 5a39849 Can’t do analysis without a secret key set
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:
lnt/lnttool/viewcomparison.py | 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 gcc.
from 80f183f Daily bump.
new 85de960 PR c++/79797 - ICE with self-reference in array DMI.
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/cp/ChangeLog | 6 ++++
gcc/cp/constexpr.c | 59 ++++++++++++++++++++------------
gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr7.C | 12 +++++++
3 files changed, 56 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr7.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 1970df1 AMDGPU/SI: Disable unrolling in the loop vectorizer if the lo [...]
new 611bafa Perform symbol binding for .symver versioned symbols
new 0e53400 WholeProgramDevirt: Implement importing for single-impl devir [...]
new 335955c AMDGPU: add missing lit.local.cfg to test/DebugInfo/AMDGPU
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:
include/llvm/MC/MCStreamer.h | 8 ++
include/llvm/Object/ModuleSymbolTable.h | 3 +-
lib/Analysis/ModuleSummaryAnalysis.cpp | 5 +-
lib/LTO/LTOBackend.cpp | 2 +-
lib/MC/MCParser/ELFAsmParser.cpp | 1 +
lib/MC/MCStreamer.cpp | 2 +
lib/Object/ModuleSymbolTable.cpp | 89 ++++++++++++++++++++--
lib/Object/RecordStreamer.cpp | 5 ++
lib/Object/RecordStreamer.h | 18 +++++
lib/Transforms/IPO/FunctionImport.cpp | 2 +-
lib/Transforms/IPO/WholeProgramDevirt.cpp | 58 +++++++++++---
.../CostModel => DebugInfo}/AMDGPU/lit.local.cfg | 0
test/LTO/X86/symver-asm.ll | 43 +++++++++--
test/LTO/X86/symver-asm2.ll | 30 ++++++++
.../Inputs/import-single-impl.yaml | 13 ++++
test/Transforms/WholeProgramDevirt/import.ll | 49 ++++++++++++
16 files changed, 299 insertions(+), 29 deletions(-)
copy test/{Analysis/CostModel => DebugInfo}/AMDGPU/lit.local.cfg (100%)
create mode 100644 test/LTO/X86/symver-asm2.ll
create mode 100644 test/Transforms/WholeProgramDevirt/Inputs/import-single-impl.yaml
create mode 100644 test/Transforms/WholeProgramDevirt/import.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 8b3b938 Driver/ToolChains: Remove extra semicolons. NFC
new 4286e35 Revert "[ubsan] Detect UB loads from bitfields"
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/CGAtomic.cpp | 2 +-
lib/CodeGen/CGExpr.cpp | 7 ++---
lib/CodeGen/CodeGenFunction.h | 2 +-
test/CodeGenCXX/ubsan-bitfields.cpp | 21 --------------
test/CodeGenObjC/ubsan-bool.m | 57 ++-----------------------------------
5 files changed, 7 insertions(+), 82 deletions(-)
delete mode 100644 test/CodeGenCXX/ubsan-bitfields.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 zorg.
from 2ad3409 Reverted r297041.
new d267d60 Removed builder clang-3stage-ubuntu temporally.
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:
buildbot/osuosl/master/config/builders.py | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.