This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 29d38d85596 [InstCombine] add test for vector -X/-Y; NFC
new 3affd583226 [InstCombine] auto-generate full checks; 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:
test/Transforms/InstCombine/cos-intrinsic.ll | 88 +++++++++++++++-------------
1 file changed, 47 insertions(+), 41 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 dbbb8b7860 [NFC] In Multiversion Check function, switch to return Diag
new b2456f4e11 When multiple sanitizers are enabled (ubsan + something else [...]
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/SanitizerArgs.cpp | 53 +++++++++++++++++----------------------
test/Driver/fsanitize-blacklist.c | 17 +++++++------
2 files changed, 33 insertions(+), 37 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 edfc1e1c63c [X86] Fix copy/paste mistake in test.
new 29d38d85596 [InstCombine] add test for vector -X/-Y; 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:
test/Transforms/InstCombine/fdiv.ll | 21 +++++++++++++++++----
1 file changed, 17 insertions(+), 4 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 2e9f926ca04 [PBQP] Fix PR33038 by pruning empty intervals in initializeGraph.
new 3f03f0d1c79 Fix broken test from r325630.
new edfc1e1c63c [X86] Fix copy/paste mistake in test.
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/CodeGen/X86/vector-compare-simplify.ll | 5 +++--
test/Transforms/InstCombine/malloc-free-delete.ll | 2 +-
2 files changed, 4 insertions(+), 3 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 60511a005e [CUDA] Added missing __threadfence_system() function for CUDA9.
new dbbb8b7860 [NFC] In Multiversion Check function, switch to return Diag
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/Sema/SemaDecl.cpp | 114 +++++++++++++++++++++-----------------------------
1 file changed, 47 insertions(+), 67 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 c138405948d [MemoryBuiltins] Check nobuiltin status when identifying ca [...]
new 2e9f926ca04 [PBQP] Fix PR33038 by pruning empty intervals in initializeGraph.
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/RegAllocPBQP.cpp | 38 +++++++++++++++++++++++++++-----------
1 file changed, 27 insertions(+), 11 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 6ce22bd6a Consistent (non) use of empty lines in include blocks
new c037a914f Consistent use of header file for ICF and MarkLive
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/Driver.cpp | 4 +++-
COFF/Driver.h | 6 ------
COFF/ICF.cpp | 1 +
{ELF => COFF}/ICF.h | 17 ++++++++++++-----
{wasm => COFF}/MarkLive.h | 15 +++++++++------
ELF/Driver.cpp | 1 +
ELF/ICF.h | 4 +++-
ELF/MarkLive.cpp | 2 +-
{wasm => ELF}/MarkLive.h | 12 ++++++------
ELF/Strings.cpp | 2 --
ELF/Writer.h | 1 -
11 files changed, 36 insertions(+), 29 deletions(-)
copy {ELF => COFF}/ICF.h (65%)
copy {wasm => COFF}/MarkLive.h (62%)
copy {wasm => ELF}/MarkLive.h (70%)
--
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 968ac28c667 [InstCombine] remove unneeded operand swap: NFCI
new c138405948d [MemoryBuiltins] Check nobuiltin status when identifying ca [...]
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/Analysis/MemoryBuiltins.cpp | 18 ++++++++----------
test/Transforms/InstCombine/malloc-free-delete.ll | 22 +++++++++++++++++++++-
2 files changed, 29 insertions(+), 11 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 6a9e037dc72 [SelectionDAG] Support known true/false SimplifySetCC cases [...]
new 968ac28c667 [InstCombine] remove unneeded operand swap: 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:
lib/Transforms/InstCombine/InstCombineMulDivRem.cpp | 3 ---
1 file changed, 3 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 98d74c93d Use more early returns in SymbolTable.cpp.
new 6ce22bd6a Consistent (non) use of empty lines in include blocks
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/DLL.cpp | 2 +-
COFF/Driver.cpp | 1 -
COFF/MapFile.cpp | 1 -
ELF/AArch64ErrataFix.cpp | 1 -
ELF/AArch64ErrataFix.h | 1 -
ELF/Config.h | 1 -
ELF/EhFrame.cpp | 1 -
ELF/InputFiles.h | 2 --
ELF/OutputSections.h | 1 -
ELF/Relocations.cpp | 1 -
ELF/Symbols.cpp | 1 -
ELF/Symbols.h | 1 -
wasm/InputFiles.cpp | 1 -
wasm/InputFiles.h | 4 +---
wasm/MarkLive.h | 3 ++-
wasm/OutputSections.cpp | 1 -
wasm/SymbolTable.cpp | 1 -
wasm/SymbolTable.h | 1 -
wasm/Symbols.cpp | 1 -
wasm/Writer.cpp | 3 +--
wasm/WriterUtils.cpp | 2 --
21 files changed, 5 insertions(+), 26 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.