This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from de9be0416 Fix TestDataFormatterUnordered for older libc++ versions
new 7df5ad9e0 Fix typo in find-basic-function test
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:
lit/SymbolFile/DWARF/find-basic-function.cpp | 8 ++++----
1 file changed, 4 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 gcc-8-branch
in repository gcc.
from 58a930f8e5a 2018-07-19 Richard Biener <rguenther(a)suse.de>
new ed2711622a5 [ARC] Reimplement return padding
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 | 24 +++++
gcc/config/arc/arc-protos.h | 1 -
gcc/config/arc/arc.c | 156 +++++++++++++---------------
gcc/config/arc/arc.md | 26 +++--
gcc/config/arc/t-multilib | 4 +-
gcc/testsuite/ChangeLog | 7 ++
gcc/testsuite/gcc.target/arc/pr9001107555.c | 51 +++++++++
7 files changed, 174 insertions(+), 95 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arc/pr9001107555.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.
unknown user pushed a change to branch master
in repository compiler-rt.
from 4e220e7fb Revert r337175 (https://reviews.llvm.org/D49212) due to unint [...]
new 45febc916 [libFuzzer] Implement stat::stability_rate based on the perce [...]
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/fuzzer/FuzzerDriver.cpp | 1 +
lib/fuzzer/FuzzerFlags.def | 2 +
lib/fuzzer/FuzzerInternal.h | 1 +
lib/fuzzer/FuzzerLoop.cpp | 31 +++++++++++++++
lib/fuzzer/FuzzerOptions.h | 1 +
lib/fuzzer/FuzzerTracePC.cpp | 40 ++++++++++++++++++++
lib/fuzzer/FuzzerTracePC.h | 11 ++++++
test/fuzzer/PrintUnstableStatsTest.cpp | 69 ++++++++++++++++++++++++++++++++++
test/fuzzer/print_unstable_stats.test | 3 ++
9 files changed, 159 insertions(+)
create mode 100644 test/fuzzer/PrintUnstableStatsTest.cpp
create mode 100644 test/fuzzer/print_unstable_stats.test
--
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 92f58789014 Restore "[ThinLTO] Ensure we always select the same functio [...]
new 735bf22bd79 [RegAlloc] Skip global splitting if the live range is huge [...]
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/RegAllocGreedy.cpp | 19 +++++
test/CodeGen/X86/limit-split-cost.mir | 150 ++++++++++++++++++++++++++++++++++
2 files changed, 169 insertions(+)
create mode 100644 test/CodeGen/X86/limit-split-cost.mir
--
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 0a3ff055189 [InstrSimplify] add testcases for fold sdiv if two operands [...]
new e27b1d0b0f6 [cfi-verify] Abort on unsupported targets
new 92f58789014 Restore "[ThinLTO] Ensure we always select the same functio [...]
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/CFIVerify.rst | 4 +-
include/llvm/Transforms/IPO/FunctionImport.h | 16 +-
lib/LTO/LTO.cpp | 4 +-
lib/Transforms/IPO/FunctionImport.cpp | 157 ++++++++------
.../FunctionImport/Inputs/funcimport_resolved1.ll | 34 +++
.../FunctionImport/Inputs/funcimport_resolved2.ll} | 6 +-
.../FunctionImport/Inputs/hotness_based_import2.ll | 42 ----
.../FunctionImport/funcimport_resolved.ll | 52 +++++
.../FunctionImport/hotness_based_import2.ll | 53 -----
.../Unsupported/arm-protected-lineinfo.s | 232 +++++++++++++++++++++
.../llvm-cfi-verify/Unsupported}/lit.local.cfg | 0
tools/llvm-cfi-verify/lib/FileAnalysis.cpp | 10 +
tools/llvm-link/llvm-link.cpp | 2 +-
13 files changed, 435 insertions(+), 177 deletions(-)
create mode 100644 test/Transforms/FunctionImport/Inputs/funcimport_resolved1.ll
copy test/{ThinLTO/X86/Inputs/empty_module_with_cache.ll => Transforms/FunctionImp [...]
delete mode 100644 test/Transforms/FunctionImport/Inputs/hotness_based_import2.ll
create mode 100644 test/Transforms/FunctionImport/funcimport_resolved.ll
delete mode 100644 test/Transforms/FunctionImport/hotness_based_import2.ll
create mode 100644 test/tools/llvm-cfi-verify/Unsupported/arm-protected-lineinfo.s
copy test/{CodeGen/MIR/ARM => tools/llvm-cfi-verify/Unsupported}/lit.local.cfg (100%)
--
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 1ab19fc539 [ASTImporter] Changed constant int to unsigned int in test code.
new 5d5f03678e Restore "[ThinLTO] Ensure we always select the same 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:
lib/CodeGen/BackendUtil.cpp | 5 ++---
1 file changed, 2 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 lld.
from d27233d9f attempt to get test/COFF/driver.test passing on sanitizer-x86 [...]
new 980d87986 [ELF] - Cover ObjFile<ELFT>::getLineInfo() with a test.
new 9e2a05285 [ELF] - Eliminate ObjFile<ELFT>::getLineInfo. NFC.
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:
ELF/InputFiles.cpp | 8 --------
ELF/InputFiles.h | 3 ---
ELF/InputSection.cpp | 5 ++---
test/ELF/x86-64-reloc-range-debug-loc.s | 36 +++++++++++++++++++++++++++++++++
4 files changed, 38 insertions(+), 14 deletions(-)
create mode 100644 test/ELF/x86-64-reloc-range-debug-loc.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 gcc.
from 6cfa970a411 PR target/86511 * expmed.c (emit_store_flag): Do not emit [...]
new 30e4a180ac0 gcc/ChangeLog:
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/doc/extend.texi | 1629 ++++++++++++++++++++++++++-------------------------
2 files changed, 836 insertions(+), 800 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 42fe45bee Fix warnings in a static assert added to CFI.
new 4e220e7fb Revert r337175 (https://reviews.llvm.org/D49212) due to unint [...]
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/fuzzer/FuzzerDriver.cpp | 11 +++---
lib/fuzzer/FuzzerFlags.def | 2 -
lib/fuzzer/FuzzerInternal.h | 1 -
lib/fuzzer/FuzzerLoop.cpp | 33 +---------------
lib/fuzzer/FuzzerOptions.h | 1 -
lib/fuzzer/FuzzerTracePC.cpp | 46 ++---------------------
lib/fuzzer/FuzzerTracePC.h | 55 +++++++++++----------------
test/fuzzer/PrintUnstableStatsTest.cpp | 69 ----------------------------------
test/fuzzer/print_unstable_stats.test | 3 --
9 files changed, 31 insertions(+), 190 deletions(-)
delete mode 100644 test/fuzzer/PrintUnstableStatsTest.cpp
delete mode 100644 test/fuzzer/print_unstable_stats.test
--
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 63110793937 [x86/SLH] Completely rework how we sink post-load hardening [...]
new 0a3ff055189 [InstrSimplify] add testcases for fold sdiv if two operands [...]
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/Transforms/InstCombine/sdiv.ll | 49 +++++++++++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
create mode 100644 test/Transforms/InstCombine/sdiv.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.