This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 4f280d585a [X86] Remove -O3 from tbm-builtins.c test file.
new ed30eeefe8 [test] Fix mistagged CHECK-NOT-lines for AARCH64-DARWIN in P [...]
new 8a8e746d62 [AArch64] Don't define __LP64__ when targeting Windows
new a6ccf7278a [Attr] Make TargetWindows and TargetMicrosoftCXXABI match on [...]
new a8dedff39c Fix logic for generating llvm.type.test()s
The 4 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 | 4 +-
lib/Basic/Targets/AArch64.cpp | 6 +-
lib/CodeGen/CGClass.cpp | 9 +-
test/CodeGenCXX/cfi-vcall-no-trap.cpp | 15 +++
test/Preprocessor/init.c | 167 +++++++++++++++++++++++++++++++++-
test/Sema/dllimport.c | 1 +
6 files changed, 190 insertions(+), 12 deletions(-)
create mode 100644 test/CodeGenCXX/cfi-vcall-no-trap.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 84b9dd08a [msan] Check for pvalloc overflow
new 8d6193b01 Remove STL/microsoft-specific CFI blacklist entries
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/cfi/cfi_blacklist.txt | 9 ---------
1 file changed, 9 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 hjl/cet/property
in repository glibc.
discards aed03778e7 i386: Add _dl_runtime_resolve_shstk/_dl_runtime_profile_shst [...]
discards 166068f902 x86: Support IBT and SHSTK from Intel CET
discards 6e460eaceb x86: Add IBT/SHSTK bits to cpu-features
discards e08973f1ff Add NT_GNU_PROPERTY_TYPE_0 macros
discards 5f714a2e40 Add private_function for private functions within glibc
adds 90880d384c Fix Latin characters and month sequence in mai_IN
adds 3632e5912b Fix country_name in nds_NL
adds 88f9e73943 manual: Complete @standards in creature.texi.
adds d3675d957b manual: Refactor documentation of CHAR_BIT.
adds 9e17c7aee3 Fix wrong monetary system used in ta_LK locale
adds 30c0c707f7 Add new az_IR locale
adds c5527d7ddc Minor improvements to new az_IR locale
adds 551d64b2d7 Improve country_name in be_BY@latin
adds 10b8eb8fcc Fix country name in title of mai_NP locale
adds 2557ae38f3 Update Alpha libm-test-ulps
adds faf8c066df rwlock: Fix explicit hand-over (bug 21298)
adds d4550bd002 Update Nios II ULPs file.
adds 0aab054a92 Update Microblaze libm-test-ulps
adds d95fcb2df4 microblaze: Resolve non-relocatable branch in pt-vfork.S (BZ#21779)
adds 5920a4a624 mutex: Fix robust mutex lock acquire (Bug 21778)
adds 930324b356 Update translations
new 88f90f02be Add private_function for private functions within glibc
new 814c2b997a Add NT_GNU_PROPERTY_TYPE_0 macros
new 7ac7c5d1d1 x86: Add IBT/SHSTK bits to cpu-features
new b20f23b109 x86: Support IBT and SHSTK from Intel CET
new 57f2b07c55 i386: Add _dl_runtime_resolve_shstk/_dl_runtime_profile_shst [...]
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 (aed03778e7)
\
N -- N -- N refs/heads/hjl/cet/property (57f2b07c55)
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 5 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 | 74 +
locale/iso-639.def | 2 +
localedata/ChangeLog | 37 +
localedata/SUPPORTED | 1 +
localedata/locales/az_IR | 291 +++
localedata/locales/be_BY@latin | 2 +-
localedata/locales/mai_IN | 12 +-
localedata/locales/mai_NP | 2 +-
localedata/locales/nds_NL | 4 +-
localedata/locales/ta_LK | 2 +-
manual/creature.texi | 2 +-
manual/lang.texi | 11 +-
nptl/Makefile | 6 +-
nptl/pthread_mutex_lock.c | 13 +-
nptl/pthread_mutex_timedlock.c | 13 +-
nptl/pthread_rwlock_common.c | 478 ++---
nptl/tst-mutex7.c | 45 +-
nptl/tst-mutex7robust.c | 7 +
nptl/tst-rwlock20.c | 116 ++
po/be.po | 1978 ++++++++++----------
po/ko.po | 1147 ++++++------
po/nl.po | 1219 ++++++------
po/ru.po | 1183 ++++++------
support/Makefile | 6 +
...hread_attr_destroy.c => xpthread_rwlock_init.c} | 9 +-
...thread_attr_init.c => xpthread_rwlock_rdlock.c} | 7 +-
...thread_attr_init.c => xpthread_rwlock_unlock.c} | 7 +-
...thread_attr_init.c => xpthread_rwlock_wrlock.c} | 7 +-
...d_attr_destroy.c => xpthread_rwlockattr_init.c} | 8 +-
..._destroy.c => xpthread_rwlockattr_setkind_np.c} | 9 +-
support/xthread.h | 8 +
sysdeps/alpha/fpu/libm-test-ulps | 168 +-
sysdeps/microblaze/libm-test-ulps | 165 +-
sysdeps/nios2/libm-test-ulps | 20 +-
sysdeps/unix/sysv/linux/microblaze/pt-vfork.S | 2 +-
35 files changed, 3881 insertions(+), 3180 deletions(-)
create mode 100644 localedata/locales/az_IR
create mode 100644 nptl/tst-mutex7robust.c
create mode 100644 nptl/tst-rwlock20.c
copy support/{xpthread_attr_destroy.c => xpthread_rwlock_init.c} (77%)
copy support/{xpthread_attr_init.c => xpthread_rwlock_rdlock.c} (81%)
copy support/{xpthread_attr_init.c => xpthread_rwlock_unlock.c} (81%)
copy support/{xpthread_attr_init.c => xpthread_rwlock_wrlock.c} (81%)
copy support/{xpthread_attr_destroy.c => xpthread_rwlockattr_init.c} (79%)
copy support/{xpthread_attr_destroy.c => xpthread_rwlockattr_setkind_np.c} (76%)
--
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 de4ee6c474c [X86][MMX] Added custom lowering action for MMX SELECT (PR3 [...]
new f15adebe757 [libFuzzer] implement __sanitizer_cov_pcs_init and add pc-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:
lib/Fuzzer/FuzzerTracePC.cpp | 31 ++++++++++++++++++----
lib/Fuzzer/FuzzerTracePC.h | 5 ++++
.../test/inline-8bit-counters/CMakeLists.txt | 2 +-
3 files changed, 32 insertions(+), 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 clang.
from 4633b85c2c [Driver] Allow users to silence the warning that is issued w [...]
new 4f280d585a [X86] Remove -O3 from tbm-builtins.c test file.
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/tbm-builtins.c | 96 ++++++++++++++++++++++-----------------------
1 file changed, 47 insertions(+), 49 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 9824c395ce0 [InstCombine] add tests for mask hoisting; NFC
new de4ee6c474c [X86][MMX] Added custom lowering action for MMX SELECT (PR3 [...]
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/Target/X86/X86ISelLowering.cpp | 13 ++++
test/CodeGen/X86/select-mmx.ll | 120 +++++++++++++++++++++++++++++++++++++
2 files changed, 133 insertions(+)
create mode 100644 test/CodeGen/X86/select-mmx.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 lnt.
from 80ff6c5 Simplify path_has_no_database_type
new 57a32e1 Report no_errors as a string for now
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:
lnt/lnttool/main.py | 2 +-
lnt/testing/__init__.py | 6 +-----
tests/runtest/test_suite.py | 2 +-
3 files changed, 3 insertions(+), 7 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 75696092526 [sanitizer-coverage] ensure minimal alignment for coverage [...]
new 95f83b3c136 [sanitizer-coverage] don't instrument available_externally [...]
new 9824c395ce0 [InstCombine] add tests for mask hoisting; NFC
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:
.../Instrumentation/SanitizerCoverage.cpp | 3 +
test/Instrumentation/SanitizerCoverage/tracing.ll | 10 +++
test/Transforms/InstCombine/and-or.ll | 77 ++++++++++++++++++++++
3 files changed, 90 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 548addb1f1f [lld/pdb] Add an empty globals stream.
new 75696092526 [sanitizer-coverage] ensure minimal alignment for coverage [...]
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/Transforms/Instrumentation/SanitizerCoverage.cpp | 3 ++-
test/Instrumentation/SanitizerCoverage/inline-8bit-counters.ll | 1 +
test/Instrumentation/SanitizerCoverage/tracing.ll | 1 +
3 files 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 llvm.
from 4181790cb5d [SLPVectorizer] Unbreak the build with -Werror.
new 548addb1f1f [lld/pdb] Add an empty globals stream.
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:
.../llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h | 2 +
.../DebugInfo/PDB/Native/GlobalsStreamBuilder.h | 50 ++++++++++++++
include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h | 3 +
lib/DebugInfo/PDB/CMakeLists.txt | 1 +
lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp | 6 +-
lib/DebugInfo/PDB/Native/GlobalsStreamBuilder.cpp | 79 ++++++++++++++++++++++
lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp | 22 ++++++
7 files changed, 162 insertions(+), 1 deletion(-)
create mode 100644 include/llvm/DebugInfo/PDB/Native/GlobalsStreamBuilder.h
create mode 100644 lib/DebugInfo/PDB/Native/GlobalsStreamBuilder.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.