public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] taking transactional credits
@ 2015-09-01 13:55 Aldy Hernandez
  2015-09-01 14:03 ` Richard Henderson
  0 siblings, 1 reply; 5+ messages in thread
From: Aldy Hernandez @ 2015-09-01 13:55 UTC (permalink / raw)
  To: Richard Henderson; +Cc: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 137 bytes --]

I've had too many sleepless nights caused by this code, not to warrant 
tattooing my name on it.

If you don't like it, sue me. =)

Aldy

[-- Attachment #2: curr --]
[-- Type: text/plain, Size: 969 bytes --]

commit 7d92b913093c35cb6fb322d4dc9acb237cecabfe
Author: Aldy Hernandez <aldyh@redhat.com>
Date:   Tue Sep 1 06:51:45 2015 -0700

    +       * trans-mem.c: Add contributed-by.
    +       * trans-mem.h: Same.

diff --git a/gcc/trans-mem.c b/gcc/trans-mem.c
index 891e638..e7707ac 100644
--- a/gcc/trans-mem.c
+++ b/gcc/trans-mem.c
@@ -1,5 +1,7 @@
 /* Passes for transactional memory support.
    Copyright (C) 2008-2015 Free Software Foundation, Inc.
+   Contributed by Richard Henderson <rth@redhat.com>
+   and Aldy Hernandez <aldyh@redhat.com>.
 
    This file is part of GCC.
 
diff --git a/gcc/trans-mem.h b/gcc/trans-mem.h
index f19b83c..585b22a 100644
--- a/gcc/trans-mem.h
+++ b/gcc/trans-mem.h
@@ -1,5 +1,7 @@
 /* Miscellaneous transactional memory support definitions.
    Copyright (C) 2009-2015 Free Software Foundation, Inc.
+   Contributed by Richard Henderson <rth@redhat.com>
+   and Aldy Hernandez <aldyh@redhat.com>.
 
    This file is part of GCC.
 

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

end of thread, other threads:[~2015-09-01 15:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-01 13:55 [committed] taking transactional credits Aldy Hernandez
2015-09-01 14:03 ` Richard Henderson
2015-09-01 14:10   ` Aldy Hernandez
2015-09-01 15:05     ` Patrick Marlier
2015-09-01 15:19       ` Aldy Hernandez

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