public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Adhemerval Zanella <azanella@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc] Deleted branch 'azanella/clang'
Date: Wed,  7 Feb 2024 14:02:09 +0000 (GMT)	[thread overview]
Message-ID: <20240207140209.6F0F63858417@sourceware.org> (raw)

The branch 'azanella/clang' was deleted.
It previously pointed to:

 9bada879e8... aarch64: update libm test ulps

Diff:

!!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST):
-------------------------------------------------------------------

  9bada87... aarch64: update libm test ulps
  2b9ba62... debug: Avoid clang optimize away required function on tst-s
  64ccce6... elf: Fix tests that require interposable symbols
  2e27227... math: Remove _Static_assert that uses EXCEPTION_SET_FORCES_
  ec23b52... Fix loongarch stpcpy on loader
  2726763... gmon: Remove ununsed LDFLAGS-tst-profile-stati
  c1ac467... posix: Remove the __strcpy_chk from glob tests
  07cc2f5... x86: Use -mshstk instead of '#pragma GCC target'
  c96a11d... i686: Do not build ifunc tests if compiler does not generat
  2919b8e... i386: Disable some tests on clang
  93f896f... string: Disable function_overload test on clang
  b5ef46b... string: Disable test_strncmp (TODO)
  207e743... configure: Use -Wno-restrict iff compiler supports it
  57757a7... stdio: Fix clang warnings on tests
  7a94b19... Use -Wl,--undefined-version if linker requires it
  13f04e4... linux: Avoid indirection on operand of type 'void *' for ge
  4f64d69... Fix libc_cv_protected_data check if compiler defaults to PI
  f90df7d... stdio: Suppress %Z format for clang
  9c7de67... resolve: Fix implicit conversion on tst-resolv-invalid-cnam
  3463b1b... elf: Use volatile to set __rseq_size and __rseq_offset
  6f15936... elf: Disable unload4 test on clang
  b9729e8... stdio: Fix tst-vfprintf-user-type on clang
  5dba3ec... math: Do not use __builtin_isinf on clang
  1404734... math: Do not use __builtin_isnan on clang
  04ef308... math: Do not use __builtin_fpclassify on clang
  74e984f... math: Fix isgreater* and isless* for clang
  55e0e61... math: Handle fabsf128 intra PLT for !__USE_EXTERN_INLINES
  01d0422... intl: Use strcpy on _nl_make_l10nflist
  0dd51b6... string: mempcy and stpcpy builtins internally
  3601da7... Handle abort call for -fexceptions call
  eb1a736... elf: Disable tst-dlopen-nodelete-reloc if compiler does not
  ed3c740... x86: Use bool for C++ on x86.h
  c50d0c2... malloc: Suppress clang warning on tst-aligned-alloc
  74c56dc... malloc: Disable malloc builtins on tests
  3798d78... Only use -finput-charset=ascii iff compiler supports it
  24dbb99... conform: Do not use __SIG_ATOMIC_TYPE__
  dde6623... conform: Replace _Static_assert with macro
  d94c1e2... conform: Use -dD instead of -dN on compiler invocation
  5f4c29c... localedata: Use hexadecimal character escape on tests
  6c43984... Undef attribute_relro on internal tests that include tls.h
  1e67098... elf: Do not cast TLS_DTV_UNALLOCATED to void
  68b0825... malloc: Suppress clang warning on tst-memalign
  f943635... x86: Use inhibit_stack_protector on tst-ifunc-isa.h
  27f4b54... Move inhibit_stack_protector to its own header
  9f783b9... elf: Suppress clang warning on tst-unique4
  288945e... elf: Suppress clang warning on tst-unique3
  a28664c... support: Suppress clang warning on tst-timespec
  c02eeeb... misc: Disable some atomic tests on clang
  d79b0c9... linux: Adequate tst-clone3 to c11 atomics
  f039067... posix: Suppress clang warning on bug-regex24
  00af0f6... dirent: Remove variable lenght array structure for tst-getd
  e4108fd... string: Suppress clang -Wsuspicious-bzero on tester
  ff673d3... malloc: Only enable -Waggressive-loop-optimizations suppres
  72d95b1... Use check tests with trampolines iff compiler supports it
  c70c975... Handle pragma GCC optimize for clang
  f93a57d... stdio: Suppress clang warnings for tst-vprintf-width-i18n.c
  0e430c2... stdio: Suppress clang warnings for tst-unlockedio.c
  7fdc5ac... stdio: Suppress -Wformat only for gcc for tst-sprintf-errno
  842e1e9... stdio: Disable attribute (optimize) if compiler does not su
  767adde... stdio: Disable clang warning on scanf13 test
  7a7b5de... stdio: Disable bug23-3 on clang
  63ecaea... stdlib: Avoid internal definitions for tst-strtod5i
  e988a6e... math: Fix test-totalorderl-ldbl-96 exponent setting
  cce005c... And defines to __attribute__ (__noclone__) iff compiler sup
  a8f175f... x86: Use -mfpmath=387 iff compiler supports it
  bd03e97... x86_64: Disable libmvec tests if compiler does not support 
  a698c2a... math: Only build tests for _Complex __int128 iff compiler s
  7fe1ac8... x86: Fix test-double-vlen include-next
  60f1a87... math: Define CMPLX(F,L) for clang
  51c1f8d... Use -ffloat-store iff compiler supports it
  db6c777... math: Fix clang warnings on bug-tgmath1.c
  21bc4e0... math: Fix clang warnings for math/test-tgmath-ret.c
  5b103ec... localedata: Fix clang warnings on tests
  4c87fdc... configure: remove overly restrictive check for clang
  efb8131... riscv: Suppress clang confstr -Wignored-attributes feupdate
  f2c1c4e... riscv: Do not use cfi_label when building with clang
  f992095... string: Suppress clang confstr -Wignored-attributes on strl
  b9bf5cf... arm: Fix clang multi-arch build with ld.bfd
  f40dc9b... arm: Use vmov.i32 instead of vmov on neon memchr
  a67ae2b... aarch64: Use 64-bit variable to access the special register
  843debe... i386: sfp-machine.h: Do no use asm input cast for clang
  bd14e95... i386: Move ___tls_get_addr hidden proto before its first us
  87e684a... i386: Disable math_opt_barrier and math_force_eval for clan
  89c4dc9... x86: Add inhibit_stack_protector on ifunc handlers
  a377c0f... x86: math: Avoid the use of __libgcc_cmp_return__ for __gcc
  5ae7729... x86: Remove __strstr_generic prototype
  e681991... x86: Define __HAVE_FLOAT128 for Clang and use __builtin_*f1
  4d47ccf... x86: Use -msse2avx iff compiler supports it
  95ea3d2... support: Handle clang support/dtotimespec.c on dtotimespec
  459f836... stdio: Fix -Wtautological-constant-out-of-range-compare on 
  f08b7ea... math: Suppress more aliases builtin type conflicts
  811e311... stdlib: Only enable strtod_l asserts if SIZE_MAX == UINTMAX
  19116f7... support: Use CHAR_MAX as maximum value
  46c4a69... posix: Use unsigned to check for _POSIX_VDISABLE
  baedfaa... Use -frounding-math iff compiler supports it
  2af4720... string: Use asm alias instead of symbol redirections for st
  4912f66... math: Use -fexcess-precision=standard iff compiler supports
  bee7e6d... timezone: Fix clang operator precedence warning
  9c94564... configure: Use -Wno-ignored-attributes if compiler warns ab
  c710b22... math: Suppress clang -Wincompatible-library-redeclaration o
  38332b7... math: use fabs on __ieee754_lgamma_r
  84b81be... math: Suppress clang warning on math_check_force_underflow
  f0491c0... catgets: Remove catgets/config.h
  90e6d55... iconvdata: Remove use of GNU old-style field designator ext
  31f2d43... iconvdata: Suppress clang warning on locale definitions
  78a9a50... locale: Fix implicit conversion on collate_finish
  7233f86... elf: Suppress clang -Wstring-plus-int on rtld.c
  8ef38d0... configure: Fix check for -fno-tree-loop-distribute-patterns
  1deb4af... elf: Supress clang -Wsometimes-uninitialized on _dl_debug_i
  eb0770c... sunrpc: Suppress clang warning on struct cmessage
  f284740... sunrpc: Remove extra parenthesis on comparison
  a4e99e1... nss: Suppress nss_module.c warning on clang
  47a9a76... argp: Expand argp_usage, _option_is_short, and _option_is_e
  b5fd441... misc: Suppress clang warnings on syslog
  6ac58ae... posix: Suppress clang confstr -Wignored-attributes
  3dc124c... resolv: Handle -Wsometimes-uninitialized on getaddrinfo
  34d0d58... elf: Suppress unused function clang for __ifunc_resolver
  41d5b22... Fix inhibit_stack_protector for clang
  02a321a... nptl: Fix Wincompatible-pointer-types on clang
  185d3d5... configure: Use -Wno-maybe-uninitialized iff compiler suppor
  6da482c... Suppress -Wmaybe-uninitialized only for gcc
  4373c8d... Disable __USE_EXTERN_INLINES for clang
  34ba472... Add clang specific warnings suppress macros
  75be51f... stdlib: longlong.h: Do no use asm input cast for clang
  ca1005e... stdlib: Remove -Wmaybe-uninitialized supression on setenv.c
  baadeb5... stdlib: Fix stdbit.h with -Wconversion for clang
  b7b3c6f... debug: Improve mqueue.h fortify warnings with clang
  894cc0a... debug: Improve fcntl.h fortify warnings with clang
  828b9f4... wcsmbs: Improve fortify with clang
  0b648bd... syslog: Improve fortify with clang
  d8e7ae8... socket: Improve fortify with clang
  8953a08... unistd: Improve fortify with clang
  e56f63d... stdlib: Improve fortify with clang
  d6e404e... string: Improve fortify with clang
  b573990... libio: Improve fortify with clang
  f9ecfa0... cdefs.h: Add clang fortify directives

             reply	other threads:[~2024-02-07 14:02 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-07 14:02 Adhemerval Zanella [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-17 20:03 Adhemerval Zanella
2024-04-02 15:49 Adhemerval Zanella
2024-02-09 17:26 Adhemerval Zanella
2024-01-29 17:52 Adhemerval Zanella
2023-12-21 18:48 Adhemerval Zanella
2023-09-28 17:48 Adhemerval Zanella
2023-08-30 12:32 Adhemerval Zanella
2023-02-09 19:44 Adhemerval Zanella
2022-10-28 17:36 Adhemerval Zanella
2022-10-04 12:54 Adhemerval Zanella
2022-06-09 21:14 Adhemerval Zanella
2022-06-09 13:10 Adhemerval Zanella
2022-06-03 13:59 Adhemerval Zanella
2022-05-13 14:13 Adhemerval Zanella
2022-05-12 19:27 Adhemerval Zanella
2022-05-10 18:17 Adhemerval Zanella
2022-04-29 13:50 Adhemerval Zanella
2022-04-04 12:47 Adhemerval Zanella
2022-03-31 18:45 Adhemerval Zanella
2022-03-25 19:42 Adhemerval Zanella
2022-03-16 17:57 Adhemerval Zanella
2022-03-15 18:34 Adhemerval Zanella
2022-03-11 17:17 Adhemerval Zanella

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240207140209.6F0F63858417@sourceware.org \
    --to=azanella@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).