This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4a06cf1 [X86] Add an AddedComplexity to another pattern to put it nea [...]
new 105f6be [AVX512] Make sure 128/256-bit DQI versions of VAND/VANDN/VOR [...]
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/Target/X86/X86InstrAVX512.td | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 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 3a97b42 Further MSVC appeasement.
new 3acd966 Should fix all remaining MSVC problems.
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/InputFiles.cpp | 10 +++++-----
1 file changed, 5 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 e4bc0eb Try to fix MSVC build.
new 3a97b42 Further MSVC appeasement.
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/Symbols.h | 4 ++--
ELF/Writer.cpp | 8 ++++----
2 files changed, 6 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 beb5963 [X86] Add AddedComplexity to keep some similar patterns near [...]
new 5926b3a [X86] Remove a seemlingly unused pattern. The same pattern ap [...]
new 4a06cf1 [X86] Add an AddedComplexity to another pattern to put it nea [...]
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/Target/X86/X86InstrSSE.td | 5 +----
1 file changed, 1 insertion(+), 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 gcc.
from e2b3a97 gcc/ * config/sh/linux.h (SH_DIV_STRATEGY_DEFAULT, SH_DIV_S [...]
new 09c4fd2 gcc/ * config/sh/sh.h (TARGET_SH4): Remove and use default i [...]
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/config/sh/sh.c | 29 +++++++++----------
gcc/config/sh/sh.h | 19 +++++--------
gcc/config/sh/sh.md | 80 ++++++++++++++++++++++++++---------------------------
4 files changed, 69 insertions(+), 69 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 71168f2 ELF: New symbol table design.
new e4bc0eb Try to fix MSVC build.
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/Symbols.h | 3 ++-
1 file changed, 2 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 17d8569 [SCEV] When printing via -analysis, dump loop disposition
new c473ca5 [AVX512] Replace vector_extract with extractelt in some patte [...]
new 3774544 [X86] Remove some redundant selection patterns.
new beb5963 [X86] Add AddedComplexity to keep some similar patterns near [...]
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/X86/X86InstrAVX512.td | 13 +++++--------
lib/Target/X86/X86InstrSSE.td | 9 +--------
2 files changed, 6 insertions(+), 16 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 b51ffc8 ELF: --reproduce: quote pathnames for -L and other options.
new 71168f2 ELF: New symbol table design.
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/Driver.cpp | 3 +-
ELF/InputFiles.cpp | 126 ++++++-----
ELF/InputFiles.h | 41 ++--
ELF/LTO.cpp | 39 ++--
ELF/MarkLive.cpp | 11 +-
ELF/OutputSections.cpp | 12 +-
ELF/SymbolTable.cpp | 470 +++++++++++++++++++++++++--------------
ELF/SymbolTable.h | 43 +++-
ELF/Symbols.cpp | 85 ++-----
ELF/Symbols.h | 205 +++++++++--------
ELF/Writer.cpp | 60 +++--
docs/NewLLD.rst | 35 +--
test/ELF/lto/common2.ll | 2 +-
test/ELF/relocation-copy-alias.s | 4 +-
14 files changed, 632 insertions(+), 504 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 58e9430 Properly name LLVMSetIsInBounds's argument. NFC
new 17d8569 [SCEV] When printing via -analysis, dump loop disposition
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/ScalarEvolution.cpp | 25 ++++++++
test/Analysis/ScalarEvolution/scev-dispositions.ll | 73 ++++++++++++++++++++++
2 files changed, 98 insertions(+)
create mode 100644 test/Analysis/ScalarEvolution/scev-dispositions.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 gcc.
from 7d8567f gcc/ * config/sh/predicates.md (any_register_operand, zero_e [...]
new e2b3a97 gcc/ * config/sh/linux.h (SH_DIV_STRATEGY_DEFAULT, SH_DIV_S [...]
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 | 7 +++++++
gcc/config/sh/linux.h | 7 -------
gcc/config/sh/netbsd-elf.h | 7 -------
3 files changed, 7 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.