This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch maskray/clang in repository glibc.
discards 55a07d91c1 Disable __USE_EXTERN_INLINES for clang discards e52e2b0a0c linux: Fix a non-constant expression in _Static_assert discards 5707bcdd16 configure: Check -fno-tree-loop-distribute-patterns discards 71e2ba6bd6 x86: fix __arch_exchange_and_add_body discards 3da970a985 x86_64: Improve configure to catch incomplete Clang support discards 9fcaa21354 configure: Add --disable-float128 discards 0881bdfb91 libc-symbols.h: Work around asm label issues with #pragma re [...] discards 46a1f51299 not-cancel.h: Move hidden_proto before first use discards 04c3e12815 glibcextract.py: Place un-assemblable @@@ in a comment discards 7b225a4876 Skip undefined va_arg_pack discards 9c4d1c9533 configure: remove overly restrictive check for clang adds f3c6c19038 Remove unreliable parts of rt/tst-cpuclock2 adds b5c8a3aa82 Linux: implement getloadavg(3) using sysinfo(2) adds fa80ce6023 resolv: make res_randomid use random_bits() adds fc5bd179ef x86: Modify ENTRY in sysdep.h so that p2align can be specified adds 5d26d12f4a benchtests: Add medium cases and increase iters in bench-memset.c new 2ea59fbc44 configure: remove overly restrictive check for clang new 90bbe417ec Skip undefined va_arg_pack new addcb9fdb1 glibcextract.py: Place un-assemblable @@@ in a comment new 9b673edd1b not-cancel.h: Move hidden_proto before first use new a372520f58 libc-symbols.h: Work around asm label issues with #pragma re [...] new 65c85a0cf8 x86_64: Improve configure to catch incomplete Clang support new 4103ffe6e6 x86: fix __arch_exchange_and_add_body new 4304cbc4c2 configure: Check -fno-tree-loop-distribute-patterns new 87cb4df467 linux: Fix a non-constant expression in _Static_assert new 4399fb3597 Disable __USE_EXTERN_INLINES for clang new 197edb2a19 x86: Define __HAVE_FLOAT128 for Clang and use __builtin_*f12 [...] new f9ca4b3090 stdlib/longlong.h: Remove incorrect lvalue to rvalue convers [...]
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 (55a07d91c1) \ N -- N -- N refs/heads/maskray/clang (f9ca4b3090)
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 12 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: benchtests/bench-memset.c | 4 +- config.h.in | 2 - config.make.in | 1 - configure | 16 --- configure.ac | 10 -- resolv/res_randomid.c | 3 +- rt/tst-cpuclock2.c | 91 +++-------------- stdlib/longlong.h | 186 +++++++++++++++++------------------ sysdeps/ieee754/float128/Makeconfig | 2 +- sysdeps/ieee754/float128/Makefile | 2 - sysdeps/unix/sysv/linux/getloadavg.c | 50 +++------- sysdeps/x86/bits/floatn.h | 15 +-- sysdeps/x86/sysdep.h | 7 +- 13 files changed, 138 insertions(+), 251 deletions(-)