This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from f3bca76ed [lldb] Enable using out-of-tree dwps
new 338f88bd0 Fix dumping of characters with non-standard sizes
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/lldb/Utility/DataExtractor.h | 34 ++++------
source/Core/DumpDataExtractor.cpp | 7 +++
source/Utility/DataExtractor.cpp | 111 ++++++++++++---------------------
unittests/Core/DataExtractorTest.cpp | 117 +++++++++++++++++++++++++++++++++++
4 files changed, 176 insertions(+), 93 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 7a02b7083f2 [GVN] Prevent LoadPRE from hoisting across instructions tha [...]
new 96eb407340c [X86] Added tests for TESTM and TESTNM (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/CodeGen/X86/avx512bw-vec-test-testn.ll | 161 ++++++++
test/CodeGen/X86/avx512bwvl-vec-test-testn.ll | 320 ++++++++++++++++
test/CodeGen/X86/avx512f-vec-test-testn.ll | 163 +++++++++
test/CodeGen/X86/avx512vl-vec-test-testn.ll | 504 ++++++++++++++++++++++++++
4 files changed, 1148 insertions(+)
create mode 100644 test/CodeGen/X86/avx512bw-vec-test-testn.ll
create mode 100644 test/CodeGen/X86/avx512bwvl-vec-test-testn.ll
create mode 100644 test/CodeGen/X86/avx512f-vec-test-testn.ll
create mode 100644 test/CodeGen/X86/avx512vl-vec-test-testn.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 llvm.
from ffec7873dea [LICM] Disallow sinking of unordered atomic loads into loops
new 7a02b7083f2 [GVN] Prevent LoadPRE from hoisting across instructions tha [...]
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/Transforms/Scalar/GVN.h | 7 ++
lib/Transforms/Scalar/GVN.cpp | 77 +++++++++++++++
test/Transforms/GVN/PRE/pre-load-guards.ll | 146 +++++++++++++++++++++++++++++
test/Transforms/GVN/PRE/pre-load.ll | 28 ++++++
4 files changed, 258 insertions(+)
create mode 100644 test/Transforms/GVN/PRE/pre-load-guards.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 lld.
from 9cfc06c35 Do not copy Sections vector.
new 58ee06432 [ELF] - Do not set output section flags except SHF_{ALLOC,WRI [...]
new 185804338 [ELF] - Fix out of sync comment. 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:
ELF/LinkerScript.cpp | 24 ++++++++++++++++++++----
ELF/ScriptLexer.cpp | 2 +-
test/ELF/linkerscript/arm-exidx-order.s | 19 +++++++++++++++++++
test/ELF/linkerscript/symbol-only-flags.s | 20 ++++++++++++++++++++
4 files changed, 60 insertions(+), 5 deletions(-)
create mode 100644 test/ELF/linkerscript/arm-exidx-order.s
create mode 100644 test/ELF/linkerscript/symbol-only-flags.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 binutils-gdb.
from d003af5580 ld internationalization fixes
new d9b477e3b7 Flash memory size not aligned to address
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:
gdb/ChangeLog | 5 +++++
gdb/target-memory.c | 8 ++++++--
2 files changed, 11 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 clang.
from da7bb02c54 Reorder.
new 2b8fac8aee Revert r314955: "Remove PendingBody mechanism for function a [...]
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/Serialization/ASTReader.h | 24 ++++++--
lib/Serialization/ASTCommon.cpp | 4 +-
lib/Serialization/ASTReader.cpp | 24 ++++++++
lib/Serialization/ASTReaderDecl.cpp | 106 ++++++++++----------------------
test/Modules/merge-lambdas.cpp | 43 -------------
5 files changed, 79 insertions(+), 122 deletions(-)
delete mode 100644 test/Modules/merge-lambdas.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 gcc.
from 2bda4afa851 Allow 2 insns from sched group to issue in same cycle, if n [...]
new f1528ccd162 2017-10-11 Richard Biener <rguenther(a)suse.de>
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 | 10 +++++
gcc/tree-scalar-evolution.c | 91 +++++++++++++++------------------------------
2 files changed, 40 insertions(+), 61 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 168a8230000 [IRCE] Do not process empty safe ranges
new ffec7873dea [LICM] Disallow sinking of unordered atomic loads into loops
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/Scalar/LICM.cpp | 14 ++++--
test/Transforms/LICM/loopsink.ll | 95 +++++++++++++++++++++++++++++++++++++++-
2 files changed, 104 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 c65eb3a4b70 [GVN] Don't replace constants with constants.
new 168a8230000 [IRCE] Do not process empty safe ranges
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:
.../Scalar/InductiveRangeCheckElimination.cpp | 16 +++++-
test/Transforms/IRCE/correct-loop-info.ll | 12 ++--
test/Transforms/IRCE/single-access-no-preloop.ll | 66 ++++++++++++++++++++++
3 files changed, 85 insertions(+), 9 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 f2372d411 Split LinkerScript::computeInputSections into two functions.
new 9cfc06c35 Do not copy Sections vector.
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/OutputSections.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.