This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from dcae6ca LTO: Work around libstdc++ version mismatch bug, see D31063 r [...]
new 87552d6 [SelectionDAG] Remove redundant stores more aggressively.
new df808fe Add !associated metadata.
new a82d790 [asan] Fix dead stripping of globals on Linux.
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:
docs/LangRef.rst | 25 +++++
include/llvm/IR/LLVMContext.h | 1 +
include/llvm/Transforms/Utils/ModuleUtils.h | 11 +++
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 32 ++++--
lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 63 +++++++++---
lib/IR/LLVMContext.cpp | 1 +
lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp | 44 +--------
.../Instrumentation/AddressSanitizer.cpp | 108 +++++++++++++++++++--
lib/Transforms/Utils/ModuleUtils.cpp | 32 ++++++
test/CodeGen/ARM/illegal-bitfield-loadstore.ll | 3 +-
test/CodeGen/X86/elf-associated.ll | 39 ++++++++
.../AddressSanitizer/global_metadata.ll | 14 ++-
.../AddressSanitizer/global_metadata_darwin.ll | 6 +-
.../AddressSanitizer/instrument_global.ll | 4 +-
test/ThinLTO/X86/lazyload_metadata.ll | 6 +-
15 files changed, 307 insertions(+), 82 deletions(-)
create mode 100644 test/CodeGen/X86/elf-associated.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 compiler-rt.
from b044070 [ubsan] Add e2e test for -fsanitize=nullability
new 93b8798 [asan] Fix dead stripping of globals on Linux (compiler-rt)
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_globals.cc | 20 ++++++++++++++++++++
lib/asan/asan_interface.inc | 2 ++
lib/asan/asan_interface_internal.h | 5 +++++
test/asan/CMakeLists.txt | 2 +-
test/asan/TestCases/Linux/global-overflow-bfd.cc | 18 ++++++++++++++++++
test/asan/TestCases/Linux/global-overflow-lld.cc | 19 +++++++++++++++++++
test/asan/TestCases/Linux/globals-gc-sections-lld.cc | 15 +++++++++++++++
test/asan/TestCases/Linux/globals-gc-sections.cc | 14 ++++++++++----
8 files changed, 90 insertions(+), 5 deletions(-)
create mode 100644 test/asan/TestCases/Linux/global-overflow-bfd.cc
create mode 100644 test/asan/TestCases/Linux/global-overflow-lld.cc
create mode 100644 test/asan/TestCases/Linux/globals-gc-sections-lld.cc
--
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 ab4c774 recommend using llvm-ar when finding undefined references and [...]
new c3c9258 [ELF] Restore GC handling of LINK_ORDER, C-named sections.
new 1627ec8 ELF: Change check(Expected<T>, const Twine &) to call toStrin [...]
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.h | 2 +-
ELF/MarkLive.cpp | 5 ++---
test/ELF/gc-sections-metadata-startstop.s | 33 +++++++++++++++++++++++++++++++
test/ELF/invalid/dynamic-section-size.s | 2 +-
4 files changed, 37 insertions(+), 5 deletions(-)
create mode 100644 test/ELF/gc-sections-metadata-startstop.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 binutils-gdb.
from d9cb6cd i386-gnu-nat: Use ptid from regcache instead of inferior_ptid
new 82e6616 DT_TEXTREL vs IFUNC
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:
bfd/ChangeLog | 18 +++++++++++++++
bfd/elf32-ppc.c | 69 ++++++++++++++++++++++++++++++++++++++++++++-------------
bfd/elf64-ppc.c | 44 +++++++++++++++++++++++++++++++-----
3 files changed, 109 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 6cf5553 AMDGPU: Fix broken condition in hazard recognizer
new dcae6ca LTO: Work around libstdc++ version mismatch bug, see D31063 r [...]
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/LTO/Caching.cpp | 5 ++++-
1 file changed, 4 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 f746796 2017-03-17 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new c153c72 * c-parser.c: Add C11 references.
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/c/ChangeLog | 4 +++
gcc/c/c-parser.c | 87 ++++++++++++++++++++++++++++----------------------------
2 files changed, 48 insertions(+), 43 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 31801a7 [clang-cl] Fix cross-compilation with MSVC 2017.
new 8c12104 Implement DR 373 "Lookup on namespace qualified name in using [...]
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/Parse/Parser.h | 3 ++-
include/clang/Sema/Sema.h | 8 ++++++--
lib/Parse/ParseDeclCXX.cpp | 30 ++++++++++++++++++++++++++----
lib/Parse/ParseExprCXX.cpp | 11 +++++++----
lib/Sema/SemaCXXScopeSpec.cpp | 31 ++++++++++++++++---------------
test/CXX/drs/dr3xx.cpp | 13 ++++++++-----
www/cxx_dr_status.html | 2 +-
7 files changed, 66 insertions(+), 32 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.