This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 495e24a Revert "Improve the libstdc++ smart pointer formatters"
new e818823 Fixing up the project file for the removal of LibStdcppSmartP [...]
new 3f976ee Fix a race condition between the "ephemeral watchpoint disabl [...]
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:
lldb.xcodeproj/project.pbxproj | 4 -
.../command/TestWatchpointCommandPython.py | 7 +-
source/Breakpoint/Watchpoint.cpp | 2 +-
source/Target/StopInfo.cpp | 86 +++++++++++++++-------
4 files changed, 62 insertions(+), 37 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 b95fe85 * config.gcc (sparc*-*-solaris2*): Adjust. (sparc64-*-linux [...]
new dd7553f 2016-10-25 Paul Thomas <pault(a)gcc.gnu.org>
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/class.c | 81 ++++++++++++++++
gcc/fortran/decl.c | 13 +++
gcc/fortran/expr.c | 15 +--
gcc/fortran/resolve.c | 7 ++
gcc/fortran/trans-array.c | 102 +++++++++++++++++++--
gcc/fortran/trans-expr.c | 2 +
gcc/fortran/trans-types.c | 16 +++-
gcc/fortran/trans.h | 1 +
gcc/testsuite/gfortran.dg/class_2.f03 | 1 +
gcc/testsuite/gfortran.dg/finalize_21.f90 | 2 +-
.../gfortran.dg/recursive_alloc_comp_1.f08 | 70 ++++++++++++++
.../gfortran.dg/recursive_alloc_comp_2.f08 | 65 +++++++++++++
.../gfortran.dg/recursive_alloc_comp_3.f08 | 61 ++++++++++++
.../gfortran.dg/recursive_alloc_comp_4.f08 | 46 ++++++++++
14 files changed, 464 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/recursive_alloc_comp_1.f08
create mode 100644 gcc/testsuite/gfortran.dg/recursive_alloc_comp_2.f08
create mode 100644 gcc/testsuite/gfortran.dg/recursive_alloc_comp_3.f08
create mode 100644 gcc/testsuite/gfortran.dg/recursive_alloc_comp_4.f08
--
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 59a9113 revert: "Remove debug location from common tail when tail-merging"
new 09845fd [X86][SSE] Added vector sdiv combine 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:
test/CodeGen/X86/combine-sdiv.ll | 212 +++++++++++++++++++++++++++++++++++++++
1 file changed, 212 insertions(+)
create mode 100644 test/CodeGen/X86/combine-sdiv.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 llvm.
from 41a1a9b [AArch64] Adjust the cost model for Exynos M1.
new 20cfefb [InstCombine] Ensure that truncated int types are legal.
new 0895ad4 [libFuzzer] when mutating based on CMP traces also try adding [...]
new 59a9113 revert: "Remove debug location from common tail when tail-merging"
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/CodeGen/BranchFolding.cpp | 7 +-
lib/Fuzzer/FuzzerMutate.cpp | 14 +---
lib/Fuzzer/FuzzerRandom.h | 5 ++
lib/Fuzzer/test/simple-cmp.test | 2 +
lib/Transforms/InstCombine/InstCombineCompares.cpp | 6 +-
test/DebugInfo/COFF/local-variables.ll | 10 +--
test/DebugInfo/X86/tail-merge.ll | 76 ----------------------
test/Transforms/InstCombine/icmp-shl-nuw.ll | 9 ++-
test/Transforms/InstCombine/icmp.ll | 6 +-
9 files changed, 27 insertions(+), 108 deletions(-)
create mode 100644 lib/Fuzzer/test/simple-cmp.test
delete mode 100644 test/DebugInfo/X86/tail-merge.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 llvm.
from 6141ab4 [APFloat] Make APFloat an interface class to the internal IEE [...]
new 41a1a9b [AArch64] Adjust the cost model for Exynos M1.
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/Target/AArch64/AArch64Subtarget.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 libcxxabi.
from e4b123b Fix typo in comment
new 4d44c0f Get libc++abi building with LLVM_ENABLE_MODULES
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:
src/CMakeLists.txt | 6 ++++++
1 file changed, 6 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 gcc.
from c6a7d9e input.c/libcpp: fix lifetimes of path buffers
new 83ee671 PR sanitizer/78106 * gcc.dg/asan/pr78106.c: Add -ffat-lto-o [...]
new b95fe85 * config.gcc (sparc*-*-solaris2*): Adjust. (sparc64-*-linux [...]
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:
gcc/ChangeLog | 13 +
gcc/config.gcc | 4 +-
gcc/config/sparc/{default-64.h => default64.h} | 0
gcc/config/sparc/sparc.c | 6 +-
gcc/config/sparc/sparc.h | 4 +-
gcc/config/sparc/sparc.md | 1104 ++++++++++++------------
gcc/testsuite/ChangeLog | 17 +-
gcc/testsuite/gcc.dg/asan/pr78106.c | 2 +-
8 files changed, 599 insertions(+), 551 deletions(-)
rename gcc/config/sparc/{default-64.h => default64.h} (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 llvm.
from 301f71e Switch lowering: improve partitioning of jump tables
new 1fc13ff [llvm-cov] Don't use colored output until we know it's supported
new 9d6f123 Add option to specify minimum number of entries for jump tables
new 6141ab4 [APFloat] Make APFloat an interface class to the internal IEE [...]
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:
include/llvm/ADT/APFloat.h | 404 ++++++++++++++++-----
include/llvm/Target/TargetLowering.h | 11 +-
lib/CodeGen/TargetLoweringBase.cpp | 17 +-
lib/Support/APFloat.cpp | 616 +++++++++++++--------------------
test/CodeGen/AArch64/max-jump-table.ll | 8 +-
test/CodeGen/AArch64/min-jump-table.ll | 79 +++++
tools/llvm-cov/CodeCoverage.cpp | 4 +-
7 files changed, 659 insertions(+), 480 deletions(-)
create mode 100644 test/CodeGen/AArch64/min-jump-table.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 6979a42 [libc++] Fix modules build - Rework __refstring definition
new 8330b1e [libcxx] Build with -fvisibility-inlines-hidden -- Remove 20 [...]
new da2c55e Update revision number in CHANGELOG.TXT
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:
CMakeLists.txt | 5 +++++
lib/abi/CHANGELOG.TXT | 35 +++++++++++++++++++++++++++++++++++
lib/abi/x86_64-linux-gnu.abilist | 19 -------------------
3 files changed, 40 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 libcxx.
from c4a7e91 Fix non-portable tests for temp_directory_path(...)
new 6979a42 [libc++] Fix modules build - Rework __refstring definition
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/__refstring | 188 ++++++++++++++++++++++++----------------------------
include/stdexcept | 22 +++---
src/stdexcept.cpp | 3 +-
3 files changed, 104 insertions(+), 109 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.