This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bdbe8280f25 Add address space mangling to lifetime intrinsics
new d5d5d0b80ed Revert "[IR] Make AttributeSetNode public, avoid temporary [...]
new 9cf476f3113 Revert "[asan] Fix dead stripping of globals on Linux."
new 465b9a5c3d2 Revert "[asan] Put ctor/dtor in comdat."
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/IR/Attributes.h | 36 +--
include/llvm/Transforms/Utils/ModuleUtils.h | 11 -
lib/AsmParser/LLParser.cpp | 88 ++++---
lib/AsmParser/LLParser.h | 8 +-
lib/IR/AsmWriter.cpp | 50 ++--
lib/IR/AttributeImpl.h | 2 +-
{include/llvm => lib}/IR/AttributeSetNode.h | 8 +-
lib/IR/Attributes.cpp | 269 +++++++++------------
lib/IR/Core.cpp | 2 +-
lib/Transforms/IPO/ArgumentPromotion.cpp | 43 +++-
lib/Transforms/IPO/DeadArgumentElimination.cpp | 85 ++++---
lib/Transforms/IPO/MergeFunctions.cpp | 3 +-
lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp | 35 ++-
lib/Transforms/InstCombine/InstCombineCalls.cpp | 49 ++--
.../Instrumentation/AddressSanitizer.cpp | 159 ++----------
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp | 15 +-
lib/Transforms/Utils/CloneFunction.cpp | 22 +-
lib/Transforms/Utils/CodeExtractor.cpp | 3 +-
lib/Transforms/Utils/ModuleUtils.cpp | 32 ---
.../AddressSanitizer/global_metadata.ll | 14 +-
.../AddressSanitizer/global_metadata_darwin.ll | 6 +-
.../AddressSanitizer/instrument_global.ll | 6 +-
.../Instrumentation/AddressSanitizer/no-globals.ll | 12 -
23 files changed, 398 insertions(+), 560 deletions(-)
rename {include/llvm => lib}/IR/AttributeSetNode.h (93%)
delete mode 100644 test/Instrumentation/AddressSanitizer/no-globals.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 e2a1b2466 [Asan] Eliminate SHADOW_TO_MEM() macro Differential Revision: [...]
new 39c38f1fd Revert "[asan] Fix dead stripping of globals on Linux (compil [...]
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 | 13 +++++++++++++
8 files changed, 14 insertions(+), 80 deletions(-)
delete mode 100644 test/asan/TestCases/Linux/global-overflow-bfd.cc
delete mode 100644 test/asan/TestCases/Linux/global-overflow-lld.cc
delete mode 100644 test/asan/TestCases/Linux/globals-gc-sections-lld.cc
create mode 100644 test/asan/TestCases/Linux/globals-gc-sections.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 glibc.
from fda19e0438 Add sysdeps/x86/dl-procinfo.c
new 38efe8c5a5 Consolidate pthreadtype.h placementConsolidate pthreadtype.h [...]
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:
ChangeLog | 10 ++++++++++
.../{unix/sysv/linux/alpha => alpha/nptl}/bits/pthreadtypes.h | 0
.../sysv/linux/powerpc => powerpc/nptl}/bits/pthreadtypes.h | 0
sysdeps/unix/sysv/linux/x86/Implies | 1 +
sysdeps/x86/{ => nptl}/bits/pthreadtypes.h | 0
5 files changed, 11 insertions(+)
rename sysdeps/{unix/sysv/linux/alpha => alpha/nptl}/bits/pthreadtypes.h (100%)
rename sysdeps/{unix/sysv/linux/powerpc => powerpc/nptl}/bits/pthreadtypes.h (100%)
create mode 100644 sysdeps/unix/sysv/linux/x86/Implies
rename sysdeps/x86/{ => nptl}/bits/pthreadtypes.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 gcc.
from 988e6363153 2017-04-10 Janus Weil <janus(a)gcc.gnu.org>
new ab8eb059eef 2017-04-10 Thomas Koenig <tkoenig(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/testsuite/ChangeLog | 5 ++
gcc/testsuite/gfortran.dg/do_concurrent_4.f90 | 67 +++++++++++++++++++++++++++
2 files changed, 72 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/do_concurrent_4.f90
--
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 b3ed1c7687 [OPENMP] Fix for PR32333: Crash in call of outlined Function.
new f63663acce Update for lifetime intrinsic signature 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:
lib/CodeGen/CGDecl.cpp | 10 +--
test/CodeGen/cleanup-destslot-simple.c | 8 +--
test/CodeGen/lifetime-asan.c | 8 +--
test/CodeGen/lifetime2.c | 24 +++----
test/CodeGen/temporary-lifetime-exceptions.cpp | 12 ++--
test/CodeGen/temporary-lifetime.cpp | 48 ++++++-------
test/CodeGenCXX/destructors.cpp | 14 ++--
test/CodeGenCXX/microsoft-abi-eh-cleanups.cpp | 6 +-
test/CodeGenCXX/nrvo.cpp | 4 +-
test/CodeGenObjC/arc-blocks.m | 18 ++---
test/CodeGenObjC/arc-precise-lifetime.m | 68 +++++++++----------
test/CodeGenObjC/arc-ternary-op.m | 12 ++--
test/CodeGenObjC/arc.m | 94 +++++++++++++-------------
test/CodeGenObjC/exceptions.m | 4 +-
test/CodeGenObjCXX/arc-move.mm | 8 +--
test/CodeGenObjCXX/arc-references.mm | 6 +-
test/CodeGenObjCXX/arc.mm | 6 +-
test/CodeGenObjCXX/literals.mm | 8 +--
18 files changed, 180 insertions(+), 178 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 82421cd971e * g++.dg/torture/pr79905.C: Add -maltivec option.
new 988e6363153 2017-04-10 Janus Weil <janus(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/ChangeLog | 6 ++++
gcc/fortran/expr.c | 42 ++++++++++++++++-------
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gfortran.dg/proc_ptr_comp_48.f90 | 47 ++++++++++++++++++++++++++
4 files changed, 87 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/proc_ptr_comp_48.f90
--
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 c29751d1b43 Fix signed / unsigned comparison warnings.
new df685624d01 Remove svn:eol-style properties from some files so 'git llv [...]
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:
--
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 20b5e3ba0be [mips] Use Triple::isLittleEndian to check endianness. NFC
new c29751d1b43 Fix signed / unsigned comparison warnings.
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:
unittests/ADT/BitVectorTest.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 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 3e7ee5f064a PR tree-optimization/80374 * tree-ssa-dom.c (derive_equiv [...]
new 82421cd971e * g++.dg/torture/pr79905.C: Add -maltivec option.
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/g++.dg/torture/pr79905.C | 1 +
2 files changed, 5 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.