This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 493027506 [ELF] Remove unnecessary function call. NFC.
new cd70519b3 Revert r316305: Remove a fast lookup table from MergeInputSection.
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/InputSection.cpp | 17 ++++++++++++++++-
ELF/InputSection.h | 3 +++
2 files changed, 19 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 llvm.
from 81bdc44b0e3 [globalisel][tablegen] Add infrastructure to potentially al [...]
new 76a40dc3f34 [SimplifyCFG] Regenerate some test cases using update_test_ [...]
new 66f8223a835 [SimplifyCFG] Use a more generic name for the selects creat [...]
new d619fda3f46 [globalisel][tablegen] Factor out implicit def/use renderer [...]
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/Transforms/Utils/SimplifyCFG.cpp | 4 +-
test/Transforms/SimplifyCFG/SpeculativeExec.ll | 104 ++++++++------
test/Transforms/SimplifyCFG/guards.ll | 50 ++++---
test/Transforms/SimplifyCFG/merge-cond-stores-2.ll | 158 +++++++++++++++++----
test/Transforms/SimplifyCFG/multiple-phis.ll | 27 +++-
test/Transforms/SimplifyCFG/select-gep.ll | 11 +-
utils/TableGen/GlobalISelEmitter.cpp | 60 ++++++--
7 files changed, 309 insertions(+), 105 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 daad7ad78af [C++ PATCH] overloaded operator fns [4/N]
new 842a81495d5 2017-10-31 Michael Meissner <meissner(a)linux.vnet.ibm.com>
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 | 18 ++++++++++++++++++
gcc/builtins.def | 30 +++++++++++++++++++-----------
gcc/doc/tm.texi | 11 +++++++++++
gcc/doc/tm.texi.in | 2 ++
gcc/target.def | 13 +++++++++++++
gcc/targhooks.c | 24 +++++++++++++++++++++++-
gcc/targhooks.h | 1 +
7 files changed, 87 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 llvm.
from eeba4551b80 [X86][AVX512] Regenerate tests to remove retl/retq regex
new 81bdc44b0e3 [globalisel][tablegen] Add infrastructure to potentially al [...]
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:
utils/TableGen/GlobalISelEmitter.cpp | 116 ++++++++++++++++++++++-------------
1 file changed, 73 insertions(+), 43 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 cb48b14a4fd [ADT] Split optional to only include copy mechanics and dto [...]
new 2e7f1739412 [X86][AVX512] Split AVX512F and AVX512BW bool-vector bitcast tests
new eeba4551b80 [X86][AVX512] Regenerate tests to remove retl/retq regex
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/bitcast-and-setcc-128.ll | 537 ++++++++++++++++++++----------
test/CodeGen/X86/bitcast-and-setcc-256.ll | 213 ++++++++----
test/CodeGen/X86/bitcast-and-setcc-512.ll | 56 ++--
test/CodeGen/X86/bitcast-setcc-128.ll | 342 +++++++++++++------
test/CodeGen/X86/bitcast-setcc-256.ll | 159 ++++++---
5 files changed, 882 insertions(+), 425 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 c6f644f195b [Metadata][NFC] Make MDNode::resolve() public in preparatio [...]
new cb48b14a4fd [ADT] Split optional to only include copy mechanics and dto [...]
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/ADT/Optional.h | 166 +++++++++++++++++++++++++++--------------
unittests/ADT/OptionalTest.cpp | 9 +++
2 files changed, 117 insertions(+), 58 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 binutils-gdb.
from 0bb6961f18 Fix illegal memory access triggered when parsing a PE binary [...]
new 09b847f3a8 tracepoint: Remove unnecessary const_cast
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 | 4 ++++
gdb/tracepoint.c | 2 +-
2 files changed, 5 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 gcc.
from 7218269af04 PR ada/82785 * gcc-interface/Makefile.in (m68k/Linux): Fix typo.
new 5cbb8e6b112 PR rtl-optimization/81803 * lra-constraints.c (curr_insn_ [...]
new daad7ad78af [C++ PATCH] overloaded operator fns [4/N]
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:
gcc/ChangeLog | 8 ++++++++
gcc/cp/ChangeLog | 5 +++++
gcc/cp/lex.c | 44 +++++---------------------------------------
gcc/cp/operators.def | 38 +++++++++++++++++---------------------
gcc/lra-constraints.c | 11 ++++++++---
5 files changed, 43 insertions(+), 63 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 4766dc022a4 [globalisel][tablegen] Allow any comment in DebugCommentAct [...]
new c6f644f195b [Metadata][NFC] Make MDNode::resolve() public in preparatio [...]
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/IR/Metadata.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.