This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4883de9d879 [WebAssembly] Provide WasmFunction content offset information.
new 382e5e701dd [InstCombine] fix binop (shuffle X), C --> shuffle (binop X [...]
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/InstCombine/InstructionCombining.cpp | 2 +-
test/Transforms/InstCombine/vec_shuffle.ll | 7 +++----
2 files changed, 4 insertions(+), 5 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 ef9f7b731 [MinGW] Handle the GNU ld option -Map for outputting a linker map
new 260c219e6 [lld] Make helpers static. 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:
ELF/Arch/X86_64.cpp | 2 +-
ELF/SymbolTable.cpp | 6 +++---
wasm/Driver.cpp | 2 ++
wasm/InputChunks.cpp | 2 +-
4 files changed, 7 insertions(+), 5 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 8037fc4d911 AMDGPU: Add a missing test for the 128-bit local addr space option
new 4883de9d879 [WebAssembly] Provide WasmFunction content offset information.
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/BinaryFormat/Wasm.h | 1 +
lib/Object/WasmObjectFile.cpp | 1 +
2 files changed, 2 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 0d00bdb5851 [msan] Instrument masked.store, masked.load intrinsics.
new 13ec17eb2e2 StructurizeCFG: fix inverting conditions
new 8037fc4d911 AMDGPU: Add a missing test for the 128-bit local addr space option
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/Transforms/Scalar/StructurizeCFG.cpp | 5 ++--
test/CodeGen/AMDGPU/load-local-f32-no-ds128.ll | 20 +++++++++++++++
test/Transforms/StructurizeCFG/invert-condition.ll | 30 ++++++++++++++++++++++
3 files changed, 53 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/load-local-f32-no-ds128.ll
create mode 100644 test/Transforms/StructurizeCFG/invert-condition.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 0be5162f64 Don't produce a redundant "auto type is incompatible with C+ [...]
new ddc500f2de [Documentation] Fix Release Notes format issues.
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:
docs/ReleaseNotes.rst | 15 ++++++++-------
1 file changed, 8 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 e8d6f344458 [InstCombine] clean up code for binop-shuffle transforms; NFCI
new fd83828e5db Move helper classes into anonymous namespaces. NFCI.
new 0d00bdb5851 [msan] Instrument masked.store, masked.load intrinsics.
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/MIRCanonicalizerPass.cpp | 6 +-
lib/ObjectYAML/DWARFEmitter.cpp | 2 +
lib/Transforms/Instrumentation/MemorySanitizer.cpp | 87 +++++++++++++++
.../MemorySanitizer/masked-store-load.ll | 124 +++++++++++++++++++++
4 files changed, 216 insertions(+), 3 deletions(-)
create mode 100644 test/Instrumentation/MemorySanitizer/masked-store-load.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 ca22363cfc Address post-commit review comments after r328731. NFC.
new 126ee5d0ee Move helper classes into anonymous namespaces. NFCI.
new 0be5162f64 Don't produce a redundant "auto type is incompatible with C+ [...]
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/CGOpenMPRuntime.cpp | 7 ++++---
lib/Sema/SemaType.cpp | 4 +++-
lib/Serialization/ASTReaderDecl.cpp | 4 ++--
test/SemaCXX/cxx98-compat.cpp | 2 ++
4 files changed, 11 insertions(+), 6 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 bcc9a743a62 [llvm-objcopy] Add --only-keep-debug as a noop
new e8d6f344458 [InstCombine] clean up code for binop-shuffle transforms; NFCI
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:
.../InstCombine/InstructionCombining.cpp | 73 ++++++++++------------
1 file changed, 34 insertions(+), 39 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 353d9d589 [lld] Mitigate relocation overflow [part 1 of 2].
new ef9f7b731 [MinGW] Handle the GNU ld option -Map for outputting a linker map
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:
MinGW/Driver.cpp | 2 ++
MinGW/Options.td | 2 ++
test/MinGW/driver.test | 6 ++++++
3 files changed, 10 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 df58e5d6ad Fixed some rtti-options tests.
new ca22363cfc Address post-commit review comments after r328731. 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:
include/clang/AST/ASTContext.h | 4 --
include/clang/AST/Decl.h | 24 +++----
lib/AST/ASTContext.cpp | 8 ---
lib/CodeGen/CGCall.cpp | 6 +-
lib/CodeGen/CGDecl.cpp | 4 +-
lib/Sema/SemaChecking.cpp | 2 +-
lib/Sema/SemaDeclCXX.cpp | 160 ++++++++++++++++++++---------------------
7 files changed, 95 insertions(+), 113 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.