This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 786c1d3f1a4 [DAG] Rewrite expression. NFC.
new 5f9888976bb [unittests] Adding a unittest for ChangeTaTargetIndex. NFC
new 0fd98222cef [InstCombine] add memcpy expansion tests with potential DL [...]
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/Transforms/InstCombine/memcpy-to-load.ll | 91 +++++++++++++++++++++++----
unittests/CodeGen/CMakeLists.txt | 1 +
unittests/CodeGen/MachineOperandTest.cpp | 40 ++++++++++++
3 files changed, 120 insertions(+), 12 deletions(-)
create mode 100644 unittests/CodeGen/MachineOperandTest.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 clang.
from 15f32a5ced [Modules] Prevent #import to reenter header if not building [...]
new f9f008684e [Parse] Document PrintStats, SkipFunctionBodies
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/Parse/ParseAST.h | 7 +++++--
1 file changed, 5 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 gcc.
from 9d34721644f [gcc/testsuite]
new cd557ff63f3 i386: Don't use frame pointer without stack access
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/ChangeLog | 14 ++++++++++++++
gcc/config/i386/i386.c | 23 ++++++++++++-----------
gcc/doc/invoke.texi | 4 ++++
gcc/testsuite/ChangeLog | 11 +++++++++++
gcc/testsuite/gcc.target/i386/pr81736-1.c | 13 +++++++++++++
gcc/testsuite/gcc.target/i386/pr81736-2.c | 14 ++++++++++++++
gcc/testsuite/gcc.target/i386/pr81736-3.c | 11 +++++++++++
gcc/testsuite/gcc.target/i386/pr81736-4.c | 11 +++++++++++
gcc/testsuite/gcc.target/i386/pr81736-5.c | 20 ++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr81736-6.c | 16 ++++++++++++++++
gcc/testsuite/gcc.target/i386/pr81736-7.c | 13 +++++++++++++
11 files changed, 139 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr81736-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr81736-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr81736-3.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr81736-4.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr81736-5.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr81736-6.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr81736-7.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 1c26f410a3a [X86] Keep dependencies when constructing loads in combineStore
new 5f9237dac6c [CostModel][X86] Added v2f64/v2i64 single src shuffle model tests
new 786c1d3f1a4 [DAG] Rewrite expression. NFC.
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/SelectionDAG/DAGCombiner.cpp | 4 ++--
test/Analysis/CostModel/X86/shuffle-single-src.ll | 25 +++++++++++++++++++----
2 files changed, 23 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 lld.
from 128816125 Compute isPreemtible only once.
new 46452fa9b [ELF, LinkerScript] Support ! operator in linker script.
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/ScriptLexer.cpp | 13 +++++++++----
ELF/ScriptParser.cpp | 4 ++++
test/ELF/linkerscript/symbol-assignexpr.s | 6 ++++++
3 files changed, 19 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 32221c778cc [InstCombine] regenerate test checks; NFC
new 1c26f410a3a [X86] Keep dependencies when constructing loads in combineStore
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/CodeGen/SelectionDAG.h | 5 ++--
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 11 ++++----
lib/Target/X86/X86ISelLowering.cpp | 10 ++++---
test/CodeGen/X86/pr34088.ll | 46 +++++++++++++++++++++++++++++++
4 files changed, 61 insertions(+), 11 deletions(-)
create mode 100644 test/CodeGen/X86/pr34088.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 1956004b06 [sanitizer-coverage] Change cmp instrumentation to distingui [...]
new 15f32a5ced [Modules] Prevent #import to reenter header if not building [...]
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 | 2 +-
test/Modules/Inputs/import-textual/x.h | 6 ++++++
test/Modules/import-textual-nomodules.m | 8 ++++++++
3 files changed, 15 insertions(+), 1 deletion(-)
create mode 100644 test/Modules/Inputs/import-textual/x.h
create mode 100644 test/Modules/import-textual-nomodules.m
--
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 f0f6731796f [InstCombine] regenerate test checks, add comments; NFC
new a8fed479494 [sanitizer-coverage] Change cmp instrumentation to distingu [...]
new c77616edced [Hexagon] Use isMetaInstruction instead of isDebugValue
new 32221c778cc [InstCombine] regenerate test checks; NFC
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:
lib/Target/Hexagon/HexagonCopyToCombine.cpp | 3 +-
lib/Target/Hexagon/HexagonEarlyIfConv.cpp | 2 +-
lib/Target/Hexagon/HexagonFixupHwLoops.cpp | 2 +-
.../Instrumentation/SanitizerCoverage.cpp | 44 +++++++++++++--
.../SanitizerCoverage/const-cmp-tracing.ll | 64 ++++++++++++++++++++++
test/Transforms/InstCombine/memcpy-1.ll | 6 +-
test/Transforms/InstCombine/memcpy-2.ll | 7 ++-
test/Transforms/InstCombine/memcpy-to-load.ll | 21 ++++---
8 files changed, 128 insertions(+), 21 deletions(-)
create mode 100644 test/Instrumentation/SanitizerCoverage/const-cmp-tracing.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 00186ef1f9 [ValueTracking] Enabling ValueTracking patch by default (rec [...]
new 1956004b06 [sanitizer-coverage] Change cmp instrumentation to distingui [...]
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/SanitizerCoverage.rst | 9 ++++++++-
1 file changed, 8 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 lld.
from 1d0514953 [ELF] - Add a test for --gc-sections --undefined=foo combination.
new 128816125 Compute isPreemtible only once.
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 | 4 +++-
ELF/Symbols.cpp | 38 ++------------------------------------
ELF/Symbols.h | 4 +++-
ELF/Writer.cpp | 36 ++++++++++++++++++++++++++++++++++++
4 files changed, 44 insertions(+), 38 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.