This is an automated email from the git hooks/post-receive script.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/abe.
from a3a9a77a Remove gcc-multilib and g++-multilib dependencies
new 5ab72eb1 Re-enable use of GCC's zlib for mingw host
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:
config/gcc.conf | 5 +++--
1 file changed, 3 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 llvm.
from 97ee2baf098 [llvm-mca][CommandGuide] Fix typo in example.
new 2d93770624e [mips] Correct the patterns for bswap
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/Mips/MicroMipsInstrInfo.td | 3 +++
lib/Target/Mips/Mips64InstrInfo.td | 2 +-
lib/Target/Mips/MipsInstrInfo.td | 6 +++---
test/CodeGen/Mips/2008-08-08-bswap.ll | 15 ---------------
test/CodeGen/Mips/bswap.ll | 21 +++++++++++++++++++++
5 files changed, 28 insertions(+), 19 deletions(-)
delete mode 100644 test/CodeGen/Mips/2008-08-08-bswap.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 cefae4fb96e [CodeGen] Do not allow opt-bisect-limit to skip ScalarizeMa [...]
new 97ee2baf098 [llvm-mca][CommandGuide] Fix typo in example.
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/CommandGuide/llvm-mca.rst | 2 +-
1 file changed, 1 insertion(+), 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 clang.
from b74a39adc6 [GCC] Match a GCC version with a patch suffix without a thir [...]
new f714fd98c8 [ASTImporter] Allow testing of import sequences; fix import [...]
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/AST/ASTImporter.h | 7 +-
lib/AST/ASTImporter.cpp | 44 +++--
test/Analysis/Inputs/ctu-other.cpp | 3 +
test/Analysis/Inputs/externalFnMap.txt | 1 +
test/Analysis/ctu-main.cpp | 3 +
unittests/AST/ASTImporterTest.cpp | 296 ++++++++++++++++++++++++++++-----
6 files changed, 282 insertions(+), 72 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 00a3fef40 [ELF] - Refactor lazy symbol duplicated code.
new b6bd248aa [ELF] - Never use std::sort.
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/CallGraphSort.cpp | 8 ++++----
ELF/MapFile.cpp | 5 +++--
ELF/SyntheticSections.cpp | 16 ++++++++--------
ELF/Writer.cpp | 10 +++++-----
4 files changed, 20 insertions(+), 19 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 50389dc04 [COFF] Alias /DEBUG:FULL to /DEBUG
new 00a3fef40 [ELF] - Refactor lazy symbol duplicated code.
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/SymbolTable.cpp | 48 ++++++++++++++++++++++--------------------------
ELF/Symbols.h | 6 +++---
2 files changed, 25 insertions(+), 29 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 da589ee06ad [NFC] Remove recently added SE verification because it may [...]
new cefae4fb96e [CodeGen] Do not allow opt-bisect-limit to skip ScalarizeMa [...]
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/ScalarizeMaskedMemIntrin.cpp | 3 ---
test/CodeGen/X86/replace_unsupported_masked_mem_intrin.ll | 5 +++++
2 files changed, 5 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 llvm.
from 903ed71cb90 [AArch64][SVE] Asm: Support for contiguous, first-faulting [...]
new 0c47f856a1a [LoopInfo] Verify BBMap tracks innermost loops for BBs.
new da589ee06ad [NFC] Remove recently added SE verification because it may [...]
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:
include/llvm/Analysis/LoopInfo.h | 6 ++++++
include/llvm/Analysis/LoopInfoImpl.h | 12 ++++++++++++
lib/Transforms/Utils/LoopRotationUtils.cpp | 6 ------
lib/Transforms/Utils/LoopSimplify.cpp | 6 ------
4 files changed, 18 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 c3aaa9b38e1 Link to AggressiveInstCombine in a few places. Unbreaks bui [...]
new 903ed71cb90 [AArch64][SVE] Asm: Support for contiguous, first-faulting [...]
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/AArch64/AArch64SVEInstrInfo.td | 18 ++++++++
lib/Target/AArch64/SVEInstrFormats.td | 16 ++++++-
test/MC/AArch64/SVE/ldff1b-diagnostics.s | 47 ++++++++++++++++++++
test/MC/AArch64/SVE/ldff1b.s | 74 +++++++++++++++++++++++++++++++
test/MC/AArch64/SVE/ldff1d-diagnostics.s | 51 +++++++++++++++++++++
test/MC/AArch64/SVE/ldff1d.s | 26 +++++++++++
test/MC/AArch64/SVE/ldff1h-diagnostics.s | 50 +++++++++++++++++++++
test/MC/AArch64/SVE/ldff1h.s | 62 ++++++++++++++++++++++++++
test/MC/AArch64/SVE/ldff1sb-diagnostics.s | 50 +++++++++++++++++++++
test/MC/AArch64/SVE/ldff1sb.s | 62 ++++++++++++++++++++++++++
test/MC/AArch64/SVE/ldff1sh-diagnostics.s | 45 +++++++++++++++++++
test/MC/AArch64/SVE/ldff1sh.s | 44 ++++++++++++++++++
test/MC/AArch64/SVE/ldff1sw-diagnostics.s | 40 +++++++++++++++++
test/MC/AArch64/SVE/ldff1sw.s | 26 +++++++++++
test/MC/AArch64/SVE/ldff1w-diagnostics.s | 50 +++++++++++++++++++++
test/MC/AArch64/SVE/ldff1w.s | 44 ++++++++++++++++++
16 files changed, 704 insertions(+), 1 deletion(-)
create mode 100644 test/MC/AArch64/SVE/ldff1b-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/ldff1b.s
create mode 100644 test/MC/AArch64/SVE/ldff1d-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/ldff1d.s
create mode 100644 test/MC/AArch64/SVE/ldff1h-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/ldff1h.s
create mode 100644 test/MC/AArch64/SVE/ldff1sb-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/ldff1sb.s
create mode 100644 test/MC/AArch64/SVE/ldff1sh-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/ldff1sh.s
create mode 100644 test/MC/AArch64/SVE/ldff1sw-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/ldff1sw.s
create mode 100644 test/MC/AArch64/SVE/ldff1w-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/ldff1w.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.