This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 36f2326 [cpu-detection] Substantial refactor of Host CPU detection co [...]
new f15d245 [BranchFolding] Replace MachineBlockFrequencyInfo with MBFIWr [...]
new eaf5ddf [Kaleidoscope][BuildingAJIT] Fix hyphenation in chapter 2 title.
new 8475598 [MBP] Reduce code size by running tail merging in MBP.
new 24ef682 [pdbdump] Print out New FPO stream contents.
The 4 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/tutorial/BuildingAJIT2.rst | 6 +--
include/llvm/DebugInfo/PDB/Raw/DbiStream.h | 7 +++
include/llvm/Object/COFF.h | 24 +++++++++
lib/CodeGen/BranchFolding.cpp | 85 ++++++++++++++++++++++--------
lib/CodeGen/BranchFolding.h | 24 ++++++---
lib/CodeGen/IfConversion.cpp | 7 ++-
lib/CodeGen/MachineBlockPlacement.cpp | 39 ++++++++++++--
lib/DebugInfo/PDB/Raw/DbiStream.cpp | 25 ++++++++-
test/CodeGen/AArch64/tailmerging_in_mbp.ll | 63 ++++++++++++++++++++++
test/CodeGen/ARM/arm-and-tst-peephole.ll | 2 +-
test/DebugInfo/PDB/pdbdump-headers.test | 26 ++++++++-
tools/llvm-pdbdump/LLVMOutputStyle.cpp | 25 +++++++++
tools/llvm-pdbdump/LLVMOutputStyle.h | 1 +
tools/llvm-pdbdump/OutputStyle.h | 1 +
tools/llvm-pdbdump/llvm-pdbdump.cpp | 8 +++
tools/llvm-pdbdump/llvm-pdbdump.h | 1 +
16 files changed, 304 insertions(+), 40 deletions(-)
create mode 100644 test/CodeGen/AArch64/tailmerging_in_mbp.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 gcc.
from a9d5413 * fr.po: Update.
new b144599 PR tree-optimization/71259 * tree-vect-slp.c (vect_get_cons [...]
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/vect/pr71259.c | 28 ++++++++++++++++++++++++++++
gcc/tree-vect-slp.c | 10 ++++++++--
4 files changed, 48 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr71259.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 gcc-6-branch
in repository gcc.
from 118f2a4 * fr.po: Update.
new acf0bfd PR tree-optimization/71259 * tree-vect-slp.c (vect_get_cons [...]
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/vect/pr71259.c | 28 ++++++++++++++++++++++++++++
gcc/tree-vect-slp.c | 10 ++++++++--
4 files changed, 48 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr71259.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 llvm.
from 5d3458a [Kaleidoscope][BuildingAJIT] More cleanup of Chapter 2.
new 36f2326 [cpu-detection] Substantial refactor of Host CPU detection co [...]
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/Support/Host.cpp | 911 ++++++++++++++++++++++++++++++++++++---------------
1 file changed, 650 insertions(+), 261 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.
from fa7de5c Add a release note about the --build-id change.
new b2af159 Revert "Reapply "[analyzer] Add checker for correct usage of [...]
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/StaticAnalyzer/Checkers/Checkers.td | 8 -
.../StaticAnalyzer/Core/PathSensitive/MemRegion.h | 22 --
lib/StaticAnalyzer/Checkers/CMakeLists.txt | 3 -
.../Checkers/MPI-Checker/MPIBugReporter.cpp | 112 -------
.../Checkers/MPI-Checker/MPIBugReporter.h | 110 -------
.../Checkers/MPI-Checker/MPIChecker.cpp | 190 ------------
.../Checkers/MPI-Checker/MPIChecker.h | 110 -------
.../Checkers/MPI-Checker/MPIFunctionClassifier.cpp | 291 ------------------
.../Checkers/MPI-Checker/MPIFunctionClassifier.h | 97 ------
lib/StaticAnalyzer/Checkers/MPI-Checker/MPITypes.h | 68 ----
lib/StaticAnalyzer/Core/MemRegion.cpp | 59 ----
test/Analysis/MPIMock.h | 55 ----
test/Analysis/MemRegion.cpp | 47 ---
test/Analysis/mpichecker.cpp | 342 ---------------------
test/Analysis/mpicheckernotes.cpp | 34 --
15 files changed, 1548 deletions(-)
delete mode 100644 lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.cpp
delete mode 100644 lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h
delete mode 100644 lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.cpp
delete mode 100644 lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.h
delete mode 100644 lib/StaticAnalyzer/Checkers/MPI-Checker/MPIFunctionClassifier.cpp
delete mode 100644 lib/StaticAnalyzer/Checkers/MPI-Checker/MPIFunctionClassifier.h
delete mode 100644 lib/StaticAnalyzer/Checkers/MPI-Checker/MPITypes.h
delete mode 100644 test/Analysis/MPIMock.h
delete mode 100644 test/Analysis/MemRegion.cpp
delete mode 100644 test/Analysis/mpichecker.cpp
delete mode 100644 test/Analysis/mpicheckernotes.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 libcxx.
from 10b4526 Remove arithmetic +/-127 on chars; results in UB when dealing [...]
new fb59f5c Rename some test data (and make it const) to rid us of some s [...]
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/std/numerics/complex.number/cases.h | 2 +-
.../complex.ops/complex_divide_complex.pass.cpp | 16 +++---
.../complex.ops/complex_times_complex.pass.cpp | 16 +++---
.../complex.transcendentals/acos.pass.cpp | 50 +++++++++----------
.../complex.transcendentals/acosh.pass.cpp | 44 ++++++++--------
.../complex.transcendentals/asin.pass.cpp | 50 +++++++++----------
.../complex.transcendentals/asinh.pass.cpp | 48 +++++++++---------
.../complex.transcendentals/atan.pass.cpp | 6 +--
.../complex.transcendentals/atanh.pass.cpp | 58 +++++++++++-----------
.../complex.transcendentals/cos.pass.cpp | 6 +--
.../complex.transcendentals/cosh.pass.cpp | 36 +++++++-------
.../complex.transcendentals/exp.pass.cpp | 36 +++++++-------
.../complex.transcendentals/log.pass.cpp | 44 ++++++++--------
.../complex.transcendentals/log10.pass.cpp | 6 +--
.../pow_complex_complex.pass.cpp | 6 +--
.../pow_complex_scalar.pass.cpp | 6 +--
.../pow_scalar_complex.pass.cpp | 6 +--
.../complex.transcendentals/sin.pass.cpp | 6 +--
.../complex.transcendentals/sinh.pass.cpp | 42 ++++++++--------
.../complex.transcendentals/sqrt.pass.cpp | 30 +++++------
.../complex.transcendentals/tan.pass.cpp | 6 +--
.../complex.transcendentals/tanh.pass.cpp | 30 +++++------
.../complex.number/complex.value.ops/abs.pass.cpp | 6 +--
.../complex.number/complex.value.ops/arg.pass.cpp | 46 ++++++++---------
.../complex.number/complex.value.ops/norm.pass.cpp | 6 +--
.../complex.value.ops/polar.pass.cpp | 6 +--
.../complex.number/complex.value.ops/proj.pass.cpp | 16 +++---
27 files changed, 315 insertions(+), 315 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 4af8674 [tsan] Switch to InternalAlloc everywhere __libc_malloc is cu [...]
new 3f4698f [profile] code cleanup /NFC
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/profile/InstrProfilingUtil.c | 26 +++++++++++++++++---------
test/profile/Inputs/instrprof-file_ex.c | 4 ++--
test/profile/Linux/instrprof-file_ex.test | 23 ++++++++++++-----------
3 files changed, 31 insertions(+), 22 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 bae1eaf [Kaleidoscope][BuildingAJIT] Clean up sentence, remove commen [...]
new 5d3458a [Kaleidoscope][BuildingAJIT] More cleanup of Chapter 2.
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/tutorial/BuildingAJIT2.rst | 35 ++++++++++++++++++-----------------
1 file changed, 18 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 compiler-rt.
from e2e2f47 This patch attempts to primitive support for Win64 asan
new 4af8674 [tsan] Switch to InternalAlloc everywhere __libc_malloc is cu [...]
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/sanitizer_common/sanitizer_allocator.cc | 82 ++++++++++++++++++----
.../sanitizer_allocator_internal.h | 7 +-
lib/tsan/dd/dd_interceptors.cc | 3 -
lib/tsan/rtl/tsan_interceptors.cc | 36 +++-------
lib/tsan/rtl/tsan_interceptors.h | 8 ---
lib/tsan/rtl/tsan_malloc_mac.cc | 39 +++++-----
lib/tsan/rtl/tsan_new_delete.cc | 8 +--
7 files changed, 102 insertions(+), 81 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.
from f9caf29 Reapply "[analyzer] Add checker for correct usage of MPI API [...]
new fa7de5c Add a release note about the --build-id change.
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/ReleaseNotes.rst | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.