This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5fc3ea70fc4 Rename sancov.cc to sancov.cpp
new 557b2891e65 [WebAssebmly] Add Module name to WasmSymbol
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/BinaryFormat/Wasm.h | 1 +
lib/Object/WasmObjectFile.cpp | 1 +
2 files changed, 2 insertions(+)
--
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 81d3291b19c [X86] Form MUL_IMM for multiplies with 3/5/9 to encourage L [...]
new 26c891e9119 [CostModel][X86] Add div/rem tests for non-uniform constant [...]
new 5fc3ea70fc4 Rename sancov.cc to sancov.cpp
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/Analysis/CostModel/X86/div.ll | 248 +++++++++++++++++++++++++++++++++
test/Analysis/CostModel/X86/rem.ll | 248 +++++++++++++++++++++++++++++++++
tools/sancov/CMakeLists.txt | 2 +-
tools/sancov/{sancov.cc => sancov.cpp} | 3 +-
4 files changed, 498 insertions(+), 3 deletions(-)
rename tools/sancov/{sancov.cc => sancov.cpp} (99%)
--
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 bacd145775 x86: drop redundant AVX512VL shift templates
new 249b573352 Fix new inferior events output
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 | 8 ++++++++
gdb/infcmd.c | 7 +++++--
gdb/remote.c | 4 +++-
gdb/testsuite/ChangeLog | 7 +++++++
gdb/testsuite/gdb.base/hook-stop.exp | 2 +-
gdb/testsuite/gdb.base/kill-after-signal.exp | 2 +-
gdb/testsuite/gdb.threads/kill.exp | 2 +-
7 files changed, 26 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 gcc.
from 772a9876020 * config/i386/i386.md (*x86_mov<mode>cc_0_m1): Use type "a [...]
new a6da3195e71 DWARF sort longer dirs before shorter ones in directory table.
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 | 5 +++++
gcc/dwarf2out.c | 11 +++++++----
2 files changed, 12 insertions(+), 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 llvm.
from a96f6b88c13 [RISCV] Allow call pseudoinstruction to be used to call a f [...]
new 8bd0ee70dad Revert r330755 "[lit] Report line number for failed RUN command"
new 81d3291b19c [X86] Form MUL_IMM for multiplies with 3/5/9 to encourage L [...]
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:
docs/CommandGuide/lit.rst | 2 -
lib/Target/X86/X86ISelLowering.cpp | 8 ++-
test/CodeGen/X86/imul.ll | 6 +-
test/CodeGen/X86/mul-constant-i16.ll | 9 ++-
test/CodeGen/X86/mul-constant-i32.ll | 9 ++-
test/CodeGen/X86/mul-constant-i64.ll | 9 ++-
utils/lit/lit/TestRunner.py | 31 +++------
.../shtest-run-at-line/external-shell/basic.txt | 3 -
.../external-shell/line-continuation.txt | 11 ----
.../external-shell/lit.local.cfg | 2 -
.../shtest-run-at-line/internal-shell/basic.txt | 3 -
.../internal-shell/line-continuation.txt | 11 ----
.../internal-shell/lit.local.cfg | 2 -
utils/lit/tests/Inputs/shtest-run-at-line/lit.cfg | 3 -
.../lit/tests/Inputs/shtest-shell/colon-error.txt | 3 -
utils/lit/tests/max-failures.py | 2 +-
utils/lit/tests/shtest-format.py | 1 -
utils/lit/tests/shtest-output-printing.py | 5 +-
utils/lit/tests/shtest-run-at-line.py | 74 ----------------------
utils/lit/tests/shtest-shell.py | 12 +---
utils/lit/tests/unit/TestRunner.py | 6 +-
21 files changed, 44 insertions(+), 168 deletions(-)
delete mode 100644 utils/lit/tests/Inputs/shtest-run-at-line/external-shell/basic.txt
delete mode 100644 utils/lit/tests/Inputs/shtest-run-at-line/external-shell/line-c [...]
delete mode 100644 utils/lit/tests/Inputs/shtest-run-at-line/external-shell/lit.local.cfg
delete mode 100644 utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/basic.txt
delete mode 100644 utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/line-c [...]
delete mode 100644 utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/lit.local.cfg
delete mode 100644 utils/lit/tests/Inputs/shtest-run-at-line/lit.cfg
delete mode 100644 utils/lit/tests/Inputs/shtest-shell/colon-error.txt
delete mode 100644 utils/lit/tests/shtest-run-at-line.py
--
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 6f1ff62842 [Builtins] Fix typos in a comment. NFC
new 6357bce41b [ASTImporter] FriendDecl importing improvements
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/DeclBase.h | 1 +
include/clang/Basic/DiagnosticASTKinds.td | 2 +
lib/AST/ASTImporter.cpp | 14 ++++--
lib/AST/ASTStructuralEquivalence.cpp | 83 +++++++++++++++++++++++++++++++
test/ASTMerge/class/Inputs/class1.cpp | 28 +++++++++++
test/ASTMerge/class/Inputs/class2.cpp | 26 ++++++++++
test/ASTMerge/class/test.cpp | 10 ++++
7 files changed, 159 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 compiler-rt.
from bcf769a81 [mips] Implement GetWriteFlag() for mips
new 77cb99480 Finetune supported arches for the tests added in r330840
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/sanitizer_common/TestCases/Posix/illegal_read_test.cc | 1 +
test/sanitizer_common/TestCases/Posix/illegal_write_test.cc | 1 +
2 files changed, 2 insertions(+)
--
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 gcc-8-branch
in repository gcc.
from 04707f0657e PR ada/85007 * gnat_ugn.texi: Regenerate.
new edc3d20f229 x86: Correct movdir64b builtin function
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 | 11 +++++++++++
gcc/config/i386/i386.c | 11 +++++++----
gcc/config/i386/i386.md | 4 ++--
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.target/i386/pr85473-1.c | 15 +++++++++++++++
gcc/testsuite/gcc.target/i386/pr85473-2.c | 7 +++++++
6 files changed, 51 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr85473-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr85473-2.c
--
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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/bmk-scripts.
from c4db960 compare.pl: New script.
new a8e0312 add std=legacy to build with trunk
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:
cpu2006.cfg | 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 ea0775ec4a0 Rename Attributes.gen, Intrinsics.gen to Attributes.inc, In [...]
new 152c656c6b8 [ICP] Do not attempt type matching for variable length arguments.
new 5e0c3d56ab9 Don't list a source file twice.
new a96f6b88c13 [RISCV] Allow call pseudoinstruction to be used to call a f [...]
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/RISCV/AsmParser/RISCVAsmParser.cpp | 21 +++++++++-------
lib/Transforms/Utils/CallPromotionUtils.cpp | 12 ++++++----
test/MC/RISCV/function-call.s | 20 ++++++++++++++++
.../PGOProfile/indirect_call_promotion_vla.ll | 28 ++++++++++++++++++++++
tools/llvm-xray/CMakeLists.txt | 1 -
5 files changed, 67 insertions(+), 15 deletions(-)
create mode 100644 test/Transforms/PGOProfile/indirect_call_promotion_vla.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.