This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 91be796f6d Revert "[OPENMP][DEBUG] Set proper address space info if req [...]
new 1889f1d2b9 [libFuzzer] add -fsanitize-coverage-pc-table to -fsanitize=fuzzer
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/Driver/SanitizerArgs.cpp | 3 ++-
test/Driver/fuzzer.c | 1 +
2 files changed, 3 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 glibc.
from 64d4dea6cd x86: Remove assembly versions of HAS_CPU_FEATURE/HAS_ARCH_FEATURE
new 219dd320d6 Reimplement min_of_type using __MATH_TG.
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 | 13 +++++++++++++
sysdeps/generic/math_private.h | 26 ++++++++------------------
2 files changed, 21 insertions(+), 18 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 04faf09089 Revert "Reland "CFI: blacklist STL allocate() from unrelated [...]
new 0980666466 Reland "CFI: blacklist STL allocate() from unrelated-casts"
new 3ae5f4e75b Revert "[OPENMP] Fix for pacify buildbots, NFC."
new 91be796f6d Revert "[OPENMP][DEBUG] Set proper address space info if req [...]
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/clang/Basic/Attr.td | 8 --
include/clang/Sema/Sema.h | 5 --
lib/CodeGen/CGOpenMPRuntime.h | 27 -------
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 79 ------------------
lib/CodeGen/CGOpenMPRuntimeNVPTX.h | 26 ------
lib/CodeGen/CGStmtOpenMP.cpp | 49 +++---------
lib/CodeGen/CodeGenFunction.cpp | 28 +++++++
lib/Sema/SemaExpr.cpp | 2 -
lib/Sema/SemaOpenMP.cpp | 33 --------
test/CodeGen/cfi-unrelated-cast.cpp | 37 +++++++++
test/OpenMP/nvptx_target_firstprivate_codegen.cpp | 29 +++----
test/OpenMP/target_parallel_debug_codegen.cpp | 97 -----------------------
12 files changed, 91 insertions(+), 329 deletions(-)
create mode 100644 test/CodeGen/cfi-unrelated-cast.cpp
delete mode 100644 test/OpenMP/target_parallel_debug_codegen.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 compiler-rt.
from 0cbd2ad9e [asan] Check for pvalloc overlow
new fc2d319ea [asan] Fix unsupported test on Android
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/asan/TestCases/Linux/pvalloc-overflow.cc | 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 hjl/pie/static
in repository glibc.
discards 22ed939b0f Use hidden visibility for libc.a with PIC
discards 9d1d016b4b Add _startup_sbrk and _startup_fatal
discards 48be03f7dd Add _dl_relocate_static_pie
discards 03278fd3d3 Define pie-default/default-pie-ldflag for --enable-static-pie
discards 48024296c6 x86-64: Check if linker supports static PIE
discards ff26e703b4 Add --enable-static-pie
discards 64d7e3f573 Check if -static -pie works
new 1220f56419 Check if -static and -pie work together
new 28a9e5354c Add --enable-static-pie
new 5cbb18c80f x86-64: Check if linker supports static PIE
new 7280f1c8b1 Define pie-default/default-pie-ldflag for --enable-static-pie
new 0d71e7e9d9 Add _dl_relocate_static_pie
new be8bc2b268 Add _startup_sbrk and _startup_fatal
new e103942bb6 Use hidden visibility for libc.a with PIC
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (22ed939b0f)
\
N -- N -- N refs/heads/hjl/pie/static (e103942bb6)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 7 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 125fb1e9a91 Reland "[llvm][llvm-objcopy] Added support for outputting t [...]
new ebe12ac5efc [pdbutil] When dumping section contribs, show the section name.
new d3a55a8f885 BlockPlacement: add a flag to force cold block outlining w/ [...]
new 7028c653a2f Fix broken PDB tests.
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/MachineBlockPlacement.cpp | 7 +-
test/DebugInfo/PDB/pdbdump-headers.test | 28 ++++----
tools/llvm-pdbutil/DumpOutputStyle.cpp | 115 +++++++++++++++++++++-----------
3 files changed, 95 insertions(+), 55 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 lld.
from 05f3ccd52 Fix build breakage.
new 6fdb9a170 Fix broken PDB tests.
new eadfac6e1 More PDB buildbot fixes.
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:
test/COFF/pdb-publics-import.test | 22 +++++++++++-----------
test/COFF/pdb.test | 28 ++++++++++++++--------------
2 files changed, 25 insertions(+), 25 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 d7f757cc823 [libFuzzer] re-enable fuzzer-printcovpcs.test
new 125fb1e9a91 Reland "[llvm][llvm-objcopy] Added support for outputting t [...]
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/tools/llvm-objcopy/basic-align-copy.test | 37 +++++
test/tools/llvm-objcopy/basic-binary-copy.test | 25 +++
tools/llvm-objcopy/LLVMBuild.txt | 2 +-
tools/llvm-objcopy/Object.cpp | 205 ++++++++++++++++---------
tools/llvm-objcopy/Object.h | 55 +++++--
tools/llvm-objcopy/llvm-objcopy.cpp | 18 ++-
6 files changed, 254 insertions(+), 88 deletions(-)
create mode 100644 test/tools/llvm-objcopy/basic-align-copy.test
create mode 100644 test/tools/llvm-objcopy/basic-binary-copy.test
--
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 310c521bc42 [InstCombine] add vector tests for truncated math; NFC
new 4aabf12607f Revert r310055, it caused PR34074.
new 645c1ad4296 Remove unused include directive and un-break the module build.
new d7f757cc823 [libFuzzer] re-enable fuzzer-printcovpcs.test
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/ModuleSummaryIndex.h | 1 -
lib/Fuzzer/test/fuzzer-printcovpcs.test | 2 +-
lib/Transforms/Scalar/DeadStoreElimination.cpp | 103 +----------
.../DeadStoreElimination/PartialStore.ll | 2 +-
.../combined-partial-overwrites.ll | 2 +-
.../merge-stores-big-endian.ll | 173 -----------------
.../DeadStoreElimination/merge-stores.ll | 205 ---------------------
7 files changed, 6 insertions(+), 482 deletions(-)
delete mode 100644 test/Transforms/DeadStoreElimination/merge-stores-big-endian.ll
delete mode 100644 test/Transforms/DeadStoreElimination/merge-stores.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.