public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/4] gcov: Improve -fprofile-update=atomic
@ 2023-11-14 22:08 Sebastian Huber
  2023-11-14 22:08 ` [PATCH 1/4] gcov: Remove TARGET_GCOV_TYPE_SIZE target hook Sebastian Huber
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Sebastian Huber @ 2023-11-14 22:08 UTC (permalink / raw)
  To: gcc-patches

Sebastian Huber (4):
  gcov: Remove TARGET_GCOV_TYPE_SIZE target hook
  Add TARGET_HAVE_LIBATOMIC
  gcov: Add gen_counter_update()
  gcov: Improve -fprofile-update=atomic

 gcc/c-family/c-cppbuiltin.cc |   4 +-
 gcc/config/rtems.h           |   2 +
 gcc/config/sparc/rtemself.h  |   2 -
 gcc/config/sparc/sparc.cc    |  11 --
 gcc/coverage.cc              |   2 +-
 gcc/doc/invoke.texi          |  19 ++-
 gcc/doc/tm.texi              |  16 +--
 gcc/doc/tm.texi.in           |   4 +-
 gcc/target.def               |  20 ++-
 gcc/targhooks.cc             |   7 --
 gcc/targhooks.h              |   2 -
 gcc/tree-profile.cc          | 232 +++++++++++++++++++++++------------
 libgcc/libgcov.h             |  16 +--
 13 files changed, 197 insertions(+), 140 deletions(-)

-- 
2.35.3


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-11-21  9:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-14 22:08 [PATCH 0/4] gcov: Improve -fprofile-update=atomic Sebastian Huber
2023-11-14 22:08 ` [PATCH 1/4] gcov: Remove TARGET_GCOV_TYPE_SIZE target hook Sebastian Huber
2023-11-14 22:08 ` [PATCH 2/4] Add TARGET_HAVE_LIBATOMIC Sebastian Huber
2023-11-14 22:08 ` [PATCH 3/4] gcov: Add gen_counter_update() Sebastian Huber
2023-11-19  9:00   ` Dimitar Dimitrov
2023-11-19 14:43     ` Sebastian Huber
2023-11-14 22:08 ` [PATCH 4/4] gcov: Improve -fprofile-update=atomic Sebastian Huber
2023-11-15  5:51   ` Sebastian Huber
2023-11-21  9:53     ` Jakub Jelinek
2023-11-15 23:32 ` [PATCH 0/4] " Jeff Law

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).