This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 20c54d96c73 [WebAssembly] Optimize BUILD_VECTOR lowering for size
new 00f3241eeb2 GlobalISel: Support narrowScalar for uneven loads
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/GlobalISel/LegalizerHelper.cpp | 51 +++++++---
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 8 ++
test/CodeGen/AMDGPU/GlobalISel/legalize-load.mir | 121 ++++++++++++++++++++++-
3 files changed, 168 insertions(+), 12 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 04397e6c108 Daily bump.
new bd509204309 PR testsuite/89110 * g++.dg/other/nontype-1.C: Expect err [...]
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/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/other/nontype-1.C | 4 ++--
gcc/testsuite/g++.dg/parse/crash13.C | 4 ++--
gcc/testsuite/g++.dg/parse/error36.C | 2 +-
gcc/testsuite/g++.dg/template/error29.C | 4 ++--
5 files changed, 15 insertions(+), 7 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 4e2b23d011a Add enum values to CodeGenOpt::Level
new 553368f2f86 GlobalISel: Handle some odd splits in fewerElementsVector
new 20c54d96c73 [WebAssembly] Optimize BUILD_VECTOR lowering for size
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/CodeGen/GlobalISel/LegalizerHelper.cpp | 65 +++++++++--
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 110 ++++++++++++++++++
lib/Target/WebAssembly/WebAssemblyISelLowering.h | 1 +
lib/Target/WebAssembly/WebAssemblyInstrSIMD.td | 112 ------------------
test/CodeGen/AMDGPU/GlobalISel/legalize-and.mir | 78 ++++++++++++-
test/CodeGen/WebAssembly/simd-build-vector.ll | 127 +++++++++++++++++++++
6 files changed, 368 insertions(+), 125 deletions(-)
create mode 100644 test/CodeGen/WebAssembly/simd-build-vector.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 fe6b0f45f9 [analyzer] [RetainCountChecker] Bugfix for tracking top-leve [...]
new 55d093e6fc Simplify and modernize this code a little.
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/Basic/FileManager.cpp | 85 +++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 55 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 lld.
from 5ba7733e4 [WebAssembly] Fix undefined weak function symbols in LTO builds
new 25db38eac lld-link: Add test I forgot to add in 332012
new cf47f8dd1 lld/coff: Implement some support for the comdat selection field
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:
COFF/InputFiles.cpp | 137 +++++++++++++++++++++--
COFF/InputFiles.h | 2 +
COFF/SymbolTable.cpp | 9 +-
COFF/SymbolTable.h | 3 +-
test/COFF/color-diagnostics.test | 18 +++
test/COFF/comdat-selection-associative-largest.s | 45 ++++++++
test/COFF/comdat-selection.s | 87 ++++++++++++++
7 files changed, 285 insertions(+), 16 deletions(-)
create mode 100644 test/COFF/color-diagnostics.test
create mode 100644 test/COFF/comdat-selection-associative-largest.s
create mode 100644 test/COFF/comdat-selection.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 e4c83ac163 [CMake][Fuchsia] Re-enable iOS runtimes for Fuchsia standard
new fe6b0f45f9 [analyzer] [RetainCountChecker] Bugfix for tracking top-leve [...]
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/Analysis/RetainSummaryManager.h | 2 +-
lib/Analysis/RetainSummaryManager.cpp | 4 +-
.../RetainCountChecker/RetainCountChecker.cpp | 11 +-
.../RetainCountChecker/RetainCountDiagnostics.cpp | 3 +-
.../expected-plists/retain-release.m.objc.plist | 4300 +++++++++----------
.../expected-plists/retain-release.m.objcpp.plist | 4316 ++++++++++----------
test/Analysis/retain-release.m | 13 +
7 files changed, 4333 insertions(+), 4316 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 16cbc63cb07 [PowerPC] more opportunity for converting reg+reg to reg+im [...]
new c2b6aeb1f47 GlobalISel: Handle more cases for widenScalar for G_STORE
new 4e2b23d011a Add enum values to CodeGenOpt::Level
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:
include/llvm/Support/CodeGen.h | 8 +-
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 13 ++-
test/CodeGen/AMDGPU/GlobalISel/legalize-store.mir | 99 +++++++++++++++++++++++
3 files changed, 113 insertions(+), 7 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 f7d44292db Fix thread safety tests after r352549
new fd1b3a4969 [CMake][Fuchsia] Enable hermetic static libunwind for Fuchsia
new e4c83ac163 [CMake][Fuchsia] Re-enable iOS runtimes for Fuchsia standard
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:
cmake/caches/Fuchsia-stage2.cmake | 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_70
in repository llvm.
from cd98f42d074 Merging r348444:
new 0a8d71a5ef2 Revert "Rename llvm library from libLLVM-X.Y to libLLVM-X"
new 2883e0bc28b Bump Version to 7.1.0
new 57567def148 Merging r347004:
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:
CMakeLists.txt | 4 ++--
cmake/modules/AddLLVM.cmake | 6 +++---
docs/ReleaseNotes.rst | 3 ---
include/llvm/ADT/Optional.h | 18 ------------------
tools/llvm-config/CMakeLists.txt | 2 +-
tools/llvm-shlib/simple_version_script.map.in | 2 +-
unittests/ADT/OptionalTest.cpp | 8 --------
7 files changed, 7 insertions(+), 36 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 de0ded95bae Add 8.0 release bug to merge request script
new 16cbc63cb07 [PowerPC] more opportunity for converting reg+reg to reg+im [...]
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/PowerPC/PPCInstrInfo.cpp | 4 ++--
test/CodeGen/PowerPC/convert-rr-to-ri-instr-add.mir | 17 +++++++++++++++++
2 files changed, 19 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/PowerPC/convert-rr-to-ri-instr-add.mir
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.