This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 87aa3050e6e [X86] Add non-SSE tests for PR15215 as well
new 05dde13ff85 [dwarfdump] Add -lookup option
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/DebugInfo/DIContext.h | 18 ++-
include/llvm/DebugInfo/DWARF/DWARFContext.h | 12 ++
include/llvm/DebugInfo/DWARF/DWARFUnit.h | 10 +-
lib/DebugInfo/DWARF/DWARFContext.cpp | 30 +++-
lib/DebugInfo/DWARF/DWARFUnit.cpp | 2 +-
.../tools/llvm-dwarfdump/X86/{brief.s => lookup.s} | 151 ++++++++++++++-------
test/tools/llvm-dwarfdump/cmdline.test | 1 +
tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 41 +++++-
8 files changed, 200 insertions(+), 65 deletions(-)
copy test/tools/llvm-dwarfdump/X86/{brief.s => lookup.s} (64%)
--
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-tools-extra.
from 9d8a7250 [clang-tidy] potentially fix buildbot
new 6eeabdcf [clang-tidy] fix buildbot hicpp-signed-bitwise
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/clang-tidy/hicpp-signed-bitwise-bug34747.cpp | 10 +++++++++-
1 file changed, 9 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 gcc.
from cad667af3cd simplify-rtx: Remove non-simplifying simplification (PR77729)
new 846968c00ca PR target/82358 * gcc.target/i386/stack-check-11.c: Use - [...]
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/i386/stack-check-11.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 70deadb1713 Use sched_getaffinity instead of std::thread::hardware_conc [...]
new 62d6fa47275 [X86][SSE] Add bool vector extraction test cases from PR15215
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/CodeGen/X86/bool-vector.ll | 134 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 134 insertions(+)
create mode 100644 test/CodeGen/X86/bool-vector.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-tools-extra.
from 15a5657d [clang-tidy] Remove target specification hicpp-signed-bitwise
new 9d8a7250 [clang-tidy] potentially fix buildbot
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/clang-tidy/hicpp-signed-bitwise-bug34747.cpp | 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 32d7f21fff4 Revert the change that accidentally went in r314806.
new 70deadb1713 Use sched_getaffinity instead of std::thread::hardware_conc [...]
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:
cmake/config-ix.cmake | 1 +
include/llvm/Config/config.h.cmake | 3 +++
include/llvm/Support/ThreadPool.h | 4 ++--
include/llvm/Support/Threading.h | 8 ++++++++
lib/Fuzzer/FuzzerUtil.cpp | 10 +---------
lib/Support/Parallel.cpp | 4 ++--
lib/Support/ThreadPool.cpp | 5 +++--
lib/Support/Threading.cpp | 14 ++++++++++++++
tools/llvm-profdata/llvm-profdata.cpp | 4 ++--
9 files changed, 36 insertions(+), 17 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 clang-tools-extra.
from d88591ee [clang-tidy] Fixed a small code example in docs. NFC.
new 86bb8a42 [clang-tidy] Fix bug 34747, streaming operators and hicpp-sig [...]
new 15a5657d [clang-tidy] Remove target specification hicpp-signed-bitwise
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:
clang-tidy/hicpp/SignedBitwiseCheck.cpp | 4 +++-
test/clang-tidy/hicpp-signed-bitwise-bug34747.cpp | 21 +++++++++++++++++++++
test/clang-tidy/hicpp-signed-bitwise.cpp | 2 +-
3 files changed, 25 insertions(+), 2 deletions(-)
create mode 100644 test/clang-tidy/hicpp-signed-bitwise-bug34747.cpp
--
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 f4b1577dc [MIPS] Generate thunks for microMIPS code
new e50a07da4 Use sched_getaffinity instead of std::thread::hardware_concurrency.
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/SyntheticSections.cpp | 4 ++--
1 file changed, 2 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 gcc-7-branch
in repository gcc.
from 27d6fd48f90 Daily bump.
new c3f9cd0c11e 2017-10-03 Thomas Koenig <tkoenig(a)gcc.gnu.org> Steve [...]
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/fortran/ChangeLog | 8 ++++++++
gcc/fortran/expr.c | 6 +++++-
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gfortran.dg/zero_sized_7.f90 | 18 ++++++++++++++++++
4 files changed, 38 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/zero_sized_7.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.