This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 527978d Really set priority to 99 for __gcov_exit
new fafde08 PR tree-optimization/77664 * tree-ssa-reassoc.c (update_ran [...]
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 | 9 ++
gcc/testsuite/ChangeLog | 8 +-
gcc/testsuite/gcc.dg/pr77664.c | 55 +++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr77664.c | 49 ++++++++
gcc/tree-ssa-reassoc.c | 203 +++++++++++++++++++++++++++++++-
5 files changed, 319 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr77664.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr77664.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 clang-tools-extra.
from 91669b5 [clang-move] Support moving multiple classes in one run.
new 3a291ae Fix buildbot error.
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-move/move-class.cpp | 1 +
test/clang-move/move-multiple-classes.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 binutils-gdb.
from 68dadef python: accept address and explicit locations in gdb.decode_line
new 1d0e042 Set regdir in tdesc-regs.exp or arm
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/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.xml/tdesc-regs.exp | 1 +
2 files changed, 5 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 a575a67 Fix profiled bootstrap (part 2)
new 527978d Really set priority to 99 for __gcov_exit
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/coverage.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 lld.
from cc2815b Add an empty DBI stream.
new 95bcdf3 [ELF] - Do not crash when unable to parse ELF object file.
new ec2e56d [ELF] - Do not crash on invalid size of dynamic section.
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/Error.cpp | 4 ++++
ELF/Error.h | 1 +
ELF/InputFiles.cpp | 10 +++++-----
test/ELF/invalid/Inputs/dynamic-section-sh_size.elf | Bin 0 -> 482 bytes
test/ELF/invalid/Inputs/too-short.elf | Bin 0 -> 44 bytes
test/ELF/invalid/dynamic-section-size.s | 4 ++++
test/ELF/invalid/too-short.s | 5 +++++
7 files changed, 19 insertions(+), 5 deletions(-)
create mode 100644 test/ELF/invalid/Inputs/dynamic-section-sh_size.elf
create mode 100644 test/ELF/invalid/Inputs/too-short.elf
create mode 100644 test/ELF/invalid/dynamic-section-size.s
create mode 100644 test/ELF/invalid/too-short.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 llvm.
from f3907ed AMDGPU: Fix use-after-free in SIOptimizeExecMasking
new 744a261 Use StringRef in ARMELFStreamer (NFC)
new 9dc8cca [ARM] Don't convert switches to lookup tables of pointers wit [...]
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:
include/llvm/Analysis/TargetTransformInfo.h | 8 ++
include/llvm/Analysis/TargetTransformInfoImpl.h | 1 +
lib/Analysis/TargetTransformInfo.cpp | 3 +
lib/Target/ARM/ARMTargetTransformInfo.h | 10 ++
lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp | 4 +-
lib/Transforms/Utils/SimplifyCFG.cpp | 44 ++++---
.../SimplifyCFG/ARM/switch-to-lookup-table.ll | 132 +++++++++++++++++++++
7 files changed, 183 insertions(+), 19 deletions(-)
create mode 100644 test/Transforms/SimplifyCFG/ARM/switch-to-lookup-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 libcxxabi.
from 8d4d9af [CMake] Fix libc++abi standalone cmake build.
new ace6572 Recommit r282692: [libc++abi] Use fallback_malloc to allocate [...]
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 | 1 +
src/cxa_exception.cpp | 28 ++-------
src/cxa_exception_storage.cpp | 6 +-
src/{fallback_malloc.ipp => fallback_malloc.cpp} | 74 ++++++++++++++++++------
src/fallback_malloc.h | 31 ++++++++++
test/test_exception_storage_nodynmem.pass.cpp | 40 +++++++++++++
test/test_fallback_malloc.pass.cpp | 2 +-
7 files changed, 138 insertions(+), 44 deletions(-)
rename src/{fallback_malloc.ipp => fallback_malloc.cpp} (82%)
create mode 100644 src/fallback_malloc.h
create mode 100644 test/test_exception_storage_nodynmem.pass.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 llvm.
from a259671 Revert "Revert "Add a static_assert to enforce that parameter [...]
new a47cbd9 Use StringReg in TargetParser APIs (NFC)
new f3907ed AMDGPU: Fix use-after-free in SIOptimizeExecMasking
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:
include/llvm/Support/TargetParser.h | 16 +++++-----
lib/Support/TargetParser.cpp | 28 ++++++++--------
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 2 +-
lib/Target/AMDGPU/SIOptimizeExecMasking.cpp | 5 ++-
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 2 +-
test/CodeGen/AMDGPU/branch-condition-and.ll | 39 +++++++++++++++++++++++
unittests/Support/TargetParserTest.cpp | 16 +++++-----
7 files changed, 75 insertions(+), 33 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/branch-condition-and.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.
from 575e6c8 PR25890: Fix incoherent error handling in PerformImplicitConv [...]
new 9de55ae Use StringReg in TargetParser APIs (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/Basic/Targets.cpp | 6 ++---
lib/Driver/Tools.cpp | 67 ++++++++++++++++++++++++++-------------------------
2 files changed, 37 insertions(+), 36 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 909bd6e 2016-10-07 Richard Biener <rguenther(a)suse.de>
new a575a67 Fix profiled bootstrap (part 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:
gcc/cp/ChangeLog | 4 ++++
gcc/cp/lambda.c | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.