This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d602d5b93e0 [Docs] Escape the @ symbol, so that it appears in documenta [...]
new 891b01ba295 [MCA] [NFC] Remove unused Index formal from ResourceManager [...]
new c64f4dbfe31 [SimplifyLibcalls] Replace locked IO with unlocked IO
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/TargetLibraryInfo.def | 27 +++++
include/llvm/Transforms/Utils/BuildLibCalls.h | 33 +++++-
include/llvm/Transforms/Utils/SimplifyLibCalls.h | 4 +
lib/Analysis/TargetLibraryInfo.cpp | 42 ++++++-
lib/Transforms/Utils/BuildLibCalls.cpp | 124 +++++++++++++++++++
lib/Transforms/Utils/SimplifyLibCalls.cpp | 111 ++++++++++++++---
test/Transforms/InstCombine/unlocked-stdio.ll | 145 +++++++++++++++++++++++
tools/llvm-mca/Scheduler.cpp | 4 +-
tools/llvm-mca/Scheduler.h | 2 +-
9 files changed, 468 insertions(+), 24 deletions(-)
create mode 100644 test/Transforms/InstCombine/unlocked-stdio.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 libcxx.
from a5996e8dc Move old test into test/libcxx, and implement new version of [...]
new c3ae85dbc [libcxx] [test] Remove non-portable assertions from filebuf tests
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:
.../fstreams/filebuf.virtuals/pbackfail.pass.cpp | 20 ++++++++++++++------
.../fstreams/filebuf.virtuals/seekoff.pass.cpp | 8 ++++----
2 files changed, 18 insertions(+), 10 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 5ce9e2fb6 [LLD][WASM] Handle WASM_SYMBOL_TYPE_SECTION in toString().
new cf3012e11 [ELF] Clarify help wording for --symbol-ordering-file
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/Options.td | 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 llvm.
from 8b02b588cb9 [x86] Revert r330322 (& r330323): Lowering x86 adds/addus/s [...]
new d602d5b93e0 [Docs] Escape the @ symbol, so that it appears in documenta [...]
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/Analysis/AssumptionCache.h | 12 ++++++------
include/llvm/Analysis/MemoryBuiltins.h | 2 +-
include/llvm/Analysis/PHITransAddr.h | 2 +-
include/llvm/Analysis/ScalarEvolution.h | 2 +-
include/llvm/Analysis/TypeMetadataUtils.h | 4 ++--
include/llvm/CodeGen/GCStrategy.h | 6 +++---
include/llvm/CodeGen/Passes.h | 2 +-
include/llvm/CodeGen/TargetLowering.h | 2 +-
include/llvm/IR/BasicBlock.h | 2 +-
include/llvm/MC/MCContext.h | 2 +-
include/llvm/Transforms/Utils/PredicateInfo.h | 2 +-
11 files changed, 19 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 llvm.
from 25d4db48523 Fix WAsm dwarfdump.ll test on Windows
new 0f3f12ec789 [InstCombine][NFC] Regenerate checks in or-xor.ll
new 8b02b588cb9 [x86] Revert r330322 (& r330323): Lowering x86 adds/addus/s [...]
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/IR/IntrinsicsX86.td | 120 +
lib/IR/AutoUpgrade.cpp | 106 +-
lib/Target/X86/X86ISelLowering.cpp | 89 -
lib/Target/X86/X86IntrinsicsInfo.h | 40 +
test/CodeGen/X86/avx2-intrinsics-fast-isel.ll | 88 +-
test/CodeGen/X86/avx2-intrinsics-x86-upgrade.ll | 127 -
test/CodeGen/X86/avx2-intrinsics-x86.ll | 285 +-
test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 416 ---
test/CodeGen/X86/avx512bw-intrinsics.ll | 416 +++
test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll | 1040 -------
test/CodeGen/X86/avx512bwvl-intrinsics.ll | 1040 +++++++
test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 104 +-
test/CodeGen/X86/sse2-intrinsics-x86-upgrade.ll | 166 --
test/CodeGen/X86/sse2-intrinsics-x86.ll | 168 ++
test/CodeGen/X86/sse2-schedule.ll | 111 +-
test/CodeGen/X86/vector-arith-sat.ll | 3025 --------------------
.../MemorySanitizer/msan_x86intrinsics.ll | 10 +-
test/Transforms/InstCombine/or-xor.ll | 58 +-
18 files changed, 2150 insertions(+), 5259 deletions(-)
delete mode 100644 test/CodeGen/X86/vector-arith-sat.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 0ac737e068 [X86] Make __builtin_ia32_readeflags_u32 and __builtin_ia32_ [...]
new b86e22b65d [x86] Revert r330322 (& r330323): Lowering x86 adds/addus/su [...]
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/CGBuiltin.cpp | 99 +-------------
test/CodeGen/avx2-builtins.c | 66 ++-------
test/CodeGen/avx512bw-builtins.c | 244 ++++++---------------------------
test/CodeGen/avx512vlbw-builtins.c | 271 +++++--------------------------------
test/CodeGen/sse2-builtins.c | 66 ++-------
5 files changed, 90 insertions(+), 656 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 0df8ad28f0 Extend the assembler so that it can automatically generate G [...]
new a914a7c958 Enable Intel MOVDIRI, MOVDIR64B instructions.
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:
gas/ChangeLog | 18 +
gas/config/tc-i386.c | 40 +
gas/doc/c-i386.texi | 3 +
gas/testsuite/gas/i386/i386.exp | 6 +
gas/testsuite/gas/i386/movdir-intel.d | 18 +
gas/testsuite/gas/i386/movdir.d | 18 +
gas/testsuite/gas/i386/movdir.s | 13 +
gas/testsuite/gas/i386/movdir64b-reg.l | 5 +
gas/testsuite/gas/i386/movdir64b-reg.s | 11 +
gas/testsuite/gas/i386/x86-64-movdir-intel.d | 18 +
gas/testsuite/gas/i386/x86-64-movdir.d | 18 +
gas/testsuite/gas/i386/x86-64-movdir.s | 13 +
gas/testsuite/gas/i386/x86-64-movdir64b-reg.l | 5 +
gas/testsuite/gas/i386/x86-64-movdir64b-reg.s | 11 +
opcodes/ChangeLog | 18 +
opcodes/i386-dis.c | 54 +-
opcodes/i386-gen.c | 16 +
opcodes/i386-init.h | 334 +-
opcodes/i386-opc.h | 24 +
opcodes/i386-opc.tbl | 10 +
opcodes/i386-tbl.h | 29952 ++++++++++++------------
21 files changed, 15508 insertions(+), 15097 deletions(-)
create mode 100644 gas/testsuite/gas/i386/movdir-intel.d
create mode 100644 gas/testsuite/gas/i386/movdir.d
create mode 100644 gas/testsuite/gas/i386/movdir.s
create mode 100644 gas/testsuite/gas/i386/movdir64b-reg.l
create mode 100644 gas/testsuite/gas/i386/movdir64b-reg.s
create mode 100644 gas/testsuite/gas/i386/x86-64-movdir-intel.d
create mode 100644 gas/testsuite/gas/i386/x86-64-movdir.d
create mode 100644 gas/testsuite/gas/i386/x86-64-movdir.s
create mode 100644 gas/testsuite/gas/i386/x86-64-movdir64b-reg.l
create mode 100644 gas/testsuite/gas/i386/x86-64-movdir64b-reg.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 llvm.
from 99f635bea8c Revert "Fix a bug that prevents global variables from havin [...]
new 0f767de451d [InstCombine][NFC] Regenerate checks in and-or-not.ll
new 25d4db48523 Fix WAsm dwarfdump.ll test on Windows
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/MC/WebAssembly/dwarfdump.ll | 6 +-
test/Transforms/InstCombine/and-or-not.ll | 98 +++++++++++++++----------------
2 files changed, 52 insertions(+), 52 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 49f2c83b743 MIPS/GCC/testsuite: Fix data-sym-pool.c for SVR4 model at -O0
new 7826b688f68 MIPS/GCC/testsuite: Fix data-sym-pool.c for n64 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:
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/mips/data-sym-pool.c | 2 +-
2 files changed, 6 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 03f69e2059e [InstCombine] Simplify Add with remainder expressions as operands.
new 99f635bea8c Revert "Fix a bug that prevents global variables from havin [...]
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/AsmPrinter/DwarfCompileUnit.cpp | 5 ++--
test/DebugInfo/X86/global-expression.ll | 38 -----------------------------
2 files changed, 2 insertions(+), 41 deletions(-)
delete mode 100644 test/DebugInfo/X86/global-expression.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.