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 be5ba66 [asan] Turn -fsanitize-address-use-after-scope on by default [...]
new 00f4988 [asan] Move AsanCheckDynamicRTPrereqs check under flag
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/asan/asan_flags.inc | 3 +++
lib/asan/asan_linux.cc | 2 +-
test/asan/TestCases/Linux/asan_dlopen_test.cc | 2 ++
3 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 gcc.
from b655c55 PR middle-end/80163 * varasm.c (initializer_constant_valid_ [...]
new 6ee2f12 PR middle-end/80173 * expmed.c (store_bit_field_1): Don't a [...]
new ca2af7d PR libstdc++/80251 c-family/ * c-common.h (enum rid): Add R [...]
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 | 5 ++
gcc/c-family/ChangeLog | 6 ++
gcc/c-family/c-common.c | 1 +
gcc/c-family/c-common.h | 4 +-
gcc/cp/ChangeLog | 12 ++++
gcc/cp/cp-tree.h | 1 +
gcc/cp/cxx-pretty-print.c | 3 +
gcc/cp/parser.c | 4 ++
gcc/cp/semantics.c | 28 ++++----
gcc/expmed.c | 10 ++-
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/g++.dg/ext/is_aggregate.C | 117 ++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr80173.c | 22 ++++++
13 files changed, 203 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/is_aggregate.C
create mode 100644 gcc/testsuite/gcc.target/i386/pr80173.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 gcc.
from 6ac7eb8 PR debug/80025 * cselib.h (rtx_equal_for_cselib_1): Add dep [...]
new b655c55 PR middle-end/80163 * varasm.c (initializer_constant_valid_ [...]
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 | 4 ++++
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/gcc.dg/pr80163.c | 22 ++++++++++++++++++++++
gcc/varasm.c | 11 +++++++++--
4 files changed, 38 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr80163.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 gcc.
from 289bac3 2017-03-31 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new 6ac7eb8 PR debug/80025 * cselib.h (rtx_equal_for_cselib_1): Add dep [...]
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 | 10 ++++++++++
gcc/cselib.c | 32 +++++++++++++++++++++-----------
gcc/cselib.h | 4 ++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr80025.c | 24 ++++++++++++++++++++++++
5 files changed, 62 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr80025.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 957cbf8 Re-apply r299168 and r299169 now that the libdeps are fixed.
new 903a962 Go binding: Add GetCurrentDebugLocation to obtain debug locat [...]
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:
bindings/go/llvm/IRBindings.cpp | 13 +++++++++++++
bindings/go/llvm/IRBindings.h | 8 ++++++++
bindings/go/llvm/ir.go | 14 ++++++++++++++
bindings/go/llvm/ir_test.go | 39 +++++++++++++++++++++++++++++++++++++++
4 files changed, 74 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 llvm.
from b6a5316 [libFuzzer] simplify the code a bit
new 537523b Move llvm::canBeOmittedFromSymbolTable() to Analysis.
new 8dc921e Move llvm::emitLinkerFlagsForGlobalCOFF() to Mangler.
new 957cbf8 Re-apply r299168 and r299169 now that the libdeps are fixed.
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/Analysis/ObjectUtils.h | 42 +++
include/llvm/CodeGen/Analysis.h | 7 -
.../llvm/CodeGen/TargetLoweringObjectFileImpl.h | 3 -
include/llvm/IR/Mangler.h | 4 +
include/llvm/LTO/LTO.h | 209 ++++-----------
include/llvm/Object/IRSymtab.h | 298 +++++++++++++++++++++
lib/CodeGen/Analysis.cpp | 19 --
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 1 +
lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 31 ---
lib/IR/Mangler.cpp | 32 +++
lib/LTO/LTO.cpp | 213 ++++++---------
lib/LTO/LTOModule.cpp | 4 +-
lib/Object/CMakeLists.txt | 1 +
lib/Object/IRSymtab.cpp | 228 ++++++++++++++++
tools/gold/gold-plugin.cpp | 4 +-
15 files changed, 741 insertions(+), 355 deletions(-)
create mode 100644 include/llvm/Analysis/ObjectUtils.h
create mode 100644 include/llvm/Object/IRSymtab.h
create mode 100644 lib/Object/IRSymtab.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 48b1d1a Revert r299168 and r299169 due to library dependency issues.
new f8ded2a Re-apply r299168 and r299169 now that the libdeps are fixed.
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:
COFF/InputFiles.cpp | 5 ++---
ELF/InputFiles.cpp | 8 +++-----
2 files changed, 5 insertions(+), 8 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 a039adf Add target-cpu
new 96e80d6 Revert test added in r299152
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/function-sections.c | 6 ------
1 file changed, 6 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 e857d23 [libFuzzer] tests: don't test 64-bit comparison on 32-bit builds
new b6a5316 [libFuzzer] simplify the code a bit
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/FuzzerCorpus.h | 7 ++++---
lib/Fuzzer/FuzzerLoop.cpp | 12 ++++++------
lib/Fuzzer/FuzzerTracePC.h | 12 ++++--------
3 files changed, 14 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 llvm.
from 15e73a6 [libFuzzer] ensure that strncmp is not inlined in a test
new e857d23 [libFuzzer] tests: don't test 64-bit comparison on 32-bit builds
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/test/SimpleCmpTest.cpp | 9 +++++----
lib/Fuzzer/test/SwapCmpTest.cpp | 3 ++-
2 files changed, 7 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.