annotate libitm/ChangeLog @ 144:8f4e72ab4e11

fix segmentation fault caused by nothing next cur_op to end
author Takahiro SHIMIZU <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Sun, 23 Dec 2018 21:23:56 +0900
parents 84e7813d76e9
children 1830386684a0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
131
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
1 2018-08-03 Sergei Trofimovich <slyfox@gentoo.org>
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
2
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
3 * config/sh/sjlj.S: Adjust to use PIC vs normal code to avoid
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
4 absolute relocation in a shared library.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
5
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
6 2018-06-12 H.J. Lu <hongjiu.lu@intel.com>
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
7
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
8 PR libitm/85988
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
9 * config/linux/x86/tls.h (SEG_READ): Use the offset of
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
10 __private_tm as base.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
11 (SEG_WRITE): Likewise.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
12 (SEG_ENCODE_WRITE): Correct the offset of pointer_guard for x32.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
13 (gtm_thr): Replace SEG_READ(10) with SEG_READ(0).
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
14 (set_gtm_thr): Replace SEG_WRITE(10) with SEG_WRITE(0).
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
15 (abi_disp): Replace SEG_DECODE_READ(11) with SEG_DECODE_READ(1).
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
16 (set_abi_disp): Replace SEG_ENCODE_WRITE(11) with
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
17
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
18 2018-05-17 Jason Merrill <jason@redhat.com>
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
19
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
20 * beginend.cc (save): Disable -Werror=deprecated-copy.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
21
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
22 2018-05-02 Tom de Vries <tom@codesourcery.com>
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
23
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
24 PR testsuite/85106
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
25 * testsuite/lib/libitm.exp: Include scanltranstree.exp.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
26
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
27 2018-05-02 Tom de Vries <tom@codesourcery.com>
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
28
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
29 PR testsuite/85106
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
30 * testsuite/lib/libitm.exp: Include scanwpaipa.exp.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
31
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
32 2018-04-24 H.J. Lu <hongjiu.lu@intel.com>
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
33
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
34 * config/x86/sjlj.S (_ITM_beginTransaction): Add
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
35 (__CET__ & 2) != 0 check for shadow stack.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
36 (GTM_longjmp): Likewise.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
37
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
38 2018-04-24 H.J. Lu <hongjiu.lu@intel.com>
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
39
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
40 * configure: Regenerated.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
41
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
42 2018-04-23 H.J. Lu <hongjiu.lu@intel.com>
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
43
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
44 PR target/85489
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
45 * config/x86/sjlj.S (GTM_longjmp): Replace jle/jg with jbe/ja.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
46
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
47 2018-04-19 Jakub Jelinek <jakub@redhat.com>
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
48
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
49 * configure: Regenerated.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
50
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
51 2018-04-18 David Malcolm <dmalcolm@redhat.com>
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
52
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
53 PR jit/85384
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
54 * configure: Regenerate.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
55
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
56 2018-02-14 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
57
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
58 PR target/84148
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
59 * configure: Regenerate.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
60
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
61 2018-01-03 Jakub Jelinek <jakub@redhat.com>
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
62
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
63 Update copyright years.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
64
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
65 * libitm.texi: Bump @copying's copyright year.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
66
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
67 2017-11-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
68
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
69 * Makefile.in: Regenerate.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
70 * acinclude.m4: Add enable.m4 and cet.m4.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
71 * config/x86/sjlj.S: Include cet.h.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
72 (_ITM_beginTransaction): Add _CET_ENDBR.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
73 Save Shadow Stack pointer.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
74 (GTM_longjmp): Add _CET_ENDBR. Restore Shadow Stack pointer.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
75 * config/x86/target.h (struct gtm_jmpbuf):
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
76 Add new field for Shadow Stack pointer.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
77 * configure: Regenerate.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
78 * configure.ac: Set CET_FLAGS. Update XCFLAGS.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
79 * configure.ac: Update libtool_VERSION for x86.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
80 * testsuite/Makefile.in: Regenerate.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
81
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
82 2017-11-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
83
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
84 * libitm/config/x86/target.h: Add new field (ssp).
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
85 * libitm/config/x86/sjlj.S: Change offsets.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
86
111
kono
parents:
diff changeset
87 2017-05-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
kono
parents:
diff changeset
88
kono
parents:
diff changeset
89 * testsuite/lib/libitm.exp: Load scanlang.exp.
kono
parents:
diff changeset
90
kono
parents:
diff changeset
91 2017-04-03 Jonathan Wakely <jwakely@redhat.com>
kono
parents:
diff changeset
92
kono
parents:
diff changeset
93 * libitm_i.h (sutrct gtm_thread): Fix typo in comment.
kono
parents:
diff changeset
94
kono
parents:
diff changeset
95 2017-01-21 Jakub Jelinek <jakub@redhat.com>
kono
parents:
diff changeset
96
kono
parents:
diff changeset
97 PR other/79046
kono
parents:
diff changeset
98 * testsuite/Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead
kono
parents:
diff changeset
99 of cat to get version from BASE-VER file.
kono
parents:
diff changeset
100 * testsuite/Makefile.in: Regenerated.
kono
parents:
diff changeset
101
kono
parents:
diff changeset
102 2017-01-19 Uros Bizjak <ubizjak@gmail.com>
kono
parents:
diff changeset
103
kono
parents:
diff changeset
104 * config/x86/target.h (htm_available): Determine vendor from
kono
parents:
diff changeset
105 __get_cpuid_max return. Use signature_INTEL_ebx. Cleanup.
kono
parents:
diff changeset
106
kono
parents:
diff changeset
107 2017-01-18 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
108
kono
parents:
diff changeset
109 * config/x86/target.h (htm_available): Add check for some processors
kono
parents:
diff changeset
110 on which TSX is broken.
kono
parents:
diff changeset
111
kono
parents:
diff changeset
112 2017-01-17 Jakub Jelinek <jakub@redhat.com>
kono
parents:
diff changeset
113
kono
parents:
diff changeset
114 PR other/79046
kono
parents:
diff changeset
115 * configure.ac: Add GCC_BASE_VER.
kono
parents:
diff changeset
116 * Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
kono
parents:
diff changeset
117 get version from BASE-VER file.
kono
parents:
diff changeset
118 * testsuite/Makefile.in: Regenerated.
kono
parents:
diff changeset
119 * configure: Regenerated.
kono
parents:
diff changeset
120 * Makefile.in: Regenerated.
kono
parents:
diff changeset
121
kono
parents:
diff changeset
122 2017-01-04 Alan Modra <amodra@gmail.com>
kono
parents:
diff changeset
123
kono
parents:
diff changeset
124 * Makefile.in: Regenerate.
kono
parents:
diff changeset
125 * testsuite/Makefile.in: Regenerate.
kono
parents:
diff changeset
126
kono
parents:
diff changeset
127 2017-01-01 Jakub Jelinek <jakub@redhat.com>
kono
parents:
diff changeset
128
kono
parents:
diff changeset
129 Update copyright years.
kono
parents:
diff changeset
130
kono
parents:
diff changeset
131 * libitm.texi: Bump @copying's copyright year.
kono
parents:
diff changeset
132
kono
parents:
diff changeset
133 2016-12-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
kono
parents:
diff changeset
134
kono
parents:
diff changeset
135 * acinclude.m4 (LIBITM_CHECK_LINKER_FEATURES): Remove.
kono
parents:
diff changeset
136 * aclocal.m4: Regenerate.
kono
parents:
diff changeset
137 * configure.ac: Call GCC_CHECK_LINKER_HWCAP instead of
kono
parents:
diff changeset
138 LIBITM_CHECK_LINKER_HWCAP.
kono
parents:
diff changeset
139
kono
parents:
diff changeset
140 2016-11-15 Matthias Klose <doko@ubuntu.com>
kono
parents:
diff changeset
141
kono
parents:
diff changeset
142 * configure: Regenerate.
kono
parents:
diff changeset
143
kono
parents:
diff changeset
144 2016-04-19 H.J. Lu <hongjiu.lu@intel.com>
kono
parents:
diff changeset
145
kono
parents:
diff changeset
146 PR libitm/70456
kono
parents:
diff changeset
147 * util.cc (xmalloc): Use posix_memalign to allocate memory on
kono
parents:
diff changeset
148 on cache line if requested.
kono
parents:
diff changeset
149
kono
parents:
diff changeset
150 2016-03-03 Dominik Vogt <vogt@linux.vnet.ibm.com>
kono
parents:
diff changeset
151
kono
parents:
diff changeset
152 * config/s390/target.h (TARGET_BEGIN_TRANSACTION_ATTRIBUTE): Define
kono
parents:
diff changeset
153 function attribute to disable floating point in begin_transaction() on
kono
parents:
diff changeset
154 S/390.
kono
parents:
diff changeset
155 * beginend.cc (begin_transaction): Use
kono
parents:
diff changeset
156 TARGET_BEGIN_TRANSACTION_ATTRIBUTE.
kono
parents:
diff changeset
157
kono
parents:
diff changeset
158 2016-01-22 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
159
kono
parents:
diff changeset
160 * beginend.cc (GTM::gtm_thread::serial_lock): Put on cacheline
kono
parents:
diff changeset
161 boundary.
kono
parents:
diff changeset
162 (htm_fastpath): Remove.
kono
parents:
diff changeset
163 (gtm_thread::begin_transaction): Fix HTM fastpath.
kono
parents:
diff changeset
164 (_ITM_commitTransaction): Adapt.
kono
parents:
diff changeset
165 (_ITM_commitTransactionEH): Adapt.
kono
parents:
diff changeset
166 * libitm/config/linux/rwlock.h (gtm_rwlock): Add htm_fastpath member
kono
parents:
diff changeset
167 and accessors.
kono
parents:
diff changeset
168 * libitm/config/posix/rwlock.h (gtm_rwlock): Likewise.
kono
parents:
diff changeset
169 * libitm/config/posix/rwlock.cc (gtm_rwlock::gtm_rwlock): Adapt.
kono
parents:
diff changeset
170 * libitm/config/x86/sjlj.S (_ITM_beginTransaction): Fix HTM fastpath.
kono
parents:
diff changeset
171 * libitm/libitm_i.h (htm_fastpath): Remove declaration.
kono
parents:
diff changeset
172 * libitm/method-serial.cc (htm_mg): Adapt.
kono
parents:
diff changeset
173 (gtm_thread::serialirr_mode): Adapt.
kono
parents:
diff changeset
174 * libitm/query.cc (_ITM_inTransaction, _ITM_getTransactionId): Adapt.
kono
parents:
diff changeset
175
kono
parents:
diff changeset
176 2016-01-21 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
177
kono
parents:
diff changeset
178 * testsuite/libitm.c++/libstdc++-safeexc.C: Not supported on darwin
kono
parents:
diff changeset
179 or AIX.
kono
parents:
diff changeset
180
kono
parents:
diff changeset
181 2016-01-19 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
182
kono
parents:
diff changeset
183 PR bootstrap/69343
kono
parents:
diff changeset
184 PR bootstrap/69339
kono
parents:
diff changeset
185 Revert:
kono
parents:
diff changeset
186 2016-01-13 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
187
kono
parents:
diff changeset
188 * Makefile.am (libitm_la_SOURCES) [ARCH_AARCH64]: Add vect128.cc
kono
parents:
diff changeset
189 (libitm_la_SOURCES) [ARCH_ARM]: Add neon.cc
kono
parents:
diff changeset
190 (libitm_la_SOURCES) [ARCH_PPC]: Add vect128.cc
kono
parents:
diff changeset
191 (libitm_la_SOURCES) [ARCH_S390]: Add vect128.cc
kono
parents:
diff changeset
192 * configure.ac (ARCH_AARCH64): New conditional.
kono
parents:
diff changeset
193 (ARCH_PPC, ARCH_S390): Likewise.
kono
parents:
diff changeset
194 * Makefile.in, configure: Rebuild.
kono
parents:
diff changeset
195
kono
parents:
diff changeset
196 * libitm.h (_ITM_TYPE_M128): Always define.
kono
parents:
diff changeset
197 * vect64.cc: Split ...
kono
parents:
diff changeset
198 * vect128.cc: ... out of...
kono
parents:
diff changeset
199 * config/x86/x86_sse.cc: ... here.
kono
parents:
diff changeset
200 * config/arm/neon.cc: New file.
kono
parents:
diff changeset
201
kono
parents:
diff changeset
202 2016-01-19 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
203
kono
parents:
diff changeset
204 * local_type_traits: Remove file.
kono
parents:
diff changeset
205 * libitm_i.h: Don't include it anymore.
kono
parents:
diff changeset
206 (sized_integral): Remove.
kono
parents:
diff changeset
207
kono
parents:
diff changeset
208 2016-01-16 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
209
kono
parents:
diff changeset
210 * method-gl.cc (gl_wt_dispatch::trycommit): Ensure proxy privatization
kono
parents:
diff changeset
211 safety.
kono
parents:
diff changeset
212 * method-ml.cc (ml_wt_dispatch::trycommit): Likewise.
kono
parents:
diff changeset
213 * libitm/testsuite/libitm.c/priv-1.c: New.
kono
parents:
diff changeset
214
kono
parents:
diff changeset
215 2015-01-15 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
216
kono
parents:
diff changeset
217 testsuite/libitm.c++/libstdc++-safeexc.C: New.
kono
parents:
diff changeset
218
kono
parents:
diff changeset
219 2016-01-13 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
220
kono
parents:
diff changeset
221 * beginend.cc (gtm_thread::trycommit): Fix seq_cst fences.
kono
parents:
diff changeset
222 * config/linux/rwlock.cc (gtm_rwlock::write_lock_generic): Likewise.
kono
parents:
diff changeset
223 (gtm_rwlock::write_unlock): Likewise.
kono
parents:
diff changeset
224
kono
parents:
diff changeset
225 2016-01-13 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
226
kono
parents:
diff changeset
227 * Makefile.am (libitm_la_SOURCES) [ARCH_AARCH64]: Add vect128.cc
kono
parents:
diff changeset
228 (libitm_la_SOURCES) [ARCH_ARM]: Add neon.cc
kono
parents:
diff changeset
229 (libitm_la_SOURCES) [ARCH_PPC]: Add vect128.cc
kono
parents:
diff changeset
230 (libitm_la_SOURCES) [ARCH_S390]: Add vect128.cc
kono
parents:
diff changeset
231 * configure.ac (ARCH_AARCH64): New conditional.
kono
parents:
diff changeset
232 (ARCH_PPC, ARCH_S390): Likewise.
kono
parents:
diff changeset
233 * Makefile.in, configure: Rebuild.
kono
parents:
diff changeset
234
kono
parents:
diff changeset
235 * libitm.h (_ITM_TYPE_M128): Always define.
kono
parents:
diff changeset
236 * vect64.cc: Split ...
kono
parents:
diff changeset
237 * vect128.cc: ... out of...
kono
parents:
diff changeset
238 * config/x86/x86_sse.cc: ... here.
kono
parents:
diff changeset
239 * config/arm/neon.cc: New file.
kono
parents:
diff changeset
240
kono
parents:
diff changeset
241 2016-01-13 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
242
kono
parents:
diff changeset
243 * beginend.cc (gtm_thread::trycommit): Fix privatization safety.
kono
parents:
diff changeset
244 * config/linux/rwlock.cc (gtm_rwlock::write_lock_generic): Likewise.
kono
parents:
diff changeset
245 * config/posix/rwlock.cc (gtm_rwlock::write_lock_generic): Likewise.
kono
parents:
diff changeset
246 * dispatch.h (abi_dispatch::snapshot_most_recent): New.
kono
parents:
diff changeset
247 * method-gl.cc (gl_wt_dispatch::snapshot_most_recent): New.
kono
parents:
diff changeset
248 * method-ml.cc (ml_wt_dispatch::snapshot_most_recent): New.
kono
parents:
diff changeset
249 * method-serial.cc (serial_dispatch::snapshot_most_recent): New.
kono
parents:
diff changeset
250 (serialirr_dispatch::snapshot_most_recent): New.
kono
parents:
diff changeset
251 (serialirr_onwrite_dispatch::snapshot_most_recent): New.
kono
parents:
diff changeset
252
kono
parents:
diff changeset
253 2016-01-12 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
254
kono
parents:
diff changeset
255 * libitm_i.h (gtm_mask_stack): Remove.
kono
parents:
diff changeset
256 * beginend.cc (gtm_stmlock_array, gtm_clock): Likewise.
kono
parents:
diff changeset
257 * stmlock.h: Remove file.
kono
parents:
diff changeset
258 * config/alpha/cacheline.h: Likewise.
kono
parents:
diff changeset
259 * config/generic/cacheline.h: Likewise.
kono
parents:
diff changeset
260 * config/powerpc/cacheline.h: Likewise.
kono
parents:
diff changeset
261 * config/sparc/cacheline.h: Likewise.
kono
parents:
diff changeset
262 * config/x86/cacheline.h: Likewise.
kono
parents:
diff changeset
263
kono
parents:
diff changeset
264 2016-01-04 Jakub Jelinek <jakub@redhat.com>
kono
parents:
diff changeset
265
kono
parents:
diff changeset
266 Update copyright years.
kono
parents:
diff changeset
267
kono
parents:
diff changeset
268 * libitm.texi: Bump @copying's copyright year.
kono
parents:
diff changeset
269
kono
parents:
diff changeset
270 2015-11-26 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
271
kono
parents:
diff changeset
272 * method-ml.cc (ml_mg): Use multiplicative instead of simple hashing.
kono
parents:
diff changeset
273 (ml_wt_dispatch::pre_write): Adapt.
kono
parents:
diff changeset
274 (ml_wt_dispatch::pre_load): Likewise.
kono
parents:
diff changeset
275
kono
parents:
diff changeset
276 2015-11-22 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
277
kono
parents:
diff changeset
278 * libitm_i.h (gtm_alloc_action): Remove union.
kono
parents:
diff changeset
279 * testsuite/libitm.c/alloc-1.c: New.
kono
parents:
diff changeset
280
kono
parents:
diff changeset
281 2015-11-19 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
282
kono
parents:
diff changeset
283 * testsuite/libitm.c++/eh-5.C: New.
kono
parents:
diff changeset
284 * libitm.h (_ITM_cxa_free_exception): New.
kono
parents:
diff changeset
285 * libitm.map (_ITM_cxa_free_exception): Add it.
kono
parents:
diff changeset
286 * libitm.texi: Update ABI docs.
kono
parents:
diff changeset
287 * libitm_i.h (gtm_transaction_cp::cxa_unthrown): Remove.
kono
parents:
diff changeset
288 (gtm_transaction_cp::cxa_uncaught_count): Add.
kono
parents:
diff changeset
289 (gtm_thread::cxa_unthrown): Remove.
kono
parents:
diff changeset
290 (gtm_thread::cxa_uncaught_count_ptr): Add.
kono
parents:
diff changeset
291 (gtm_thread::cxa_uncaught_count): Add.
kono
parents:
diff changeset
292 (gtm_thread::drop_references_allocations): Rename to...
kono
parents:
diff changeset
293 (gtm_thread::discard_allocation): ... this and adapt.
kono
parents:
diff changeset
294 (gtm_thread::init_cpp_exceptions): New.
kono
parents:
diff changeset
295 * beginend.cc (gtm_thread::gtm_thread): Adapt EH handling.
kono
parents:
diff changeset
296 (gtm_thread::begin_transaction): Likewise.
kono
parents:
diff changeset
297 (gtm_transaction_cp::save): Likewise.
kono
parents:
diff changeset
298 (gtm_thread::trycommit): Likewise.
kono
parents:
diff changeset
299 * eh_cpp.cc: Add overview comments.
kono
parents:
diff changeset
300 (__cxa_eh_globals, __cxa_get_globals, __cxa_free_exception): Declare.
kono
parents:
diff changeset
301 (free_any_exception, _ITM_cxa_free_exception): New.
kono
parents:
diff changeset
302 (gtm_thread::init_cpp_exceptions): Define.
kono
parents:
diff changeset
303 (_ITM_cxa_allocate_exception, _ITM_cxa_throw): Adapt.
kono
parents:
diff changeset
304 (_ITM_cxa_begin_catch, _ITM_cxa_end_catch): Likewise.
kono
parents:
diff changeset
305 (gtm_thread::revert_cpp_exceptions): Likewise.
kono
parents:
diff changeset
306
kono
parents:
diff changeset
307 2015-11-09 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
308
kono
parents:
diff changeset
309 * alloc_cpp.cc (_ZdlPvX, _ZdlPvXRKSt9nothrow_t, _ZGTtdlPvX,
kono
parents:
diff changeset
310 _ZGTtdlPvXRKSt9nothrow_t, delsz_opnt): New.
kono
parents:
diff changeset
311 * libitm.map: Add _ZGTtdlPvX and _ZGTtdlPvXRKSt9nothrow_t.
kono
parents:
diff changeset
312 * libitm_i.h (gtm_alloc_action): Add free_fn_sz and sz. Add comments.
kono
parents:
diff changeset
313 (gtm_thread::forget_allocations): New overload with size_t argument.
kono
parents:
diff changeset
314 * alloc.c (gtm_thread::forget_allocation): Define new overload and
kono
parents:
diff changeset
315 adapt existing one.
kono
parents:
diff changeset
316 (gtm_thread::record_allocation): Adapt.
kono
parents:
diff changeset
317 (gtm_thread::commit_allocations_1): Adapt.
kono
parents:
diff changeset
318 (gtm_thread::commit_allocations_2): Adapt.
kono
parents:
diff changeset
319 * testsuite/libitm.c++/newdelete.C: New.
kono
parents:
diff changeset
320
kono
parents:
diff changeset
321 2015-10-27 Daniel Jacobowitz <dan@codesourcery.com>
kono
parents:
diff changeset
322 Joseph Myers <joseph@codesourcery.com>
kono
parents:
diff changeset
323 Mark Shinwell <shinwell@codesourcery.com>
kono
parents:
diff changeset
324 Andrew Stubbs <ams@codesourcery.com>
kono
parents:
diff changeset
325 Rich Felker <dalias@libc.org>
kono
parents:
diff changeset
326
kono
parents:
diff changeset
327 * config/sh/sjlj.S (_ITM_beginTransaction): Bypass PLT calling
kono
parents:
diff changeset
328 GTM_begin_transaction for compatibility with FDPIC.
kono
parents:
diff changeset
329
kono
parents:
diff changeset
330 2015-10-09 David Malcolm <dmalcolm@redhat.com>
kono
parents:
diff changeset
331
kono
parents:
diff changeset
332 * testsuite/lib/libitm.exp: Load multiline.exp before prune.exp,
kono
parents:
diff changeset
333 using load_gcc_lib.
kono
parents:
diff changeset
334
kono
parents:
diff changeset
335 2015-08-20 Gleb Fotengauer-Malinovskiy <glebfm@altlinux.org> (tiny change)
kono
parents:
diff changeset
336
kono
parents:
diff changeset
337 PR libitm/61164
kono
parents:
diff changeset
338 * local_atomic (__always_inline): Rename to...
kono
parents:
diff changeset
339 (__libitm_always_inline): ... this.
kono
parents:
diff changeset
340
kono
parents:
diff changeset
341 2015-07-03 Carlos Sánchez de La Lama <csanchezdll@gmail.com>
kono
parents:
diff changeset
342
kono
parents:
diff changeset
343 PR target/52482
kono
parents:
diff changeset
344 * config/powerpc/sjlj.S: Port to Xcode 2.5.
kono
parents:
diff changeset
345
kono
parents:
diff changeset
346 2015-05-27 Uros Bizjak <ubizjak@gmail.com>
kono
parents:
diff changeset
347
kono
parents:
diff changeset
348 * config/linux/x86/futex_bits.h (sys_futex0) [__x86_64__]: Change
kono
parents:
diff changeset
349 operands "op" and "val" to int.
kono
parents:
diff changeset
350
kono
parents:
diff changeset
351 2015-05-27 Uros Bizjak <ubizjak@gmail.com>
kono
parents:
diff changeset
352
kono
parents:
diff changeset
353 * config/linux/sh/futex_bits.h (sys_futex0) Change operands
kono
parents:
diff changeset
354 "op" and "val" to int.
kono
parents:
diff changeset
355
kono
parents:
diff changeset
356 2015-05-27 Uros Bizjak <ubizjak@gmail.com>
kono
parents:
diff changeset
357
kono
parents:
diff changeset
358 * config/linux/alpha/futex_bits.h (sys_futex0) Change operands
kono
parents:
diff changeset
359 "op" and "val" to int.
kono
parents:
diff changeset
360
kono
parents:
diff changeset
361 2015-05-27 Uros Bizjak <ubizjak@gmail.com>
kono
parents:
diff changeset
362
kono
parents:
diff changeset
363 * config/linux/futex.cc (gtm_futex_wait, gtm_futex_wake):
kono
parents:
diff changeset
364 Declare as static int.
kono
parents:
diff changeset
365 (FUTEX_PRIVATE_FLAG): Remove L suffix.
kono
parents:
diff changeset
366 * config/linux/futex_bits.h (sys_futex0) Change operand "op" to int.
kono
parents:
diff changeset
367
kono
parents:
diff changeset
368 2015-05-27 Uros Bizjak <ubizjak@gmail.com>
kono
parents:
diff changeset
369
kono
parents:
diff changeset
370 * config/linux/x86/futex_bits.h (sys_futex0) [__PIC__]: Remove
kono
parents:
diff changeset
371 sys_futex0 function.
kono
parents:
diff changeset
372
kono
parents:
diff changeset
373 2015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
kono
parents:
diff changeset
374
kono
parents:
diff changeset
375 * Makefile.in: Regenerated with automake-1.11.6.
kono
parents:
diff changeset
376 * aclocal.m4: Likewise.
kono
parents:
diff changeset
377 * configure: Likewise.
kono
parents:
diff changeset
378 * testsuite/Makefile.in: Likewise.
kono
parents:
diff changeset
379
kono
parents:
diff changeset
380 2015-04-22 Gregor Richards <gregor.richards@uwaterloo.ca>
kono
parents:
diff changeset
381
kono
parents:
diff changeset
382 * config/arm/hwcap.cc: Use fcntl.h instead of sys/fcntl.h.
kono
parents:
diff changeset
383 * config/linux/x86/tls.h: Only use __GLIBC_PREREQ if defined.
kono
parents:
diff changeset
384
kono
parents:
diff changeset
385 2015-01-15 H.J. Lu <hongjiu.lu@intel.com>
kono
parents:
diff changeset
386
kono
parents:
diff changeset
387 PR libitm/64360
kono
parents:
diff changeset
388 * libitm.c/stackundo.c (test2): Make it static.
kono
parents:
diff changeset
389 (test1): Likewise.
kono
parents:
diff changeset
390
kono
parents:
diff changeset
391 2015-01-05 Jakub Jelinek <jakub@redhat.com>
kono
parents:
diff changeset
392
kono
parents:
diff changeset
393 Update copyright years.
kono
parents:
diff changeset
394
kono
parents:
diff changeset
395 2015-01-05 Jakub Jelinek <jakub@redhat.com>
kono
parents:
diff changeset
396
kono
parents:
diff changeset
397 * libitm.texi: Bump @copying's copyright year.
kono
parents:
diff changeset
398
kono
parents:
diff changeset
399 2014-12-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
kono
parents:
diff changeset
400
kono
parents:
diff changeset
401 * testsuite/lib/libitm.exp: Load target-utils.exp.
kono
parents:
diff changeset
402 Move load of target-supports.exp earlier.
kono
parents:
diff changeset
403
kono
parents:
diff changeset
404 2014-12-03 Uros Bizjak <ubizjak@gmail.com>
kono
parents:
diff changeset
405
kono
parents:
diff changeset
406 * configure.tgt (x86_64): Tune -m32 multilib to generic.
kono
parents:
diff changeset
407
kono
parents:
diff changeset
408 2014-11-21 H.J. Lu <hongjiu.lu@intel.com>
kono
parents:
diff changeset
409
kono
parents:
diff changeset
410 PR bootstrap/63784
kono
parents:
diff changeset
411 * configure: Regenerated.
kono
parents:
diff changeset
412
kono
parents:
diff changeset
413 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
kono
parents:
diff changeset
414
kono
parents:
diff changeset
415 PR target/63610
kono
parents:
diff changeset
416 * configure: Regenerate.
kono
parents:
diff changeset
417
kono
parents:
diff changeset
418 2014-10-06 Marek Polacek <polacek@redhat.com>
kono
parents:
diff changeset
419
kono
parents:
diff changeset
420 * testsuite/libitm.c/memcpy-1.c: Declare getpagesize.
kono
parents:
diff changeset
421 * testsuite/libitm.c/memset-1.c: Likewise.
kono
parents:
diff changeset
422
kono
parents:
diff changeset
423 2014-07-24 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
424
kono
parents:
diff changeset
425 * config/aarch64/sjlj.S (_ITM_beginTransaction): Use post-inc
kono
parents:
diff changeset
426 addressing mode in epilogue.
kono
parents:
diff changeset
427
kono
parents:
diff changeset
428 2014-05-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
kono
parents:
diff changeset
429
kono
parents:
diff changeset
430 * acinclude.m4 (LIBITM_CHECK_LINKER_HWCAP): Check for
kono
parents:
diff changeset
431 -mclear-hwcap instead.
kono
parents:
diff changeset
432 * configure: Regenerate.
kono
parents:
diff changeset
433 * clearcap.map: Remove.
kono
parents:
diff changeset
434
kono
parents:
diff changeset
435 2014-05-21 John Marino <gnugcc@marino.st>
kono
parents:
diff changeset
436
kono
parents:
diff changeset
437 * configure.tgt (*-*-dragonfly*): New target.
kono
parents:
diff changeset
438
kono
parents:
diff changeset
439 2014-05-19 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
440
kono
parents:
diff changeset
441 * config/aarch64/sjlj.S: New file.
kono
parents:
diff changeset
442 * config/aarch64/target.h: New file.
kono
parents:
diff changeset
443 * configure.tgt: Enable aarch64.
kono
parents:
diff changeset
444
kono
parents:
diff changeset
445 2014-04-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
kono
parents:
diff changeset
446
kono
parents:
diff changeset
447 * config/generic/asmcfi.h: Also check for
kono
parents:
diff changeset
448 __GCC_HAVE_DWARF2_CFI_ASM.
kono
parents:
diff changeset
449
kono
parents:
diff changeset
450 2013-04-02 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
451
kono
parents:
diff changeset
452 * config/alpha/target.h (PAGE_SIZE, FIXED_PAGE_SIZE): Remove.
kono
parents:
diff changeset
453 * config/arm/target.h, config/sh/target.h: Likewise.
kono
parents:
diff changeset
454 * config/sparc/target.h, config/x86/target.h: Likewise.
kono
parents:
diff changeset
455
kono
parents:
diff changeset
456 2014-03-26 Jakub Jelinek <jakub@redhat.com>
kono
parents:
diff changeset
457
kono
parents:
diff changeset
458 * config/linux/futex_bits.h: Include errno.h.
kono
parents:
diff changeset
459 (sys_futex0): If syscall returns -1, return -errno rather than
kono
parents:
diff changeset
460 -1.
kono
parents:
diff changeset
461
kono
parents:
diff changeset
462 2014-03-26 Joseph Myers <joseph@codesourcery.com>
kono
parents:
diff changeset
463
kono
parents:
diff changeset
464 * libitm.texi (Index): Rename to Library Index.
kono
parents:
diff changeset
465
kono
parents:
diff changeset
466 2014-01-13 H.J. Lu <hongjiu.lu@intel.com>
kono
parents:
diff changeset
467
kono
parents:
diff changeset
468 PR libitm/53113
kono
parents:
diff changeset
469 * Makefile.am (x86_sse.lo): Append -msse to CXXFLAGS.
kono
parents:
diff changeset
470 (x86_avx.lo): Append -mavx to CXXFLAGS.
kono
parents:
diff changeset
471 * Makefile.in: Regenerate.
kono
parents:
diff changeset
472
kono
parents:
diff changeset
473 2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
kono
parents:
diff changeset
474
kono
parents:
diff changeset
475 Update copyright years
kono
parents:
diff changeset
476
kono
parents:
diff changeset
477 2014-01-02 Tobias Burnus <burnus@net-b.de>
kono
parents:
diff changeset
478
kono
parents:
diff changeset
479 * libitm.texi: Bump @copying's copyright year.
kono
parents:
diff changeset
480
kono
parents:
diff changeset
481 2013-11-14 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
kono
parents:
diff changeset
482
kono
parents:
diff changeset
483 * config/powerpc/sjlj.S [__powerpc64__ && _CALL_ELF == 2]:
kono
parents:
diff changeset
484 (FUNC): Define ELFv2 variant.
kono
parents:
diff changeset
485 (END): Likewise.
kono
parents:
diff changeset
486 (HIDDEN): Likewise.
kono
parents:
diff changeset
487 (CALL): Likewise.
kono
parents:
diff changeset
488 (BASE): Likewise.
kono
parents:
diff changeset
489 (LR_SAVE): Likewise.
kono
parents:
diff changeset
490
kono
parents:
diff changeset
491 2013-09-20 Alan Modra <amodra@gmail.com>
kono
parents:
diff changeset
492
kono
parents:
diff changeset
493 * configure: Regenerate.
kono
parents:
diff changeset
494
kono
parents:
diff changeset
495 2013-08-30 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
496
kono
parents:
diff changeset
497 * config/posix/rwlock.cc: Fix initialization order.
kono
parents:
diff changeset
498
kono
parents:
diff changeset
499 2013-08-30 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
500
kono
parents:
diff changeset
501 * libitm_i.h (gtm_thread): Assign an asm name to serial_lock.
kono
parents:
diff changeset
502 (htm_fastpath): Assign an asm name.
kono
parents:
diff changeset
503 * libitm.h (_ITM_codeProperties): Add non-ABI flags used by custom
kono
parents:
diff changeset
504 HTM fast paths.
kono
parents:
diff changeset
505 (_ITM_actions): Likewise.
kono
parents:
diff changeset
506 * config/x86/target.h (HTM_CUSTOM_FASTPATH): Enable custom fastpath on
kono
parents:
diff changeset
507 x86_64.
kono
parents:
diff changeset
508 * config/x86/sjlj.S (_ITM_beginTransaction): Add custom HTM fast path.
kono
parents:
diff changeset
509 * config/posix/rwlock.h (gtm_rwlock): Update comments. Move summary
kono
parents:
diff changeset
510 field to the start of the structure.
kono
parents:
diff changeset
511 * config/linux/rwlock.h (gtm_rwlock): Update comments.
kono
parents:
diff changeset
512 * beginend.cc (gtm_thread::begin_transaction): Add retry policy
kono
parents:
diff changeset
513 handling for custom HTM fast paths.
kono
parents:
diff changeset
514
kono
parents:
diff changeset
515 2013-08-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
kono
parents:
diff changeset
516 Revert:
kono
parents:
diff changeset
517 2013-08-02 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
kono
parents:
diff changeset
518
kono
parents:
diff changeset
519 * configure.tgt: Add -msoft-float to XCFLAGS.
kono
parents:
diff changeset
520
kono
parents:
diff changeset
521 2013-08-02 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
kono
parents:
diff changeset
522
kono
parents:
diff changeset
523 * configure.tgt: Add -msoft-float to XCFLAGS.
kono
parents:
diff changeset
524
kono
parents:
diff changeset
525 2013-07-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
kono
parents:
diff changeset
526
kono
parents:
diff changeset
527 * config/s390/target.h (htm_begin, htm_commit, htm_abort)
kono
parents:
diff changeset
528 (htm_transaction_active): Enable zEC12 instructions in the
kono
parents:
diff changeset
529 assembler.
kono
parents:
diff changeset
530 * configure.tgt: Remove -Wa,-march=zEC12 from XCFLAGS.
kono
parents:
diff changeset
531
kono
parents:
diff changeset
532 2013-07-17 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
kono
parents:
diff changeset
533
kono
parents:
diff changeset
534 * acinclude.m4: Add htm asm check for s390.
kono
parents:
diff changeset
535 * configure.tgt: Add -mhtm and -Wa,-march=zEC12 to the options.
kono
parents:
diff changeset
536 * configure: Regenerate.
kono
parents:
diff changeset
537 * config/s390/target.h: Remove __HTM__ check.
kono
parents:
diff changeset
538 (htm_available): Call getauxval to get hwcaps and check whether
kono
parents:
diff changeset
539 HTM is available or not.
kono
parents:
diff changeset
540
kono
parents:
diff changeset
541 2013-07-15 Peter Bergner <bergner@vnet.ibm.com>
kono
parents:
diff changeset
542
kono
parents:
diff changeset
543 * acinclude.m4 (LIBITM_CHECK_AS_HTM): New.
kono
parents:
diff changeset
544 * configure.ac: Use it.
kono
parents:
diff changeset
545 (AC_CHECK_HEADERS): Check for sys/auxv.h.
kono
parents:
diff changeset
546 (AC_CHECK_FUNCS): Check for getauxval.
kono
parents:
diff changeset
547 * config.h.in, configure: Rebuild.
kono
parents:
diff changeset
548 * configure.tgt (target_cpu): Add -mhtm to XCFLAGS.
kono
parents:
diff changeset
549 * config/powerpc/target.h: Include sys/auxv.h and htmintrin.h.
kono
parents:
diff changeset
550 (USE_HTM_FASTPATH): Define.
kono
parents:
diff changeset
551 (_TBEGIN_STARTED, _TBEGIN_INDETERMINATE, _TBEGIN_PERSISTENT,
kono
parents:
diff changeset
552 _HTM_RETRIES) New macros.
kono
parents:
diff changeset
553 (htm_abort, htm_abort_should_retry, htm_available, htm_begin, htm_init,
kono
parents:
diff changeset
554 htm_begin_success, htm_commit, htm_transaction_active): New functions.
kono
parents:
diff changeset
555
kono
parents:
diff changeset
556 2013-06-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
kono
parents:
diff changeset
557
kono
parents:
diff changeset
558 * config/s390/target.h: Include htmintrin.h.
kono
parents:
diff changeset
559 (_HTM_ITM_RETRIES): New macro definition.
kono
parents:
diff changeset
560 (htm_available, htm_init, htm_begin, htm_begin_success)
kono
parents:
diff changeset
561 (htm_commit, htm_abort, htm_abort_should_retry): New functions.
kono
parents:
diff changeset
562
kono
parents:
diff changeset
563 2013-06-20 Iain Sandoe <iain@codesourcery.com>
kono
parents:
diff changeset
564 Cesar Philippidis <cesar@codesourcery.com>
kono
parents:
diff changeset
565
kono
parents:
diff changeset
566 * testsuite/lib/libitm.exp: Reorder lib loads into dependency order.
kono
parents:
diff changeset
567 Do not load_gcc_lib gcc-dg.exp and add a comment as to why.
kono
parents:
diff changeset
568 * testsuite/libitm.c/c.exp: load_gcc_lib gcc-dg.exp.
kono
parents:
diff changeset
569 * testsuite/libitm.c++/c++.exp: load_gcc_lib gcc-dg.exp.
kono
parents:
diff changeset
570
kono
parents:
diff changeset
571 2013-06-20 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
572
kono
parents:
diff changeset
573 * query.cc (_ITM_inTransaction): Abort when using the HTM fastpath.
kono
parents:
diff changeset
574 (_ITM_getTransactionId): Same.
kono
parents:
diff changeset
575 * config/x86/target.h (htm_transaction_active): New.
kono
parents:
diff changeset
576
kono
parents:
diff changeset
577 2013-06-20 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
578
kono
parents:
diff changeset
579 PR libitm/57643
kono
parents:
diff changeset
580 * beginend.cc (gtm_thread::begin_transaction): Handle reentrancy in
kono
parents:
diff changeset
581 the HTM fastpath.
kono
parents:
diff changeset
582
kono
parents:
diff changeset
583 2013-03-31 Gerald Pfeifer <gerald@pfeifer.com>
kono
parents:
diff changeset
584
kono
parents:
diff changeset
585 PR bootstrap/56714
kono
parents:
diff changeset
586 * local_atomic (__always_inline): Always define our version.
kono
parents:
diff changeset
587 (__calculate_memory_order): Mark inline.
kono
parents:
diff changeset
588 (atomic_thread_fence): Ditto.
kono
parents:
diff changeset
589 (atomic_signal_fence): Ditto.
kono
parents:
diff changeset
590 (atomic_bool::atomic_flag_test_and_set_explicit): Ditto.
kono
parents:
diff changeset
591 (atomic_bool::atomic_flag_clear_explicit): Ditto.
kono
parents:
diff changeset
592 (atomic_bool::atomic_flag_test_and_set): Ditto.
kono
parents:
diff changeset
593 (atomic_bool::atomic_flag_clear): Ditto.
kono
parents:
diff changeset
594
kono
parents:
diff changeset
595 2013-04-23 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
kono
parents:
diff changeset
596
kono
parents:
diff changeset
597 * config/s390/sjlj.S: New file.
kono
parents:
diff changeset
598 * config/s390/target.h: New file.
kono
parents:
diff changeset
599 * configure.tgt: Set options for S/390.
kono
parents:
diff changeset
600
kono
parents:
diff changeset
601 2013-03-23 Andi Kleen <ak@linux.intel.com>
kono
parents:
diff changeset
602
kono
parents:
diff changeset
603 * local_atomic (__always_inline): Add.
kono
parents:
diff changeset
604 (__calculate_memory_order, atomic_thread_fence,
kono
parents:
diff changeset
605 atomic_signal_fence, test_and_set, clear, store, load,
kono
parents:
diff changeset
606 exchange, compare_exchange_weak, compare_exchange_strong,
kono
parents:
diff changeset
607 fetch_add, fetch_sub, fetch_and, fetch_or, fetch_xor):
kono
parents:
diff changeset
608 Add __always_inline to force inlining.
kono
parents:
diff changeset
609
kono
parents:
diff changeset
610 2013-02-11 Iain Sandoe <iain@codesourcery.com>
kono
parents:
diff changeset
611 Jack Howarth <howarth@bromo.med.uc.edu>
kono
parents:
diff changeset
612 Patrick Marlier <patrick.marlier@gmail.com>
kono
parents:
diff changeset
613
kono
parents:
diff changeset
614 PR libitm/55693
kono
parents:
diff changeset
615 * alloc_cpp.cc: Enable function declarations on darwin.
kono
parents:
diff changeset
616 * eh_cpp.cc: Likewise.
kono
parents:
diff changeset
617
kono
parents:
diff changeset
618 2013-02-03 Richard Sandiford <rdsandiford@googlemail.com>
kono
parents:
diff changeset
619
kono
parents:
diff changeset
620 Update copyright years.
kono
parents:
diff changeset
621
kono
parents:
diff changeset
622 2012-11-09 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
623
kono
parents:
diff changeset
624 * beginend.cc (htm_fastpath): New.
kono
parents:
diff changeset
625 (gtm_thread::begin_transaction, _ITM_commitTransaction,
kono
parents:
diff changeset
626 _ITM_commitTransactionEH): Add HTM fastpath handling.
kono
parents:
diff changeset
627 * config/linux/rwlock.h (gtm_rwlock.is_write_locked): New.
kono
parents:
diff changeset
628 * config/posix/rwlock.h (gtm_rwlock.is_write_locked): New.
kono
parents:
diff changeset
629 * config/x86/target.h (htm_available, htm_init, htm_begin_success,
kono
parents:
diff changeset
630 htm_begin, htm_commit, htm_abort, htm_abort_should_retry): New.
kono
parents:
diff changeset
631 * configure.tgt: Add -mrtm to XCFLAGS.
kono
parents:
diff changeset
632 * method-serial.cc (htm_mg, o_htm_mg, htm_dispatch, dispatch_htm): New.
kono
parents:
diff changeset
633 (gtm_thread::serialirr_mode): Add HTM fastpath handling.
kono
parents:
diff changeset
634 * libitm_i.h (htm_fastpath, dispatch_htm): Declare.
kono
parents:
diff changeset
635 * retry.cc (parse_default_method): Add HTM method parsing.
kono
parents:
diff changeset
636 (gtm_thread::number_of_threads_changed): Use HTM by default if
kono
parents:
diff changeset
637 available.
kono
parents:
diff changeset
638
kono
parents:
diff changeset
639 2012-11-04 Thomas Schwinge <thomas@codesourcery.com>
kono
parents:
diff changeset
640
kono
parents:
diff changeset
641 * configure: Regenerate.
kono
parents:
diff changeset
642
kono
parents:
diff changeset
643 2012-10-31 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
644
kono
parents:
diff changeset
645 * acinclude.m4 (LIBITM_CHECK_AS_RTM): New.
kono
parents:
diff changeset
646 * configure.ac: Use it.
kono
parents:
diff changeset
647 * config.h.in, configure: Rebuild.
kono
parents:
diff changeset
648 * testsuite/Makefile.in: Rebuild.
kono
parents:
diff changeset
649
kono
parents:
diff changeset
650 2012-10-24 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
651
kono
parents:
diff changeset
652 * libitm.texi: Clarify ABI requirements for data-logging functions.
kono
parents:
diff changeset
653
kono
parents:
diff changeset
654 2012-10-24 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
655
kono
parents:
diff changeset
656 * retry.cc (gtm_thread::decide_begin_dispatch): Ask dispatch whether
kono
parents:
diff changeset
657 it requires serial mode instead of assuming that for certain
kono
parents:
diff changeset
658 dispatchs.
kono
parents:
diff changeset
659 * dispatch.h (abi_dispatch::requires_serial): New.
kono
parents:
diff changeset
660 (abi_dispatch::abi_dispatch): Adapt.
kono
parents:
diff changeset
661 * method-gl.cc (gl_wt_dispatch::gl_wt_dispatch): Adapt.
kono
parents:
diff changeset
662 * method-ml.cc (ml_wt_dispatch::ml_wt_dispatch): Same.
kono
parents:
diff changeset
663 * method-serial.cc (serialirr_dispatch::serialirr_dispatch,
kono
parents:
diff changeset
664 serial_dispatch::serial_dispatch,
kono
parents:
diff changeset
665 serialirr_onwrite_dispatch::serialirr_onwrite_dispatch): Same.
kono
parents:
diff changeset
666
kono
parents:
diff changeset
667 2012-10-02 Uros Bizjak <ubizjak@gmail.com>
kono
parents:
diff changeset
668
kono
parents:
diff changeset
669 * config/x86/target.h (struct gtm_jmpbuf): Merge x86_64
kono
parents:
diff changeset
670 and ia32 declarations some more.
kono
parents:
diff changeset
671 * config/x86/sjlj.S (_ITM_beginTransaction): Move ret to common code.
kono
parents:
diff changeset
672
kono
parents:
diff changeset
673 2012-09-20 Jakub Jelinek <jakub@redhat.com>
kono
parents:
diff changeset
674
kono
parents:
diff changeset
675 PR other/43620
kono
parents:
diff changeset
676 * configure.ac (AM_INIT_AUTOMAKE): Add no-dist.
kono
parents:
diff changeset
677 * configure: Regenerate.
kono
parents:
diff changeset
678 * Makefile.in: Regenerate.
kono
parents:
diff changeset
679
kono
parents:
diff changeset
680 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
kono
parents:
diff changeset
681
kono
parents:
diff changeset
682 * configure: Regenerated.
kono
parents:
diff changeset
683
kono
parents:
diff changeset
684 2012-07-31 Uros Bizjak <ubizjak@gmail.com>
kono
parents:
diff changeset
685
kono
parents:
diff changeset
686 * config/x86/target.h (cpu_relax): Use __builtin_ia32_pause.
kono
parents:
diff changeset
687
kono
parents:
diff changeset
688 2012-05-21 Patrick Marlier <patrick.marlier@gmail.com>
kono
parents:
diff changeset
689
kono
parents:
diff changeset
690 * eh_cpp.cc: Fix __cxa_end_catch declaration.
kono
parents:
diff changeset
691
kono
parents:
diff changeset
692 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
kono
parents:
diff changeset
693
kono
parents:
diff changeset
694 * configure: Regenerated.
kono
parents:
diff changeset
695
kono
parents:
diff changeset
696 2012-04-04 H.J. Lu <hongjiu.lu@intel.com>
kono
parents:
diff changeset
697
kono
parents:
diff changeset
698 PR libitm/52854
kono
parents:
diff changeset
699 * config/x86/target.h (gtm_jmpbuf): Replace long with long long
kono
parents:
diff changeset
700 for x86-64.
kono
parents:
diff changeset
701
kono
parents:
diff changeset
702 2012-04-03 Tristan Gingold <gingold@adacore.com>
kono
parents:
diff changeset
703
kono
parents:
diff changeset
704 * configure: Regenerate.
kono
parents:
diff changeset
705
kono
parents:
diff changeset
706 2012-03-31 H.J. Lu <hongjiu.lu@intel.com>
kono
parents:
diff changeset
707
kono
parents:
diff changeset
708 PR bootstrap/52812
kono
parents:
diff changeset
709 * configure.tgt (i[456]86-*-linux*): Handle -mx32 like -m64.
kono
parents:
diff changeset
710
kono
parents:
diff changeset
711 2012-03-16 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
kono
parents:
diff changeset
712
kono
parents:
diff changeset
713 * testsuite/lib/libitm.exp: load fortran-modules.exp
kono
parents:
diff changeset
714
kono
parents:
diff changeset
715 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
kono
parents:
diff changeset
716
kono
parents:
diff changeset
717 * configure.tgt (*-*-irix6*): Remove.
kono
parents:
diff changeset
718
kono
parents:
diff changeset
719 2012-03-13 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
720
kono
parents:
diff changeset
721 PR libitm/52526
kono
parents:
diff changeset
722 * config/linux/rwlock.cc (GTM::gtm_rwlock::read_lock): Fix lost
kono
parents:
diff changeset
723 wake-up.
kono
parents:
diff changeset
724
kono
parents:
diff changeset
725 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
kono
parents:
diff changeset
726
kono
parents:
diff changeset
727 * configure.tgt (*-*-osf*): Remove.
kono
parents:
diff changeset
728 * configure: Regenerate.
kono
parents:
diff changeset
729
kono
parents:
diff changeset
730 2012-03-05 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
731
kono
parents:
diff changeset
732 * dispatch.h (CREATE_DISPATCH_METHODS_MEM): Don't execute
kono
parents:
diff changeset
733 memtransfer/memset if size isn't larger than zero.
kono
parents:
diff changeset
734
kono
parents:
diff changeset
735 2012-03-02 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
736
kono
parents:
diff changeset
737 * libitm.texi: Link to specification and add a usage example.
kono
parents:
diff changeset
738
kono
parents:
diff changeset
739 2012-02-24 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
740
kono
parents:
diff changeset
741 * retry.cc (GTM::gtm_thread::number_of_threads_changed): Change
kono
parents:
diff changeset
742 default dispatch for more than 1 thread to ml_wt.
kono
parents:
diff changeset
743
kono
parents:
diff changeset
744 2012-02-20 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
745
kono
parents:
diff changeset
746 * method-gl.cc (gl_wt_dispatch::orec): Put on separate cacheline.
kono
parents:
diff changeset
747
kono
parents:
diff changeset
748 2012-02-20 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
749
kono
parents:
diff changeset
750 * method-gl.cc (gl_wt_dispatch::rollback): Optimize memory orders.
kono
parents:
diff changeset
751
kono
parents:
diff changeset
752 2012-02-20 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
753
kono
parents:
diff changeset
754 * method-gl.cc (gl_wt_dispatch::trycommit): Remove handling of
kono
parents:
diff changeset
755 serial mode corner cases made obsolete by prior gtm_rwlock changes.
kono
parents:
diff changeset
756 (gl_wt_dispatch.rollback): Same.
kono
parents:
diff changeset
757
kono
parents:
diff changeset
758 2012-02-20 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
759
kono
parents:
diff changeset
760 * method-gl.cc (gl_wt_dispatch::pre_write): Optimize memory orders.
kono
parents:
diff changeset
761
kono
parents:
diff changeset
762 2012-02-20 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
763
kono
parents:
diff changeset
764 * method-gl.cc (gl_wt_dispatch::memtransfer_static): Add missing undo
kono
parents:
diff changeset
765 for RfW src. Optimize number of calls to gtm_thr.
kono
parents:
diff changeset
766
kono
parents:
diff changeset
767 2012-02-20 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
768
kono
parents:
diff changeset
769 * beginend.cc (GTM::gtm_thread::begin_transaction): Move serial lock
kono
parents:
diff changeset
770 acquisition to ...
kono
parents:
diff changeset
771 * retry.cc (GTM::gtm_thread::decide_begin_dispatch): ... here.
kono
parents:
diff changeset
772 (default_dispatch): Make atomic.
kono
parents:
diff changeset
773 (GTM::gtm_thread::set_default_dispatch): Access atomically.
kono
parents:
diff changeset
774 (GTM::gtm_thread::decide_retry_strategy): Access atomically and
kono
parents:
diff changeset
775 use decide_begin_dispatch() if default_dispatch might have changed.
kono
parents:
diff changeset
776 (GTM::gtm_thread::number_of_threads_changed): Initialize
kono
parents:
diff changeset
777 default_dispatch here.
kono
parents:
diff changeset
778
kono
parents:
diff changeset
779 2012-02-15 Iain Sandoe <iains@gcc.gnu.org>
kono
parents:
diff changeset
780 Patrick Marlier <patrick.marlier@gmail.com>
kono
parents:
diff changeset
781
kono
parents:
diff changeset
782 PR libitm/52220
kono
parents:
diff changeset
783 * alloc_cpp.cc: No dummy definitions for darwin.
kono
parents:
diff changeset
784 * eh_cpp.cc: Likewise.
kono
parents:
diff changeset
785
kono
parents:
diff changeset
786 2012-02-14 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
787
kono
parents:
diff changeset
788 * config/x86/target.h (GTM_longjmp): Correct the .cfi corrections.
kono
parents:
diff changeset
789
kono
parents:
diff changeset
790 2012-02-14 Uros Bizjak <ubizjak@gmail.com>
kono
parents:
diff changeset
791
kono
parents:
diff changeset
792 * config/x86/target.h (GTM_longjmp): Correct .cfi directives.
kono
parents:
diff changeset
793
kono
parents:
diff changeset
794 2012-02-14 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
795
kono
parents:
diff changeset
796 * libitm_i.h (GTM::gtm_rwlog_entry): New.
kono
parents:
diff changeset
797 (GTM::gtm_thread): Add read and write logs.
kono
parents:
diff changeset
798 (GTM::dispatch_ml_wt): Declare.
kono
parents:
diff changeset
799 * retry.cc (parse_default_method): Support ml_wt.
kono
parents:
diff changeset
800 * method-ml.cc: New file.
kono
parents:
diff changeset
801 * Makefile.am: Add method-ml.cc.
kono
parents:
diff changeset
802 * Makefile.in: Regenerate.
kono
parents:
diff changeset
803
kono
parents:
diff changeset
804 2012-02-14 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
805
kono
parents:
diff changeset
806 * dispatch.h (GTM::abi_dispatch::supports): New.
kono
parents:
diff changeset
807 (GTM::method_group::reinit): New.
kono
parents:
diff changeset
808 * retry.cc (GTM::gtm_thread::decide_retry_strategy): Use reinit().
kono
parents:
diff changeset
809 (GTM::gtm_thread::number_of_threads_changed): Check that the method
kono
parents:
diff changeset
810 supports the current situation.
kono
parents:
diff changeset
811
kono
parents:
diff changeset
812 2012-02-14 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
813
kono
parents:
diff changeset
814 * util.cc (GTM::xcalloc): New.
kono
parents:
diff changeset
815 * common.h (GTM::xcalloc): Declare.
kono
parents:
diff changeset
816
kono
parents:
diff changeset
817 2012-02-14 Eric Botcazou <ebotcazou@adacore.com>
kono
parents:
diff changeset
818
kono
parents:
diff changeset
819 * config/sparc/target.h (cpu_relax): Read from CC register.
kono
parents:
diff changeset
820 * config/sparc/sjlj.S (GTM_longjmp): Restore %fp atomically.
kono
parents:
diff changeset
821
kono
parents:
diff changeset
822 2012-02-14 Uros Bizjak <ubizjak@gmail.com>
kono
parents:
diff changeset
823
kono
parents:
diff changeset
824 * config/x86/target.h (GTM_longjmp): Jump indirect from memory address.
kono
parents:
diff changeset
825
kono
parents:
diff changeset
826 2012-02-13 Eric Botcazou <ebotcazou@adacore.com>
kono
parents:
diff changeset
827
kono
parents:
diff changeset
828 * configure.tgt (target_cpu): Handle sparc and sparc64/sparcv9.
kono
parents:
diff changeset
829 * config/sparc/cacheline.h: New file.
kono
parents:
diff changeset
830 * config/sparc/target.h: Likewise.
kono
parents:
diff changeset
831 * config/sparc/sjlj.S: Likewise.
kono
parents:
diff changeset
832 * config/linux/sparc/futex_bits.h: Likewise.
kono
parents:
diff changeset
833
kono
parents:
diff changeset
834 2012-02-13 Eric Botcazou <ebotcazou@adacore.com>
kono
parents:
diff changeset
835
kono
parents:
diff changeset
836 * configure.ac (link_itm): Fix comment.
kono
parents:
diff changeset
837 * configure: Regenerate.
kono
parents:
diff changeset
838 * testsuite/lib/libitm.exp: Do not pass -litm for the link.
kono
parents:
diff changeset
839
kono
parents:
diff changeset
840 2012-01-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
kono
parents:
diff changeset
841
kono
parents:
diff changeset
842 PR libitm/51822
kono
parents:
diff changeset
843 * testsuite/libitm.c++/c++.exp (lang_link_flags): Add -shared-libgcc.
kono
parents:
diff changeset
844 Correct libgomp references.
kono
parents:
diff changeset
845
kono
parents:
diff changeset
846 2012-01-24 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
847
kono
parents:
diff changeset
848 * config/linux/rwlock.cc (GTM::gtm_rwlock::write_unlock): Fix reader
kono
parents:
diff changeset
849 wake-up.
kono
parents:
diff changeset
850
kono
parents:
diff changeset
851 2012-01-24 Uros Bizjak <ubizjak@gmail.com>
kono
parents:
diff changeset
852
kono
parents:
diff changeset
853 * config/x86/target.h (gtm_jmpbuf) [__x86_64__]: Move rip to the
kono
parents:
diff changeset
854 end of structure.
kono
parents:
diff changeset
855 * config/x86/sjlj.S (_ITM_beginTransaction) [__x86_64__]: Update
kono
parents:
diff changeset
856 offset values. Do not copy return address. Decrement stack
kono
parents:
diff changeset
857 by 56 bytes only.
kono
parents:
diff changeset
858 (GTM_longjump) [__x86_64__]: Update offset values.
kono
parents:
diff changeset
859
kono
parents:
diff changeset
860 2012-01-23 Uros Bizjak <ubizjak@gmail.com>
kono
parents:
diff changeset
861
kono
parents:
diff changeset
862 PR libitm/51830
kono
parents:
diff changeset
863 * config/x86/sjlj.S (_ITM_beginTransaction) [!__x86_64__]: Load
kono
parents:
diff changeset
864 the first function argument to %eax.
kono
parents:
diff changeset
865
kono
parents:
diff changeset
866 2012-01-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
kono
parents:
diff changeset
867
kono
parents:
diff changeset
868 * libitm.h (_ITM_getThreadnum): Remove.
kono
parents:
diff changeset
869 * libitm.map (_ITM_getThreadnum): Remove from LIBITM_1.0.
kono
parents:
diff changeset
870
kono
parents:
diff changeset
871 2012-01-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
kono
parents:
diff changeset
872
kono
parents:
diff changeset
873 * clearcap.map: New file.
kono
parents:
diff changeset
874 * acinclude.m4 (LIBITM_CHECK_LINKER_HWCAP): New test.
kono
parents:
diff changeset
875 * configure.ac: Call it.
kono
parents:
diff changeset
876 Clear HWCAP_LDFLAGS if defaulting to -mavx.
kono
parents:
diff changeset
877 * Makefile.am (AM_LDFLAGS): Add $(HWCAP_LDFLAGS)
kono
parents:
diff changeset
878 * configure: Regenerate.
kono
parents:
diff changeset
879 * Makefile.in: Regenerate.
kono
parents:
diff changeset
880 * testsuite/Makefile.in: Regenerate.
kono
parents:
diff changeset
881
kono
parents:
diff changeset
882 2012-01-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
kono
parents:
diff changeset
883
kono
parents:
diff changeset
884 PR libitm/51173
kono
parents:
diff changeset
885 * testsuite/libitm.c++/static_ctor.C: Skip test, note PR, remove
kono
parents:
diff changeset
886 include, exclude options.
kono
parents:
diff changeset
887
kono
parents:
diff changeset
888 2012-01-14 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
889
kono
parents:
diff changeset
890 * local.cc (GTM::gtm_undolog::rollback): Truncate undo log after
kono
parents:
diff changeset
891 rolling back.
kono
parents:
diff changeset
892 * containers.h (GTM::vector::set_size): New.
kono
parents:
diff changeset
893
kono
parents:
diff changeset
894 2012-01-14 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
895
kono
parents:
diff changeset
896 PR libitm/51855
kono
parents:
diff changeset
897 * config/generic/tls.h (GTM::mask_stack_top): New.
kono
parents:
diff changeset
898 (GTM::mask_stack_bottom): Declare.
kono
parents:
diff changeset
899 * config/generic/tls.c (GTM::mask_stack_bottom): New.
kono
parents:
diff changeset
900 * local.cc (gtm_undolog::rollback): Filter out any updates that
kono
parents:
diff changeset
901 overlap the libitm stack. Add current transaction as parameter.
kono
parents:
diff changeset
902 * libitm_i.h (GTM::gtm_undolog::rollback): Adapt.
kono
parents:
diff changeset
903 * beginend.cc (GTM::gtm_thread::rollback): Adapt.
kono
parents:
diff changeset
904 * testsuite/libitm.c/stackundo.c: New test.
kono
parents:
diff changeset
905
kono
parents:
diff changeset
906 2012-01-10 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
907
kono
parents:
diff changeset
908 * libitm_i.h (_Unwind_DeleteException): Declare weak.
kono
parents:
diff changeset
909 * eh_cpp.cc (_Unwind_DeleteException): Define for
kono
parents:
diff changeset
910 !HAVE_ELF_STYLE_WEAKREF.
kono
parents:
diff changeset
911
kono
parents:
diff changeset
912 2012-01-08 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
913
kono
parents:
diff changeset
914 * local.cc (GTM_LB): Use GTM::gtm_undolog.
kono
parents:
diff changeset
915 (GTM::gtm_thread::drop_references_undolog): Remove.
kono
parents:
diff changeset
916 (GTM::gtm_thread::commit_undolog,
kono
parents:
diff changeset
917 GTM::gtm_thread::rollback_undolog): Move to ...
kono
parents:
diff changeset
918 * libitm_i.h (GTM::gtm_undolog): ...here. New.
kono
parents:
diff changeset
919 (GTM::gtm_undolog_entry): Remove.
kono
parents:
diff changeset
920 (GTM::gtm_thread): Adapt.
kono
parents:
diff changeset
921 * beginend.cc (GTM::gtm_thread::rollback): Adapt.
kono
parents:
diff changeset
922 (GTM::gtm_thread::trycommit): Adapt.
kono
parents:
diff changeset
923 * method-serial.cc (serial_dispatch::log): Adapt.
kono
parents:
diff changeset
924 * method-gl.cc (gl_wt_dispatch::pre_write): Adapt.
kono
parents:
diff changeset
925 (gl_wt_dispatch::store): Fix likely/unlikely.
kono
parents:
diff changeset
926 * containers.h (GTM::vector::resize): Add additional_capacity
kono
parents:
diff changeset
927 parameter and handle it.
kono
parents:
diff changeset
928 (GTM::vector::resize_noinline): New/adapt.
kono
parents:
diff changeset
929 (GTM::vector::push): New.
kono
parents:
diff changeset
930
kono
parents:
diff changeset
931 2012-01-06 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
932
kono
parents:
diff changeset
933 * configure.tgt: Support powerpc-linux and powerpc-darwin.
kono
parents:
diff changeset
934 * config/linux/powerpc/futex_bits.h: New file.
kono
parents:
diff changeset
935 * config/powerpc/cacheline.h: New file.
kono
parents:
diff changeset
936 * config/powerpc/sjlj.S: New file.
kono
parents:
diff changeset
937 * config/powerpc/target.h: New file.
kono
parents:
diff changeset
938 * config/generic/asmcfi.h (cfi_offset): New.
kono
parents:
diff changeset
939 (cfi_restore, cfi_undefined): New.
kono
parents:
diff changeset
940
kono
parents:
diff changeset
941 2012-01-05 Aldy Hernandez <aldyh@redhat.com>
kono
parents:
diff changeset
942
kono
parents:
diff changeset
943 PR other/51171
kono
parents:
diff changeset
944 * testsuite/libitm.c/reentrant.c: Remove xfail.
kono
parents:
diff changeset
945 (thread): Pass x to pure().
kono
parents:
diff changeset
946 From Patrik Marlier <patrick.marlier@gmail.com>.
kono
parents:
diff changeset
947
kono
parents:
diff changeset
948 2011-12-24 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
949
kono
parents:
diff changeset
950 * beginend.cc (GTM::gtm_thread::trycommit): Don't enforce
kono
parents:
diff changeset
951 privatization safety if already in serial mode.
kono
parents:
diff changeset
952
kono
parents:
diff changeset
953 2011-12-24 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
954
kono
parents:
diff changeset
955 * beginend.cc (GTM::gtm_thread::restart): Add and handle
kono
parents:
diff changeset
956 finish_serial_upgrade parameter.
kono
parents:
diff changeset
957 * libitm.h (GTM::gtm_thread::restart): Adapt declaration.
kono
parents:
diff changeset
958 * config/linux/rwlock.cc (GTM::gtm_rwlock::write_lock_generic):
kono
parents:
diff changeset
959 Don't unset reader flag.
kono
parents:
diff changeset
960 (GTM::gtm_rwlock::write_upgrade_finish): New.
kono
parents:
diff changeset
961 * config/posix/rwlock.cc: Same.
kono
parents:
diff changeset
962 * config/linux/rwlock.h (GTM::gtm_rwlock::write_upgrade_finish):
kono
parents:
diff changeset
963 Declare.
kono
parents:
diff changeset
964 * config/posix/rwlock.h: Same.
kono
parents:
diff changeset
965 * method-serial.cc (GTM::gtm_thread::serialirr_mode): Unset reader
kono
parents:
diff changeset
966 flag after commit or after rollback when restarting.
kono
parents:
diff changeset
967
kono
parents:
diff changeset
968 2011-12-24 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
969
kono
parents:
diff changeset
970 * beginend.cc (GTM::gtm_thread::begin_transaction): Add comment.
kono
parents:
diff changeset
971 (GTM::gtm_thread::try_commit): Changed memory order.
kono
parents:
diff changeset
972 * config/linux/alpha/futex_bits.h (sys_futex0): Take atomic int
kono
parents:
diff changeset
973 as parameter.
kono
parents:
diff changeset
974 * config/linux/x86/futex_bits.h (sys_futex0): Same.
kono
parents:
diff changeset
975 * config/linux/sh/futex_bits.h (sys_futex0): Same.
kono
parents:
diff changeset
976 * config/linux/futex_bits.h (sys_futex0): Same.
kono
parents:
diff changeset
977 * config/linux/futex.cc (futex_wait, futex_wake): Same.
kono
parents:
diff changeset
978 * config/linux/futex.h (futex_wait, futex_wake): Same.
kono
parents:
diff changeset
979 * config/linux/rwlock.h (gtm_rwlock::writers,
kono
parents:
diff changeset
980 gtm_rwlock::writer_readers, gtm_rwlock::readers): Change to atomic
kono
parents:
diff changeset
981 ints.
kono
parents:
diff changeset
982 * config/linux/rwlock.cc (gtm_rwlock::read_lock,
kono
parents:
diff changeset
983 gtm_rwlock::write_lock_generic, gtm_rwlock::read_unlock,
kono
parents:
diff changeset
984 gtm_rwlock::write_unlock): Fix memory orders and fences.
kono
parents:
diff changeset
985 * config/posix/rwlock.cc (gtm_rwlock::read_lock,
kono
parents:
diff changeset
986 gtm_rwlock::write_lock_generic, gtm_rwlock::read_unlock,
kono
parents:
diff changeset
987 gtm_rwlock::write_unlock): Same.
kono
parents:
diff changeset
988 * config/linux/rwlock.h (gtm_rwlock::summary): Change to atomic int.
kono
parents:
diff changeset
989 * method-gl.cc (gl_mg::init, gl_wt_dispatch::memtransfer_static,
kono
parents:
diff changeset
990 gl_wt_dispatch::memset_static, gl_wt_dispatch::begin_or_restart):
kono
parents:
diff changeset
991 Add comments.
kono
parents:
diff changeset
992 (gl_wt_dispatch::pre_write, gl_wt_dispatch::validate,
kono
parents:
diff changeset
993 gl_wt_dispatch::load, gl_wt_dispatch::store,
kono
parents:
diff changeset
994 gl_wt_dispatch::try_commit, gl_wt_dispatch::rollback): Fix memory
kono
parents:
diff changeset
995 orders and fences. Add comments.
kono
parents:
diff changeset
996
kono
parents:
diff changeset
997 2011-12-21 Jakub Jelinek <jakub@redhat.com>
kono
parents:
diff changeset
998
kono
parents:
diff changeset
999 * Makefile.am (AM_CXXFLAGS): Put $(XCFLAGS) first.
kono
parents:
diff changeset
1000 * Makefile.in: Regenerated.
kono
parents:
diff changeset
1001
kono
parents:
diff changeset
1002 2011-12-17 Kaz Kojima <kkojima@gcc.gnu.org>
kono
parents:
diff changeset
1003
kono
parents:
diff changeset
1004 * configure.tgt: Add sh* case.
kono
parents:
diff changeset
1005 * config/sh/target.h: New file.
kono
parents:
diff changeset
1006 * config/sh/sjlj.S: New file.
kono
parents:
diff changeset
1007 * config/linux/sh/futex_bits.h: New file.
kono
parents:
diff changeset
1008
kono
parents:
diff changeset
1009 2011-12-14 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
1010
kono
parents:
diff changeset
1011 * config/arm/hwcap.h, config/arm/hwcap.cc: New files.
kono
parents:
diff changeset
1012 * config/arm/sjlj.S, config/arm/target.h: New files.
kono
parents:
diff changeset
1013 * config/generic/asmcfi.h (cfi_adjust_cfa_offset): New.
kono
parents:
diff changeset
1014 (cfi_rel_offset): New.
kono
parents:
diff changeset
1015 * config/linux/futex_bits.h: New file.
kono
parents:
diff changeset
1016 * config/linux/futex.cc: Include futex_bits.h here...
kono
parents:
diff changeset
1017 * config/linux/futex.h: ... not here.
kono
parents:
diff changeset
1018 * Makefile.am (libitm_la_SOURCES) <ARCH_ARM>: Add hwcap.cc.
kono
parents:
diff changeset
1019 * configure.ac (ARCH_AM): New conditional.
kono
parents:
diff changeset
1020 * Makefile.in, configure: Rebuild.
kono
parents:
diff changeset
1021 * configure.tgt: Handle ARM.
kono
parents:
diff changeset
1022
kono
parents:
diff changeset
1023 2011-12-13 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
1024
kono
parents:
diff changeset
1025 * config/posix/rwlock.cc (gtm_rwlock::write_lock_generic): Fix
kono
parents:
diff changeset
1026 signed/unsigned comparison werror.
kono
parents:
diff changeset
1027
kono
parents:
diff changeset
1028 * local_atomic: New file.
kono
parents:
diff changeset
1029 * libitm_i.h: Include it.
kono
parents:
diff changeset
1030 (gtm_thread::shared_state): Use atomic template.
kono
parents:
diff changeset
1031 * beginend.cc (GTM::gtm_clock): Use atomic template.
kono
parents:
diff changeset
1032 (global_tid): Use atomic template if 64-bit atomics available.
kono
parents:
diff changeset
1033 (gtm_thread::gtm_thread): Update shared_state access.
kono
parents:
diff changeset
1034 (gtm_thread::trycommit): Likewise.
kono
parents:
diff changeset
1035 (choose_code_path): Update global_tid access.
kono
parents:
diff changeset
1036 * method-gl.cc (gl_mg::orec): Use atomic template. Update all users.
kono
parents:
diff changeset
1037 * stmlock.h (GTM::gtm_clock): Use atomic template.
kono
parents:
diff changeset
1038 (gtm_get_clock, gtm_inc_clock): Update accesses.
kono
parents:
diff changeset
1039 * config/linux/rwlock.cc (gtm_rwlock::read_lock): Remove
kono
parents:
diff changeset
1040 redundant __sync_synchronize after atomic shared_state access.
kono
parents:
diff changeset
1041 * config/posix/rwlock.cc (gtm_rwlock::read_lock): Likewise.
kono
parents:
diff changeset
1042 (gtm_rwlock::write_lock_generic): Likewise.
kono
parents:
diff changeset
1043 (gtm_rwlock::read_unlock): Likewise.
kono
parents:
diff changeset
1044 * config/alpha/target.h (atomic_read_barrier): Remove.
kono
parents:
diff changeset
1045 (atomic_write_barrier): Remove.
kono
parents:
diff changeset
1046 * config/x86/target.h (atomic_read_barrier): Remove.
kono
parents:
diff changeset
1047 (atomic_write_barrier): Remove.
kono
parents:
diff changeset
1048
kono
parents:
diff changeset
1049 2011-11-30 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
1050
kono
parents:
diff changeset
1051 * libitm_i.h (GTM_longjmp): Swap first and second arguments.
kono
parents:
diff changeset
1052 * beginend.c (_ITM_abortTransaction): Update to match.
kono
parents:
diff changeset
1053 (GTM::gtm_thread::restart): Likewise.
kono
parents:
diff changeset
1054 * config/alpha/sjlj.S (GTM_longjmp): Likewise.
kono
parents:
diff changeset
1055 * config/x86/sjlj.S (GTM_longjmp): Likewise.
kono
parents:
diff changeset
1056
kono
parents:
diff changeset
1057 2011-11-23 Iain Sandoe <iains@gcc.gnu.org>
kono
parents:
diff changeset
1058
kono
parents:
diff changeset
1059 * Makefile.am (libitm_la_LDFLAGS): Remove "-no-undefined".
kono
parents:
diff changeset
1060 * Makefile.in: Regenerate.
kono
parents:
diff changeset
1061
kono
parents:
diff changeset
1062 2011-11-22 Iain Sandoe <iains@gcc.gnu.org>
kono
parents:
diff changeset
1063
kono
parents:
diff changeset
1064 * configure.ac: Use GCC_CHECK_ELF_STYLE_WEAKREF.
kono
parents:
diff changeset
1065 * alloc_cpp.cc: Generate dummy functions if we don't
kono
parents:
diff changeset
1066 HAVE_ELF_STYLE_WEAKREF.
kono
parents:
diff changeset
1067 * eh_cpp.cc: Likewise.
kono
parents:
diff changeset
1068 * configure: Regenerate.
kono
parents:
diff changeset
1069 * aclocal.m4: Likewise.
kono
parents:
diff changeset
1070 * config.h.in: Likewise.
kono
parents:
diff changeset
1071 * Makefile.in: Likewise.
kono
parents:
diff changeset
1072 * testsuite/Makefile.in: Likewise.
kono
parents:
diff changeset
1073
kono
parents:
diff changeset
1074 2011-11-22 Iain Sandoe <iains@gcc.gnu.org>
kono
parents:
diff changeset
1075
kono
parents:
diff changeset
1076 * config/x86/sjlj.S (CONCAT1, CONCAT2, SYM): Respond to
kono
parents:
diff changeset
1077 __USER_LABEL_PREFIX__ for targets that use it.
kono
parents:
diff changeset
1078 (TYPE, SIZE, HIDDEN): New macros to assist on non-elf targets.
kono
parents:
diff changeset
1079 (_ITM_beginTransaction): Use SYM, TYPE, SIZE macros to assist
kono
parents:
diff changeset
1080 in portability to non-elf targets.
kono
parents:
diff changeset
1081 (GTM_longjmp): Likewise.
kono
parents:
diff changeset
1082 * libitm_i.h (begin_transaction): Apply __USER_LABEL_PREFIX__
kono
parents:
diff changeset
1083 where required.
kono
parents:
diff changeset
1084
kono
parents:
diff changeset
1085 2011-11-22 Iain Sandoe <iains@gcc.gnu.org>
kono
parents:
diff changeset
1086
kono
parents:
diff changeset
1087 * testsuite/libitm.c/memcpy-1.c: Allow for MAP_ANON spelling.
kono
parents:
diff changeset
1088 * testsuite/libitm.c/memset-1.c: Likewise.
kono
parents:
diff changeset
1089
kono
parents:
diff changeset
1090 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
kono
parents:
diff changeset
1091
kono
parents:
diff changeset
1092 * configure: Regenerate.
kono
parents:
diff changeset
1093
kono
parents:
diff changeset
1094 2011-11-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
kono
parents:
diff changeset
1095
kono
parents:
diff changeset
1096 * acinclude.m4 (LIBITM_CHECK_LINKER_FEATURES): Handle gold.
kono
parents:
diff changeset
1097 (LIBITM_ENABLE_SYMVERS): Handle sun style.
kono
parents:
diff changeset
1098 * Makefile.am: Handle sun style versioning.
kono
parents:
diff changeset
1099 (libitm_la_LINK): Add $(libitm_la_LDFLAGS).
kono
parents:
diff changeset
1100 * configure: Regenerate.
kono
parents:
diff changeset
1101 * Makefile.in: Regenerate.
kono
parents:
diff changeset
1102
kono
parents:
diff changeset
1103 2011-11-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
kono
parents:
diff changeset
1104
kono
parents:
diff changeset
1105 * config/generic/asmcfi.h: Fix comment.
kono
parents:
diff changeset
1106 * config/x86/sjlj.S (_ITM_beginTransaction): Provide ELF PIC code
kono
parents:
diff changeset
1107 sequence without .hidden support, error for non-ELF targets.
kono
parents:
diff changeset
1108 (GTM_longjmp) [__ELF__]: Only use .hidden if
kono
parents:
diff changeset
1109 HAVE_ATTRIBUTE_VISIBILITY.
kono
parents:
diff changeset
1110
kono
parents:
diff changeset
1111 2011-11-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
kono
parents:
diff changeset
1112
kono
parents:
diff changeset
1113 * alloc_cpp.cc [__osf__] (_ZnwX, _ZdlPv, _ZnaX, _ZdaPv,
kono
parents:
diff changeset
1114 _ZnwXRKSt9nothrow_t, _ZdlPvRKSt9nothrow_t, _ZdaPvRKSt9nothrow_t):
kono
parents:
diff changeset
1115 Dummy functions.
kono
parents:
diff changeset
1116 * eh_cpp.cc [__osf__] (__cxa_allocate_exception, __cxa_throw,
kono
parents:
diff changeset
1117 __cxa_begin_catch, __cxa_end_catch, __cxa_tm_cleanup): Likewise.
kono
parents:
diff changeset
1118
kono
parents:
diff changeset
1119 2011-11-16 Uros Bizjak <ubizjak@gmail.com>
kono
parents:
diff changeset
1120
kono
parents:
diff changeset
1121 PR bootstrap/51098
kono
parents:
diff changeset
1122 * acinclude.m4 (LIBITM_CHECK_AS_AVX): Fix target selector.
kono
parents:
diff changeset
1123 * configure: Regenerate.
kono
parents:
diff changeset
1124
kono
parents:
diff changeset
1125 2011-11-14 H.J. Lu <hongjiu.lu@intel.com>
kono
parents:
diff changeset
1126
kono
parents:
diff changeset
1127 * testsuite/lib/libitm.exp: Check ia32 instead of ilp32.
kono
parents:
diff changeset
1128
kono
parents:
diff changeset
1129 2011-11-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
kono
parents:
diff changeset
1130
kono
parents:
diff changeset
1131 * config/alpha/sjlj.S (_ITM_beginTransaction) [!__ELF__]: Don't use
kono
parents:
diff changeset
1132 .hidden.
kono
parents:
diff changeset
1133 (.note.GNU-stack): Only use if __linux__.
kono
parents:
diff changeset
1134 * alloc_cpp.cc [!__osf__] (_ZnaXRKSt9nothrow_t): Dummy function.
kono
parents:
diff changeset
1135 * testsuite/libitm.c/notx.c: Use dg-options "-pthread".
kono
parents:
diff changeset
1136 * testsuite/libitm.c/reentrant.c: Likewise.
kono
parents:
diff changeset
1137 * testsuite/libitm.c/simple-2.c: Likewise.
kono
parents:
diff changeset
1138 * testsuite/libitm.c/txrelease.c: Likewise.
kono
parents:
diff changeset
1139 * testsuite/libitm.c++/static_ctor.C: Likewise.
kono
parents:
diff changeset
1140
kono
parents:
diff changeset
1141 2011-11-10 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
1142
kono
parents:
diff changeset
1143 * config/x86/x86_avx.cc: Remove #undef __AVX__ hack. Tidy comments.
kono
parents:
diff changeset
1144 * Makefile.am (x86_avx.lo): Only add -mavx if ARCH_X86_AVX.
kono
parents:
diff changeset
1145 * configure.ac (ARCH_X86_AVX): New conditional.
kono
parents:
diff changeset
1146 * Makefile.in, configure: Rebuild.
kono
parents:
diff changeset
1147
kono
parents:
diff changeset
1148 2011-11-09 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
1149
kono
parents:
diff changeset
1150 * acinclude.m4 (LIBITM_CHECK_AS_AVX): New.
kono
parents:
diff changeset
1151 * configure.ac: Use it.
kono
parents:
diff changeset
1152 * config.h.in, configure: Rebuild.
kono
parents:
diff changeset
1153 * config/x86/x86_avx.cc: Handle !HAVE_AS_AVX.
kono
parents:
diff changeset
1154
kono
parents:
diff changeset
1155 2011-11-09 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
1156
kono
parents:
diff changeset
1157 * barrier.tpl, memcpy.cc, memset.cc, method-wbetl.cc: Remove file.
kono
parents:
diff changeset
1158 * config/alpha/unaligned.h: Remove file.
kono
parents:
diff changeset
1159 * config/generic/unaligned.h: Remove file.
kono
parents:
diff changeset
1160 * config/x86/unaligned.h: Remove file.
kono
parents:
diff changeset
1161 * config/generic/cachepage.h: Remove file.
kono
parents:
diff changeset
1162 * config/posix/cachepage.cc: Remove file.
kono
parents:
diff changeset
1163 * config/generic/cacheline.cc: Remove file.
kono
parents:
diff changeset
1164 * config/x86/cacheline.cc: Remove file.
kono
parents:
diff changeset
1165 * config/generic/cacheline.h (gtm_cacheline): Remove the
kono
parents:
diff changeset
1166 store_mask, copy_mask, copy_mask_wb methods.
kono
parents:
diff changeset
1167 * config/x86/cacheline.h: Likewise.
kono
parents:
diff changeset
1168 * config/alpha/cacheline.h: Fall back to generic after setting size.
kono
parents:
diff changeset
1169 * config/generic/tls.cc (gtm_mask_stack): Remove.
kono
parents:
diff changeset
1170 * config/x86/x86_avx.cc (GTM_vpperm_shift): Remove.
kono
parents:
diff changeset
1171 (GTM_vpalignr_table): Remove.
kono
parents:
diff changeset
1172 * config/x86/x86_sse.cc (GTM_palignr_table): Remove.
kono
parents:
diff changeset
1173 (GTM_pshift_table): Remove.
kono
parents:
diff changeset
1174 * config/libitm_i.h: Don't include cachepage.h.
kono
parents:
diff changeset
1175 * Makefile.am (libitm_la_SOURCES): Remove cacheline.cc, cachepage.cc
kono
parents:
diff changeset
1176 * Makefile.in, testsuite/Makefile.in: Rebuild.
kono
parents:
diff changeset
1177
kono
parents:
diff changeset
1178 2011-11-09 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
1179
kono
parents:
diff changeset
1180 * config/x86/cacheline.h (gtm_cacheline::store_mask): Use .byte
kono
parents:
diff changeset
1181 to emit branch prediction hint.
kono
parents:
diff changeset
1182
kono
parents:
diff changeset
1183 * config/x86/sjlj.S: Protect elf directives with __ELF__.
kono
parents:
diff changeset
1184 Protect .note.GNU-stack with __linux__.
kono
parents:
diff changeset
1185
kono
parents:
diff changeset
1186 * configure.ac (GCC_AS_CFI_PSEUDO_OP): Test it.
kono
parents:
diff changeset
1187 * configure, aclocal.m4, config.h.in: Rebuild.
kono
parents:
diff changeset
1188 * config/generic/asmcfi.h: New file.
kono
parents:
diff changeset
1189 * config/x86/sjlj.S: Use it.
kono
parents:
diff changeset
1190
kono
parents:
diff changeset
1191 2011-11-08 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
1192
kono
parents:
diff changeset
1193 * local.cc (_ITM_LB): Use a normal call, not a function alias.
kono
parents:
diff changeset
1194
kono
parents:
diff changeset
1195 2011-11-08 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
1196
kono
parents:
diff changeset
1197 * configure.tgt: Test correct directory for supported cpus.
kono
parents:
diff changeset
1198
kono
parents:
diff changeset
1199 * configure.ac: Exit if unsupported.
kono
parents:
diff changeset
1200 * configure: Rebuild.
kono
parents:
diff changeset
1201 * configure.tgt: Delete boilerplate from libgomp for unsupported
kono
parents:
diff changeset
1202 targets. Set UNSUPPORTED for unsupported targets.
kono
parents:
diff changeset
1203
kono
parents:
diff changeset
1204 2011-11-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
kono
parents:
diff changeset
1205
kono
parents:
diff changeset
1206 * configure.tgt: Handle i386 like i[456]86.
kono
parents:
diff changeset
1207 * config/generic/tls.h [!HAVE_ARCH_GTM_THREAD] (gtm_thr): Don't
kono
parents:
diff changeset
1208 take address.
kono
parents:
diff changeset
1209 * config/generic/tls.cc [!HAVE_ARCH_GTM_THREAD ||
kono
parents:
diff changeset
1210 !HAVE_ARCH_GTM_THREAD_DISP] (_gtm_thr_tls): New variable.
kono
parents:
diff changeset
1211
kono
parents:
diff changeset
1212 2011-11-05 Aldy Hernandez <aldyh@redhat.com>
kono
parents:
diff changeset
1213
kono
parents:
diff changeset
1214 * method-wbetl.cc: Update copyright notice.
kono
parents:
diff changeset
1215 * aatree.cc: Same.
kono
parents:
diff changeset
1216 * util.cc: Same.
kono
parents:
diff changeset
1217 * libitm.h: Same.
kono
parents:
diff changeset
1218 * memset.cc: Same.
kono
parents:
diff changeset
1219 * eh_cpp.cc: Same.
kono
parents:
diff changeset
1220 * barrier.tpl: Same.
kono
parents:
diff changeset
1221 * useraction.cc: Same.
kono
parents:
diff changeset
1222 * stmlock.h: Same.
kono
parents:
diff changeset
1223 * memcpy.cc: Same.
kono
parents:
diff changeset
1224 * common.h: Same.
kono
parents:
diff changeset
1225 * config/generic/tls.cc: Same.
kono
parents:
diff changeset
1226 * config/generic/cacheline.h: Same.
kono
parents:
diff changeset
1227 * config/generic/cachepage.h: Same.
kono
parents:
diff changeset
1228 * config/generic/cacheline.cc: Same.
kono
parents:
diff changeset
1229 * config/generic/unaligned.h: Same.
kono
parents:
diff changeset
1230 * config/x86/cacheline.h: Same.
kono
parents:
diff changeset
1231 * config/x86/cacheline.cc: Same.
kono
parents:
diff changeset
1232 * config/x86/unaligned.h: Same.
kono
parents:
diff changeset
1233 * config/alpha/cacheline.h: Same.
kono
parents:
diff changeset
1234 * config/alpha/unaligned.h: Same.
kono
parents:
diff changeset
1235 * config/alpha/sjlj.S: Same.
kono
parents:
diff changeset
1236 * config/posix/cachepage.cc: Same.
kono
parents:
diff changeset
1237 * config/linux/futex.h: Same.
kono
parents:
diff changeset
1238 * config/linux/alpha/futex_bits.h: Same.
kono
parents:
diff changeset
1239
kono
parents:
diff changeset
1240 2011-11-04 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1241
kono
parents:
diff changeset
1242 * libitm.texi: No cover text and invariant sections.
kono
parents:
diff changeset
1243
kono
parents:
diff changeset
1244 2011-11-03 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
1245
kono
parents:
diff changeset
1246 * local_type_traits: New file.
kono
parents:
diff changeset
1247 * libitm_i.h: Use it. Use C headers, not C++ wrappers.
kono
parents:
diff changeset
1248
kono
parents:
diff changeset
1249 2011-11-03 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
1250
kono
parents:
diff changeset
1251 * configure.ac: Don't test for gfortran.
kono
parents:
diff changeset
1252 * configure: Rebuild.
kono
parents:
diff changeset
1253
kono
parents:
diff changeset
1254 * testsuite/lib/libitm.exp: Don't include gfortran-dg.exp.
kono
parents:
diff changeset
1255 * testsuite/libitm.c++/c++.exp: Don't use gfortran-dg-runtest.
kono
parents:
diff changeset
1256
kono
parents:
diff changeset
1257 2011-11-03 Aldy Hernandez <aldyh@redhat.com>
kono
parents:
diff changeset
1258
kono
parents:
diff changeset
1259 * testsuite/libitm.c/memcpy-1.c: Add copyright notice.
kono
parents:
diff changeset
1260 * testsuite/libitm.c/memset-1.c: Same.
kono
parents:
diff changeset
1261 * testsuite/libitm.c/c.exp: Same.
kono
parents:
diff changeset
1262 * testsuite/lib/libitm-dg.exp: Same.
kono
parents:
diff changeset
1263 * testsuite/lib/libitm.exp: Same.
kono
parents:
diff changeset
1264 * testsuite/libitm.c++/c++.exp: Same.
kono
parents:
diff changeset
1265
kono
parents:
diff changeset
1266 2011-11-03 Aldy Hernandez <aldyh@redhat.com>
kono
parents:
diff changeset
1267
kono
parents:
diff changeset
1268 * testsuite/config/default.exp: Update copyright date.
kono
parents:
diff changeset
1269 * configure.ac: Add copyright info.
kono
parents:
diff changeset
1270 * configure.tgt: Same.
kono
parents:
diff changeset
1271
kono
parents:
diff changeset
1272 2011-11-03 Aldy Hernandez <aldyh@redhat.com>
kono
parents:
diff changeset
1273
kono
parents:
diff changeset
1274 * testsuite/libitm.c/reentrant.c: XFAIL.
kono
parents:
diff changeset
1275 * testsuite/libitm.c++/static_ctor.C: XFAIL.
kono
parents:
diff changeset
1276
kono
parents:
diff changeset
1277 2011-10-29 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1278
kono
parents:
diff changeset
1279 * beginend.cc (GTM::gtm_thread::rollback): Add aborting flag and
kono
parents:
diff changeset
1280 handle aborts.
kono
parents:
diff changeset
1281 (_ITM_abortTransaction): Handle aborts of outer transactions.
kono
parents:
diff changeset
1282 * libitm_i.h: Same.
kono
parents:
diff changeset
1283 * eh_cpp.cc (GTM::gtm_thread::revert_cpp_exceptions): Fix assertion.
kono
parents:
diff changeset
1284 * libitm.texi: Document aborts of outer transactions.
kono
parents:
diff changeset
1285 * testsuite/libitm.c/cancel.c: New file.
kono
parents:
diff changeset
1286
kono
parents:
diff changeset
1287 2011-10-19 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1288
kono
parents:
diff changeset
1289 * testsuite/*: Change __transaction to __transaction_atomic or
kono
parents:
diff changeset
1290 __transaction_relaxed.
kono
parents:
diff changeset
1291
kono
parents:
diff changeset
1292 2011-10-19 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1293
kono
parents:
diff changeset
1294 * config/linux/x86/tls.h (abi_disp): Make TLS slot read volatile.
kono
parents:
diff changeset
1295 (gtm_thr): Same.
kono
parents:
diff changeset
1296
kono
parents:
diff changeset
1297 2011-10-19 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1298
kono
parents:
diff changeset
1299 * libitm_i.h: Add gl_wt dispatch.
kono
parents:
diff changeset
1300 * retry.cc (parse_default_method): Same.
kono
parents:
diff changeset
1301 * method-gl.cc: New file.
kono
parents:
diff changeset
1302 * Makefile.am: Use method-gl.cc.
kono
parents:
diff changeset
1303 * Makefile.in: Rebuild.
kono
parents:
diff changeset
1304
kono
parents:
diff changeset
1305 2011-10-19 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1306
kono
parents:
diff changeset
1307 * beginend.cc (GTM::gtm_thread::trycommit): Ensure privatization
kono
parents:
diff changeset
1308 safety if requested by a TM method.
kono
parents:
diff changeset
1309 * dispatch.h (GTM::abi_dispatch::trycommit): Add parameter for
kono
parents:
diff changeset
1310 privatization safety.
kono
parents:
diff changeset
1311 * method-serial.cc: Same.
kono
parents:
diff changeset
1312
kono
parents:
diff changeset
1313 2011-10-19 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1314
kono
parents:
diff changeset
1315 * libitm_i.h: Renamed gtm_local_undo to gtm_undolog_entry.
kono
parents:
diff changeset
1316 (GTM::gtm_thread): Renamed local_undo to undolog. Renamed
kono
parents:
diff changeset
1317 undolog-related member functions from *_local to *_undolog.
kono
parents:
diff changeset
1318 * local.cc (gtm_thread::commit_undolog): Same.
kono
parents:
diff changeset
1319 * beginend.cc (GTM::gtm_thread::trycommit): Same.
kono
parents:
diff changeset
1320 (GTM::gtm_thread::rollback): Roll back undolog before
kono
parents:
diff changeset
1321 dispatch-specific rollback.
kono
parents:
diff changeset
1322
kono
parents:
diff changeset
1323 2011-10-19 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1324
kono
parents:
diff changeset
1325 * retry.cc (GTM::gtm_thread::decide_retry_strategy): Handle
kono
parents:
diff changeset
1326 re-initialization of the current method group.
kono
parents:
diff changeset
1327 * libitm_i.h (GTM::gtm_restart_reason): Add restart reason for this.
kono
parents:
diff changeset
1328
kono
parents:
diff changeset
1329 2011-10-19 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1330
kono
parents:
diff changeset
1331 * alloc.cc (commit_allocations_2): Do not free transaction-local
kono
parents:
diff changeset
1332 memory when committing a nested transaction.
kono
parents:
diff changeset
1333
kono
parents:
diff changeset
1334 2011-10-19 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1335
kono
parents:
diff changeset
1336 * method-serial.cc (GTM::gtm_thread::serialirr_mode): Fixed: Use
kono
parents:
diff changeset
1337 serial-irrevocable dispatch, not serial.
kono
parents:
diff changeset
1338
kono
parents:
diff changeset
1339 2011-10-19 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1340
kono
parents:
diff changeset
1341 * libitm_i.h (GTM::gtm_restart_reason): Re-arrange and clean up
kono
parents:
diff changeset
1342 declarations.
kono
parents:
diff changeset
1343 * dispatch.h (GTM::abi_dispatch::begin_or_restart): New.
kono
parents:
diff changeset
1344 * method-serial.cc: Implement begin_or_restart().
kono
parents:
diff changeset
1345 * beginend.cc (GTM::gtm_thread::begin_transaction): Call
kono
parents:
diff changeset
1346 dispatch-specific begin_or_restart().
kono
parents:
diff changeset
1347 (GTM::gtm_thread::restart): Same.
kono
parents:
diff changeset
1348
kono
parents:
diff changeset
1349 2011-08-23 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1350
kono
parents:
diff changeset
1351 * retry.cc (GTM::gtm_thread::decide_retry_strategy): Cleanup. Fix
kono
parents:
diff changeset
1352 restarting without switching to serial mode.
kono
parents:
diff changeset
1353 (GTM::gtm_thread::decide_begin_dispatch): Let the caller set the
kono
parents:
diff changeset
1354 transaction state. Choose closed-nesting alternative if available.
kono
parents:
diff changeset
1355 (GTM::gtm_thread::set_default_dispatch): New.
kono
parents:
diff changeset
1356 (parse_default_method): New.
kono
parents:
diff changeset
1357 (GTM::gtm_thread::number_of_threads_changed): New.
kono
parents:
diff changeset
1358 * method-serial.cc (GTM::serial_mg): New method group class.
kono
parents:
diff changeset
1359 (GTM::serialirr_dispatch): Belongs to serial_mg. Remove reinit and
kono
parents:
diff changeset
1360 fini.
kono
parents:
diff changeset
1361 (GTM::serial_dispatch): Same.
kono
parents:
diff changeset
1362 (GTM::serialirr_onwrite_dispatch): Same.
kono
parents:
diff changeset
1363 (GTM::gtm_thread::serialirr_mode): Remove calls to fini.
kono
parents:
diff changeset
1364 * beginend.cc (GTM::gtm_thread::~gtm_thread): Maintain number of
kono
parents:
diff changeset
1365 registered threads.
kono
parents:
diff changeset
1366 (GTM::gtm_thread::gtm_thread): Same.
kono
parents:
diff changeset
1367 (_ITM_abortTransaction): Remove calls to abi_dispatch::fini().
kono
parents:
diff changeset
1368 (GTM::gtm_thread::trycommit): Same. Reset number of restarts.
kono
parents:
diff changeset
1369 (GTM::gtm_thread::begin_transaction): Let decide_begin_dispatch()
kono
parents:
diff changeset
1370 choose dispatch but set state according to dispatch here.
kono
parents:
diff changeset
1371 * dispatch.h (GTM::abi_dispatch::fini): Move to method group.
kono
parents:
diff changeset
1372 (GTM::method_group): New class.
kono
parents:
diff changeset
1373 (GTM::abi_dispatch): Add comments. Maintain pointer to method_group.
kono
parents:
diff changeset
1374 * libitm_i.h (GTM::gtm_thread): Add declarations for new members.
kono
parents:
diff changeset
1375 * libitm.texi: Document TM methods, method groups, method life cycle.
kono
parents:
diff changeset
1376 Rename method sets to method groups.
kono
parents:
diff changeset
1377
kono
parents:
diff changeset
1378 2011-08-23 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1379
kono
parents:
diff changeset
1380 * config/x86/tls.h: Moved to ...
kono
parents:
diff changeset
1381 * config/linux/x86/tls.h: ... here.
kono
parents:
diff changeset
1382
kono
parents:
diff changeset
1383 2011-08-23 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1384
kono
parents:
diff changeset
1385 * config/x86/tls.h: Use __x86_64__ instead of __LP64__.
kono
parents:
diff changeset
1386 Add X32 support.
kono
parents:
diff changeset
1387 * config/x86/sjlj.S: Same.
kono
parents:
diff changeset
1388
kono
parents:
diff changeset
1389 2011-08-19 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1390
kono
parents:
diff changeset
1391 * config/linux/rwlock.h: New file.
kono
parents:
diff changeset
1392 * config/linux/rwlock.c: New file.
kono
parents:
diff changeset
1393 * configure.ac: Reenable futex support (undo SVN rev 157758).
kono
parents:
diff changeset
1394 * Makefile.am: Same.
kono
parents:
diff changeset
1395 * configure.tgt: Same.
kono
parents:
diff changeset
1396 * config/linux/alpha/futex_bits.h: Same.
kono
parents:
diff changeset
1397 * config/linux/futex.h: Same. Return number of woken processes.
kono
parents:
diff changeset
1398 * config/linux/futex.cc: Same.
kono
parents:
diff changeset
1399 (futex_wait): Remove spinning.
kono
parents:
diff changeset
1400 * config/linux/x86/futex_bits.h: Same. Set futex timeout to zero.
kono
parents:
diff changeset
1401 Use __x86_64__ instead of __LP64__.
kono
parents:
diff changeset
1402 * aclocal.m4: Include generic futex checks.
kono
parents:
diff changeset
1403 * configure: Rebuild.
kono
parents:
diff changeset
1404 * Makefile.in: Rebuild.
kono
parents:
diff changeset
1405 * testsuite/Makefile.in: Rebuild.
kono
parents:
diff changeset
1406 * beginend.cc: Include pthread.h.
kono
parents:
diff changeset
1407 * config/posix/cachepage.cc: Same.
kono
parents:
diff changeset
1408
kono
parents:
diff changeset
1409 2011-08-12 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1410
kono
parents:
diff changeset
1411 * config/x86/tls.h (gtm_tx, set_gtm_tx, setup_gtm_thr): Removed.
kono
parents:
diff changeset
1412 (abi_disp, set_abi_disp): Move to tx's TLS slot.
kono
parents:
diff changeset
1413 (set_gtm_thr): New.
kono
parents:
diff changeset
1414 * config/generic/tls.h (gtm_tx, set_gtm_tx, setup_gtm_thr): Removed.
kono
parents:
diff changeset
1415 (set_gtm_thr): New.
kono
parents:
diff changeset
1416 (GTM::gtm_thread::thread_num): Removed.
kono
parents:
diff changeset
1417 (GTM::gtm_thread): Renamed to GTM::gtm_thread_tls.
kono
parents:
diff changeset
1418 * libitm_i.h (GTM::gtm_transaction): Renamed to GTM::gtm_thread. More
kono
parents:
diff changeset
1419 tx-to-thread renaming.
kono
parents:
diff changeset
1420 * beginend.cc: Adapted to tx-to-thread renaming.
kono
parents:
diff changeset
1421 (GTM::gtm_thread::~gtm_thread): Extracted from thread_exit_handler().
kono
parents:
diff changeset
1422 (GTM::gtm_thread::gtm_thread): Extracted from begin_transaction().
kono
parents:
diff changeset
1423 * query.cc (_ITM_getTransactionId, _ITM_inTransaction): Renamed
kono
parents:
diff changeset
1424 gtm_transaction to gtm_thread.
kono
parents:
diff changeset
1425 (_ITM_getThreadnum): Removed. Not supported anymore.
kono
parents:
diff changeset
1426 * testsuite/libitm.c/notx.c (main): Removed _ITM_getThreadnum call.
kono
parents:
diff changeset
1427 * libitm.texi: Documented that _ITM_getThreadnum is not supported.
kono
parents:
diff changeset
1428 * useraction.cc: Renamed gtm_transaction to gtm_thread. Adapted to
kono
parents:
diff changeset
1429 gtm_tx-to-gtm_thr renaming if necessary.
kono
parents:
diff changeset
1430 * eh_cpp.cc: Same.
kono
parents:
diff changeset
1431 * local.cc: Same.
kono
parents:
diff changeset
1432 * retry.cc: Same.
kono
parents:
diff changeset
1433 * clone.cc: Same.
kono
parents:
diff changeset
1434 * alloc.cc: Same.
kono
parents:
diff changeset
1435 * alloc_c.cc: Same.
kono
parents:
diff changeset
1436 * alloc_cpp.cc: Same.
kono
parents:
diff changeset
1437 * method-serial.cc: Same.
kono
parents:
diff changeset
1438 * config/generic/tls.cc: Same.
kono
parents:
diff changeset
1439 * config/posix/rwlock.h (gtm_rwlock): Same.
kono
parents:
diff changeset
1440 * config/posix/rwlock.cc: Same. Adapted to more tx-to-thread renaming.
kono
parents:
diff changeset
1441
kono
parents:
diff changeset
1442 2011-08-12 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1443
kono
parents:
diff changeset
1444 * config/posix/rwlock.cc (gtm_rwlock::read_lock): Changed locking
kono
parents:
diff changeset
1445 implementation.
kono
parents:
diff changeset
1446 (gtm_rwlock::read_unlock): Same.
kono
parents:
diff changeset
1447 (gtm_rwlock::write_lock_generic): New. Generalized from ...
kono
parents:
diff changeset
1448 (gtm_rwlock::write_lock, gtm_rwlock::write_upgrade): ... these.
kono
parents:
diff changeset
1449 * libitm_i.h (GTM::gtm_transaction): Added shared_state.
kono
parents:
diff changeset
1450 * config/posix/rwlock.h (GTM::gtm_rwlock): Removed a_reader and
kono
parents:
diff changeset
1451 w_upgrade. Replaced by per-transaction flags (in shared_state).
kono
parents:
diff changeset
1452 Added c_confirmed_writers.
kono
parents:
diff changeset
1453 (GTM::gtm_rwlock::read_lock, GTM::gtm_rwlock::read_unlock,
kono
parents:
diff changeset
1454 GTM::gtm_rwlock::write_upgrade): Add tx parameter.
kono
parents:
diff changeset
1455 * retry.cc (GTM::gtm_transaction::decide_retry_strategy): Same.
kono
parents:
diff changeset
1456 * method-serial.cc (GTM::gtm_transaction::serialirr_mode): Same.
kono
parents:
diff changeset
1457 * beginend.cc (GTM::gtm_transaction::begin_transaction,
kono
parents:
diff changeset
1458 _ITM_abortTransaction, GTM::gtm_transaction::trycommit): Same.
kono
parents:
diff changeset
1459 * libitm.texi: Document locking conventions and implementations in
kono
parents:
diff changeset
1460 libitm.
kono
parents:
diff changeset
1461
kono
parents:
diff changeset
1462 2011-08-12 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1463
kono
parents:
diff changeset
1464 * libitm_i.h (next_tx): Add list of all threads' transaction.
kono
parents:
diff changeset
1465 * beginend.cc (GTM::gtm_transaction::begin_transaction): Register
kono
parents:
diff changeset
1466 transaction with list of transactions and ...
kono
parents:
diff changeset
1467 (thread_exit_handler): ... deregister here.
kono
parents:
diff changeset
1468 * config/alpha/target.h: Add HW_CACHELINE_SIZE setting.
kono
parents:
diff changeset
1469 * config/x86/target.h: Same.
kono
parents:
diff changeset
1470
kono
parents:
diff changeset
1471 2011-08-12 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1472
kono
parents:
diff changeset
1473 * testsuite/libitm.c++/static_ctor.C: New file.
kono
parents:
diff changeset
1474
kono
parents:
diff changeset
1475 2011-08-12 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1476
kono
parents:
diff changeset
1477 * testsuite/libitm.c/reentrant.c: New file.
kono
parents:
diff changeset
1478
kono
parents:
diff changeset
1479 2011-08-12 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1480
kono
parents:
diff changeset
1481 * config/generic/tls.h: Remove the free list for transactions and ...
kono
parents:
diff changeset
1482 * beginend.cc (GTM::gtm_transaction::operator new): ... allocate ...
kono
parents:
diff changeset
1483 (GTM::gtm_transaction::operator delete): ... and release here.
kono
parents:
diff changeset
1484 (thread_exit_handler): New. Delete tx when thread terminates.
kono
parents:
diff changeset
1485 (thread_exit_init): New.
kono
parents:
diff changeset
1486 (GTM::gtm_transaction::begin_transaction): Set up on-exit handler.
kono
parents:
diff changeset
1487 * testsuite/libitm.c/txrelease.c: New file.
kono
parents:
diff changeset
1488
kono
parents:
diff changeset
1489 2011-08-12 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1490
kono
parents:
diff changeset
1491 * query.cc (_ITM_getThreadnum): Set up gtm_thread if necessary.
kono
parents:
diff changeset
1492 * testsuite/libitm.c/notx.c: New file.
kono
parents:
diff changeset
1493
kono
parents:
diff changeset
1494 2011-08-12 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1495
kono
parents:
diff changeset
1496 * config/generic/tls.h (gtm_thread): Move local_tid from here ...
kono
parents:
diff changeset
1497 * libitm_i.h (local_tid): ... to here.
kono
parents:
diff changeset
1498 * beginend.cc (GTM::gtm_transaction::begin_transaction): Same.
kono
parents:
diff changeset
1499 (GTM::gtm_transaction::operator new): Set up gtm_thread if necessary.
kono
parents:
diff changeset
1500
kono
parents:
diff changeset
1501 2011-08-12 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1502
kono
parents:
diff changeset
1503 * retry.cc (GTM::gtm_transaction::decide_begin_dispatch): Use
kono
parents:
diff changeset
1504 serialirr_onwrite_dispatch as new default for now.
kono
parents:
diff changeset
1505 * method-serial.cc (serialirr_onwrite_dispatch): New.
kono
parents:
diff changeset
1506 (GTM::dispatch_serialirr_onwrite): New.
kono
parents:
diff changeset
1507 * libitm_i.h: Same.
kono
parents:
diff changeset
1508
kono
parents:
diff changeset
1509 2011-08-12 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1510
kono
parents:
diff changeset
1511 * beginend.cc (GTM::gtm_transaction::rollback): Roll back tx id as well.
kono
parents:
diff changeset
1512 * query.cc (_ITM_getTransactionId): There is no active transaction if
kono
parents:
diff changeset
1513 the current nesting level is zero.
kono
parents:
diff changeset
1514
kono
parents:
diff changeset
1515 2011-07-28 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1516
kono
parents:
diff changeset
1517 * beginend.cc (GTM::gtm_transaction::rollback): Fix nesting level
kono
parents:
diff changeset
1518 rollback.
kono
parents:
diff changeset
1519
kono
parents:
diff changeset
1520 2011-07-28 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1521
kono
parents:
diff changeset
1522 * retry.cc (GTM::gtm_transaction::decide_begin_dispatch): Get
kono
parents:
diff changeset
1523 transaction properties from the caller instead of from the
kono
parents:
diff changeset
1524 transaction object.
kono
parents:
diff changeset
1525 * libitm_i.h: Same.
kono
parents:
diff changeset
1526 * beginend.cc (GTM::gtm_transaction::begin_transaction): Same.
kono
parents:
diff changeset
1527
kono
parents:
diff changeset
1528 2011-07-28 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1529
kono
parents:
diff changeset
1530 * local.cc (gtm_transaction::rollback_local): Support closed nesting.
kono
parents:
diff changeset
1531 * eh_cpp.cc (GTM::gtm_transaction::revert_cpp_exceptions): Same.
kono
parents:
diff changeset
1532 * dispatch.h: Same.
kono
parents:
diff changeset
1533 * method-serial.cc: Same.
kono
parents:
diff changeset
1534 * beginend.cc (GTM::gtm_transaction::begin_transaction): Change to
kono
parents:
diff changeset
1535 flat nesting as default, and closed nesting on demand.
kono
parents:
diff changeset
1536 (GTM::gtm_transaction::rollback): Same.
kono
parents:
diff changeset
1537 (_ITM_abortTransaction): Same.
kono
parents:
diff changeset
1538 (GTM::gtm_transaction::restart): Same.
kono
parents:
diff changeset
1539 (GTM::gtm_transaction::trycommit): Same.
kono
parents:
diff changeset
1540 (GTM::gtm_transaction::trycommit_and_finalize): Removed.
kono
parents:
diff changeset
1541 (choose_code_path): New.
kono
parents:
diff changeset
1542 (GTM::gtm_transaction_cp::save): New.
kono
parents:
diff changeset
1543 (GTM::gtm_transaction_cp::commit): New.
kono
parents:
diff changeset
1544 * query.cc (_ITM_inTransaction): Support flat nesting.
kono
parents:
diff changeset
1545 * libitm_i.h (GTM::gtm_transaction_cp): New helper struct for nesting.
kono
parents:
diff changeset
1546 (GTM::gtm_transaction): Support flat and closed nesting.
kono
parents:
diff changeset
1547 * alloc.cc (commit_allocations_2): New.
kono
parents:
diff changeset
1548 (commit_cb_data): New helper struct.
kono
parents:
diff changeset
1549 (GTM::gtm_transaction::commit_allocations): Handle nested
kono
parents:
diff changeset
1550 commits/rollbacks.
kono
parents:
diff changeset
1551 * libitm.texi: Update user action section, add description of nesting.
kono
parents:
diff changeset
1552
kono
parents:
diff changeset
1553 2011-07-28 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1554
kono
parents:
diff changeset
1555 * libitm_i.h: Add closed nesting as restart reason.
kono
parents:
diff changeset
1556 * retry.cc (GTM::gtm_transaction::decide_retry_strategy): Same.
kono
parents:
diff changeset
1557
kono
parents:
diff changeset
1558 2011-07-28 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1559
kono
parents:
diff changeset
1560 * useraction.cc: Use vector instead of list to store actions.
kono
parents:
diff changeset
1561 Also support partial rollbacks for closed nesting.
kono
parents:
diff changeset
1562 * libitm_i.h (GTM::gtm_transaction::user_action): Same.
kono
parents:
diff changeset
1563 * beginend.cc: Same.
kono
parents:
diff changeset
1564
kono
parents:
diff changeset
1565 2011-07-28 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1566
kono
parents:
diff changeset
1567 * dispatch.h (GTM::abi_dispatch): Add can_run_uninstrumented_code and
kono
parents:
diff changeset
1568 closed_nesting flags, as well as a closed nesting alternative.
kono
parents:
diff changeset
1569 * method-serial.cc: Same.
kono
parents:
diff changeset
1570 (serial_dispatch): Renamed to serialirr_dispatch.
kono
parents:
diff changeset
1571 (GTM::dispatch_serialirr): Same.
kono
parents:
diff changeset
1572 (serial_dispatch_ul): Renamed to serial_dispatch.
kono
parents:
diff changeset
1573 (GTM::dispatch_serial): Same.
kono
parents:
diff changeset
1574
kono
parents:
diff changeset
1575 2011-07-28 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1576
kono
parents:
diff changeset
1577 * libitm.h (_ITM_codeProperties): Change pr_hasElse to the ABI's value.
kono
parents:
diff changeset
1578
kono
parents:
diff changeset
1579 2011-07-28 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1580
kono
parents:
diff changeset
1581 * aatree.h (aa_tree::remove): New.
kono
parents:
diff changeset
1582 (aa_tree::operator new): Add placement new.
kono
parents:
diff changeset
1583
kono
parents:
diff changeset
1584 2011-07-02 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1585
kono
parents:
diff changeset
1586 * containers.h: New file.
kono
parents:
diff changeset
1587 * util.cc (xmalloc, xrealloc): Accept cacheline-alloc flag.
kono
parents:
diff changeset
1588 * libitm_i.h (xmalloc, xrealloc): Moved declarations from here ...
kono
parents:
diff changeset
1589 * common.h: ... to here.
kono
parents:
diff changeset
1590 (local_undo): Use GTM::vector for gtm_transaction::local_undo.
kono
parents:
diff changeset
1591 * local.cc: Same.
kono
parents:
diff changeset
1592
kono
parents:
diff changeset
1593 2011-06-30 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1594
kono
parents:
diff changeset
1595 * libitm_i.h (STATE_ABORTING): Remove.
kono
parents:
diff changeset
1596 * beginend.cc (_ITM_abortTransaction): Same.
kono
parents:
diff changeset
1597 (GTM::gtm_transaction::trycommit_and_finalize): Same.
kono
parents:
diff changeset
1598 * libitm.h (_ITM_registerThrownObject, _ITM_tryCommitTransaction): Remove.
kono
parents:
diff changeset
1599 (_ITM_rollbackTransaction): Remove.
kono
parents:
diff changeset
1600 * beginend.cc: Same.
kono
parents:
diff changeset
1601 * libitm.map: Same.
kono
parents:
diff changeset
1602 * libitm.texi: Document these ABI changes.
kono
parents:
diff changeset
1603
kono
parents:
diff changeset
1604 2011-06-30 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1605
kono
parents:
diff changeset
1606 * libitm.texi: New file.
kono
parents:
diff changeset
1607 * Makefile.am: Add libitm.texi.
kono
parents:
diff changeset
1608 * Makefile.in: Rebuild.
kono
parents:
diff changeset
1609
kono
parents:
diff changeset
1610 2011-06-30 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1611
kono
parents:
diff changeset
1612 * libitm_i.h: Move parts to common.h and dispatch.h.
kono
parents:
diff changeset
1613 * common.h: New file.
kono
parents:
diff changeset
1614 * dispatch.h: New file, new dispatch class.
kono
parents:
diff changeset
1615 Rename GTM::abi_dispatch::lock_type to ls_modifier.
kono
parents:
diff changeset
1616 RenameGTM::abi_dispatch::NOLOCK to NONTXNAL.
kono
parents:
diff changeset
1617 * beginend.cc (GTM::gtm_transaction::begin_transaction): Delegate mode
kono
parents:
diff changeset
1618 decision to retry.cc.
kono
parents:
diff changeset
1619 * retry.cc (GTM::gtm_transaction::decide_retry_strategy): Use serial mode
kono
parents:
diff changeset
1620 only.
kono
parents:
diff changeset
1621 (GTM::gtm_transaction::decide_begin_dispatch): Same.
kono
parents:
diff changeset
1622 * method-serial.cc: Adapt to new dispatch. Add serial mode with undo
kono
parents:
diff changeset
1623 logging.
kono
parents:
diff changeset
1624 * barrier.cc: Use new barriers definitions.
kono
parents:
diff changeset
1625 (abi_dispatch::memmove_overlap_check): New.
kono
parents:
diff changeset
1626 * config/x86/x86_sse.cc: Same.
kono
parents:
diff changeset
1627 * config/x86/x86_avx.cc: Same.
kono
parents:
diff changeset
1628 * Makefile.am: Don't build readonly and wbetl methods, memset.cc and
kono
parents:
diff changeset
1629 memcpy.cc.
kono
parents:
diff changeset
1630 * Makefile.in: Rebuild.
kono
parents:
diff changeset
1631 * method-readonly.cc: Remove.
kono
parents:
diff changeset
1632 * method-wbetl.cc: Rename GTM::abi_dispatch::lock_type to ls_modifier.
kono
parents:
diff changeset
1633 Rename GTM::abi_dispatch::NOLOCK to NONTXNAL.
kono
parents:
diff changeset
1634
kono
parents:
diff changeset
1635 2011-06-30 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1636
kono
parents:
diff changeset
1637 * alloc_c.cc (_ITM_dropReferences): Don't support it anymore.
kono
parents:
diff changeset
1638 * testsuite/libitm.c++/dropref.C: _ITM_dropReferences is expected to fail.
kono
parents:
diff changeset
1639 * testsuite/libitm.c/dropref-2.c: Same.
kono
parents:
diff changeset
1640 * testsuite/libitm.c/dropref.c: Same.
kono
parents:
diff changeset
1641
kono
parents:
diff changeset
1642 2011-06-30 Torvald Riegel <triegel@redhat.com>
kono
parents:
diff changeset
1643
kono
parents:
diff changeset
1644 * config/generic/tls.h (gtm_disp): Rename to abi_disp.
kono
parents:
diff changeset
1645 * config/generic/tls.h (set_gtm_disp): Rename to set_abi_disp.
kono
parents:
diff changeset
1646 * libitm_i.h: Rename gtm_dispatch to abi_dispatch.
kono
parents:
diff changeset
1647 * alloc_c.cc: Same.
kono
parents:
diff changeset
1648 * barrier.tpl: Same.
kono
parents:
diff changeset
1649 * beginend.c: Same.
kono
parents:
diff changeset
1650 * config/generic/tls.h: Same.
kono
parents:
diff changeset
1651 * config/x86/tls.h: Same.
kono
parents:
diff changeset
1652 * libitm_i.h: Same.
kono
parents:
diff changeset
1653 * memcpy.cc: Same.
kono
parents:
diff changeset
1654 * memset.cc: Same.
kono
parents:
diff changeset
1655 * method-readonly.cc: Same.
kono
parents:
diff changeset
1656 * method-serial.cc: Same.
kono
parents:
diff changeset
1657 * method-wbetl.cc: Same.
kono
parents:
diff changeset
1658 * retry.cc: Same.
kono
parents:
diff changeset
1659
kono
parents:
diff changeset
1660 2011-03-03 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
1661
kono
parents:
diff changeset
1662 * config/posix/rwlock.cc (write_upgrade): Add missing case.
kono
parents:
diff changeset
1663 From Patrik Marlier <patrick.marlier@unine.ch>.
kono
parents:
diff changeset
1664
kono
parents:
diff changeset
1665 2011-02-03 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
1666
kono
parents:
diff changeset
1667 * acinclude.m4 (LIBITM_CHECK_SIZE_T_MANGLING): New.
kono
parents:
diff changeset
1668 * configure.ac: Use it.
kono
parents:
diff changeset
1669 * configure, config.h.in: Rebuild.
kono
parents:
diff changeset
1670 * alloc_cpp.cc (_ZnwX): Use MANGLE_SIZE_T in constructing the name.
kono
parents:
diff changeset
1671 (_ZnaX, _ZnwXRKSt9nothrow_t, _ZnaXRKSt9nothrow_t, _ZGTtnwX,
kono
parents:
diff changeset
1672 _ZGTtnaX, _ZGTtnwXRKSt9nothrow_t, _ZGTtnaXRKSt9nothrow_t): Likewise.
kono
parents:
diff changeset
1673 * libitm.map: Use wildcards to match size_t mangling.
kono
parents:
diff changeset
1674
kono
parents:
diff changeset
1675 2010-12-14 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
1676
kono
parents:
diff changeset
1677 * beginend.cc (GTM::gtm_transaction::begin_transaction): Allocate
kono
parents:
diff changeset
1678 blocks of TIDs per thread.
kono
parents:
diff changeset
1679 * config/generic/tls.h (struct gtm_thread): Add local_tid member.
kono
parents:
diff changeset
1680 (setup_gtm_thr): Return the thread structure.
kono
parents:
diff changeset
1681 * config/x86/tls.h (setup_gtm_thr): Likewise.
kono
parents:
diff changeset
1682
kono
parents:
diff changeset
1683 2010-12-14 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
1684
kono
parents:
diff changeset
1685 * clone.cc (table_lock): Remove.
kono
parents:
diff changeset
1686 (find_clone): Don't take it.
kono
parents:
diff changeset
1687 (ExcludeTransaction): New helper class.
kono
parents:
diff changeset
1688 (_ITM_registerTMCloneTable): Use it.
kono
parents:
diff changeset
1689 (_ITM_deregisterTMCloneTable): Likewise.
kono
parents:
diff changeset
1690
kono
parents:
diff changeset
1691 2010-12-14 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
1692
kono
parents:
diff changeset
1693 * config/x86/tls.h: New file.
kono
parents:
diff changeset
1694
kono
parents:
diff changeset
1695 2010-07-15 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
1696
kono
parents:
diff changeset
1697 * Makefile.am (AM_CXXFLAGS): Add -funwind-tables.
kono
parents:
diff changeset
1698 * Makefile.in: Rebuild.
kono
parents:
diff changeset
1699
kono
parents:
diff changeset
1700 2010-07-13 Aldy Hernandez <aldyh@redhat.com>
kono
parents:
diff changeset
1701
kono
parents:
diff changeset
1702 * method-wbetl.cc (trydropreference): Fix source line.
kono
parents:
diff changeset
1703
kono
parents:
diff changeset
1704 2010-07-13 Aldy Hernandez <aldyh@redhat.com>
kono
parents:
diff changeset
1705
kono
parents:
diff changeset
1706 * libitm.h: Add comment.
kono
parents:
diff changeset
1707 * libitm_i.h (begin_transaction): Add ITM_REGPARM.
kono
parents:
diff changeset
1708
kono
parents:
diff changeset
1709 2010-07-07 Aldy Hernandez <aldyh@redhat.com>
kono
parents:
diff changeset
1710
kono
parents:
diff changeset
1711 * configure.ac: Call LIBITM_CHECK_64BIT_SYNC_BUILTINS.
kono
parents:
diff changeset
1712 * beginend.cc (begin_transaction): If 64-bit sync builtins are not
kono
parents:
diff changeset
1713 available, use pthread mutexes.
kono
parents:
diff changeset
1714 * acinclude.m4 (LIBITM_CHECK_64BIT_SYNC_BUILTINS): New.
kono
parents:
diff changeset
1715 * config.h.in: Regenerate.
kono
parents:
diff changeset
1716 * configure: Regenerate.
kono
parents:
diff changeset
1717
kono
parents:
diff changeset
1718 2010-07-06 Aldy Hernandez <aldyh@redhat.com>
kono
parents:
diff changeset
1719
kono
parents:
diff changeset
1720 * libitm.h (ITM_PURE): Define.
kono
parents:
diff changeset
1721 Declare _ITM_malloc, _ITM_calloc, and _ITM_free.
kono
parents:
diff changeset
1722
kono
parents:
diff changeset
1723 2010-06-28 Aldy Hernandez <aldyh@redhat.com>
kono
parents:
diff changeset
1724
kono
parents:
diff changeset
1725 * method-wbetl.cc (class wbetl_dispatch): Add trydropreference.
kono
parents:
diff changeset
1726 (validate): Add comment.
kono
parents:
diff changeset
1727 (trydropreference): New.
kono
parents:
diff changeset
1728 * method-readonly.cc (class readonly_dispatch): Add
kono
parents:
diff changeset
1729 trydropreference.
kono
parents:
diff changeset
1730 * alloc_c.cc (_ITM_dropReferences): Remove const attribute.
kono
parents:
diff changeset
1731 Call trydropreference().
kono
parents:
diff changeset
1732 * libitm.h (_ITM_dropReferences): Remove const attribute.
kono
parents:
diff changeset
1733 * method-serial.cc (class serial_dispatch): Add trydropreference.
kono
parents:
diff changeset
1734 * libitm_i.h (struct gtm_dispatch): Add trydropreference.
kono
parents:
diff changeset
1735
kono
parents:
diff changeset
1736 2010-06-28 Aldy Hernandez <aldyh@redhat.com>
kono
parents:
diff changeset
1737
kono
parents:
diff changeset
1738 * memcpy.cc (do_memcpy): Comment.
kono
parents:
diff changeset
1739
kono
parents:
diff changeset
1740 2010-06-25 Aldy Hernandez <aldyh@redhat.com>
kono
parents:
diff changeset
1741
kono
parents:
diff changeset
1742 * barrier.tpl: Add comments throughout.
kono
parents:
diff changeset
1743
kono
parents:
diff changeset
1744 2010-06-24 Aldy Hernandez <aldyh@redhat.com>
kono
parents:
diff changeset
1745
kono
parents:
diff changeset
1746 * method-wbetl.cc (struct w_entry): Add comments.
kono
parents:
diff changeset
1747 (trycommit): Same.
kono
parents:
diff changeset
1748 (rollback): Same.
kono
parents:
diff changeset
1749
kono
parents:
diff changeset
1750 2010-06-24 Aldy Hernandez <aldyh@redhat.com>
kono
parents:
diff changeset
1751
kono
parents:
diff changeset
1752 * alloc_c.cc (_ITM_dropReferences): New.
kono
parents:
diff changeset
1753 * libitm.map (_ITM_dropReferences): Add.
kono
parents:
diff changeset
1754 * libitm.h (_ITM_dropReferences): Add transaction_pure attribute.
kono
parents:
diff changeset
1755 * libitm_i.h (struct gtm_transaction): Declare
kono
parents:
diff changeset
1756 drop_references_allocations and drop_references_local.
kono
parents:
diff changeset
1757 * local.cc (rollback_local): Ignore memory when applicable.
kono
parents:
diff changeset
1758 (drop_references_local): New.
kono
parents:
diff changeset
1759
kono
parents:
diff changeset
1760 2010-06-23 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
1761
kono
parents:
diff changeset
1762 * barrier.tpl, beginend.cc, clone.cc, tls.h, memcpy.cc,
kono
parents:
diff changeset
1763 memset.cc, method-serial.cc: Revert the 2010-06-16 change.
kono
parents:
diff changeset
1764 * config/x86/target.h (struct gtm_jmpbuf): Change CFA type to void*.
kono
parents:
diff changeset
1765 * config/alpha/target.h: Likewise.
kono
parents:
diff changeset
1766 * config/generic/tls.cc (gtm_mask_stack): Use it.
kono
parents:
diff changeset
1767
kono
parents:
diff changeset
1768 2010-06-23 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
1769
kono
parents:
diff changeset
1770 * config/posix/cachepage.cc (gtm_cacheline_page::operator new): Use
kono
parents:
diff changeset
1771 a mutex instead of trying a lock-free compare-and-swap on the list.
kono
parents:
diff changeset
1772 (gtm_cacheline_page::operator delete): Likewise.
kono
parents:
diff changeset
1773
kono
parents:
diff changeset
1774 2010-06-16 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
1775
kono
parents:
diff changeset
1776 * method-wbetl.cc (wbetl_dispatch::trycommit): Discard changes
kono
parents:
diff changeset
1777 that overlap the libitm stack.
kono
parents:
diff changeset
1778 * barrier.tpl: Mark incoming stack.
kono
parents:
diff changeset
1779 * beginend.cc (_ITM_rollbackTransaction, _ITM_abortTransaction,
kono
parents:
diff changeset
1780 _ITM_commitTransaction, _ITM_commitTransactionEH): Likewise.
kono
parents:
diff changeset
1781 * clone.cc (_ITM_getTMCloneOrIrrevocable): Likewise.
kono
parents:
diff changeset
1782 * memcpy.cc, memset.cc: Likewise.
kono
parents:
diff changeset
1783 * method-serial.cc (_ITM_changeTransactionMode): Likewise.
kono
parents:
diff changeset
1784 * config/generic/tls.h (gtm_thread): Add stack_top member.
kono
parents:
diff changeset
1785 (gtm_stack_top, set_gtm_stack_top, struct gtm_stack_marker): New.
kono
parents:
diff changeset
1786 * libitm_i.h (gtm_mask_stack): Declare.
kono
parents:
diff changeset
1787 * config/generic/tls.cc: New file.
kono
parents:
diff changeset
1788 * Makefile.am (libitm_la_SOURCES): Add it.
kono
parents:
diff changeset
1789 (AM_CXXFLAGS): Turn off exceptions.
kono
parents:
diff changeset
1790 * Makefile.in: Rebuild.
kono
parents:
diff changeset
1791
kono
parents:
diff changeset
1792 2010-06-16 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
1793
kono
parents:
diff changeset
1794 * alloc.cc (struct gtm_alloc_action): Move definition ...
kono
parents:
diff changeset
1795 * libitm_i.h: ... here.
kono
parents:
diff changeset
1796 (class gtm_transaction): Declare new and delete.
kono
parents:
diff changeset
1797 * beginend.cc (alloc_tx): Reformulate as operator new.
kono
parents:
diff changeset
1798 (free_tx): Reformulate as operator delete.
kono
parents:
diff changeset
1799 * config/generic/tls.h (gtm_thread): Change free_tx member to void *.
kono
parents:
diff changeset
1800
kono
parents:
diff changeset
1801 2010-06-11 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
1802
kono
parents:
diff changeset
1803 * clone.cc (clone_entry_compare): Fix typo.
kono
parents:
diff changeset
1804 From Patrik Marlier <patrick.marlier@unine.ch>.
kono
parents:
diff changeset
1805
kono
parents:
diff changeset
1806 2010-05-13 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
1807
kono
parents:
diff changeset
1808 * alloc_c.cc (_ITM_malloc, _ITM_calloc, _ITM_free): Wrap functions
kono
parents:
diff changeset
1809 in extern "C".
kono
parents:
diff changeset
1810
kono
parents:
diff changeset
1811 2010-05-07 Aldy Hernandez <aldyh@redhat.com>
kono
parents:
diff changeset
1812
kono
parents:
diff changeset
1813 * libitm_i.h (struct gtm_transaction): Remove
kono
parents:
diff changeset
1814 get_allocation_size.
kono
parents:
diff changeset
1815 (record_allocation): Remove size parameter.
kono
parents:
diff changeset
1816 * libitm.map (_ITM_realloc): Remove.
kono
parents:
diff changeset
1817 * alloc_c.cc (_ITM_realloc): Remove.
kono
parents:
diff changeset
1818 (_ITM_malloc): Remove size argument to record_allocation.
kono
parents:
diff changeset
1819 (_ITM_calloc): Same.
kono
parents:
diff changeset
1820 * alloc_cpp.cc (_ZGTtnwm): Same.
kono
parents:
diff changeset
1821 (_ZGTtnwmRKSt9nothrow_t): Same.
kono
parents:
diff changeset
1822 (_ZGTtnam): Same.
kono
parents:
diff changeset
1823 (_ZGTtnamRKSt9nothrow_t): Same.
kono
parents:
diff changeset
1824 * alloc.cc (struct gtm_alloc_action): Remove size.
kono
parents:
diff changeset
1825 (get_allocation_size): Remove.
kono
parents:
diff changeset
1826 (commit_allocations): Add comment.
kono
parents:
diff changeset
1827 (record_allocation): Remove size parameter.
kono
parents:
diff changeset
1828 (forget_allocation): Remove set of size.
kono
parents:
diff changeset
1829
kono
parents:
diff changeset
1830 2010-04-19 Aldy Hernandez <aldyh@redhat.com>
kono
parents:
diff changeset
1831
kono
parents:
diff changeset
1832 * Makefile.am (abi_version): New.
kono
parents:
diff changeset
1833 (AM_CXXFLAGS): Pass abi_version.
kono
parents:
diff changeset
1834 * Makefile.in: Regenerate.
kono
parents:
diff changeset
1835 * config/x86/unaligned.h: Remove always_inline kludge for vectors.
kono
parents:
diff changeset
1836
kono
parents:
diff changeset
1837 2010-04-06 Aldy Hernandez <aldyh@redhat.com>
kono
parents:
diff changeset
1838
kono
parents:
diff changeset
1839 * clone.cc (_ITM_getTMCloneOrIrrevocable): Rename from
kono
parents:
diff changeset
1840 _ITM_getTMCloneOrIrrevokable.
kono
parents:
diff changeset
1841 * libitm.h (_ITM_getTMCloneOrIrrevocable): Same.
kono
parents:
diff changeset
1842 * libitm.map (_ITM_getTMCloneOrIrrevocable): Same.
kono
parents:
diff changeset
1843
kono
parents:
diff changeset
1844 2010-03-26 Aldy Hernandez <aldyh@redhat.com>
kono
parents:
diff changeset
1845
kono
parents:
diff changeset
1846 * configure.ac: Remove Linux futex support.
kono
parents:
diff changeset
1847 * configure.tgt (config_path): Same.
kono
parents:
diff changeset
1848 * Makefile.am: Same.
kono
parents:
diff changeset
1849 * config/linux: Remove entire directory.
kono
parents:
diff changeset
1850 * configure: Rebuild.
kono
parents:
diff changeset
1851 * Makefile.in: Rebuild.
kono
parents:
diff changeset
1852 * testsuite/Makefile.in: Rebuild.
kono
parents:
diff changeset
1853
kono
parents:
diff changeset
1854 2010-03-09 Aldy Hernandez <aldyh@redhat.com>
kono
parents:
diff changeset
1855
kono
parents:
diff changeset
1856 * retry.cc (decide_retry_strategy): Set state to STATE_SERIAL when
kono
parents:
diff changeset
1857 switching to serial mode.
kono
parents:
diff changeset
1858 * beginend.cc (trycommit_and_finalize): Unlock serial_lock.
kono
parents:
diff changeset
1859
kono
parents:
diff changeset
1860 2010-03-03 Aldy Hernandez <aldyh@redhat.com>
kono
parents:
diff changeset
1861
kono
parents:
diff changeset
1862 * configure.tgt: Add emacs -*- tags.
kono
parents:
diff changeset
1863 * barrier.tpl: Same.
kono
parents:
diff changeset
1864
kono
parents:
diff changeset
1865 2010-02-23 Aldy Hernandez <aldyh@redhat.com>
kono
parents:
diff changeset
1866
kono
parents:
diff changeset
1867 * Makefile.am: Rename serial.cc to method-serial.cc.
kono
parents:
diff changeset
1868 * Makefile.in: Regenerate with automake 1.11.1.
kono
parents:
diff changeset
1869 * testsuite/Makefile.in: Same.
kono
parents:
diff changeset
1870 * aclocal.m4: Regenerate with aclocal 1.11.1.
kono
parents:
diff changeset
1871 * method-serial.cc: Rename from serial.cc.
kono
parents:
diff changeset
1872 * libitm_i.h (struct gtm_transaction): Update comment on
kono
parents:
diff changeset
1873 serialirr_mode.
kono
parents:
diff changeset
1874
kono
parents:
diff changeset
1875 2010-02-22 Aldy Hernandez <aldyh@redhat.com>
kono
parents:
diff changeset
1876
kono
parents:
diff changeset
1877 * libitm_i.h (GTM_longjmp): Add ITM_REGPARM.
kono
parents:
diff changeset
1878 * config/linux/rwlock.h (class gtm_rwlock): Add comments.
kono
parents:
diff changeset
1879
kono
parents:
diff changeset
1880 2010-02-11 Aldy Hernandez <aldyh@redhat.com>
kono
parents:
diff changeset
1881
kono
parents:
diff changeset
1882 * configure: Rebuild.
kono
parents:
diff changeset
1883
kono
parents:
diff changeset
1884 2009-11-12 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
1885
kono
parents:
diff changeset
1886 * Rewrite everything in C++.
kono
parents:
diff changeset
1887
kono
parents:
diff changeset
1888 2009-11-03 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
1889
kono
parents:
diff changeset
1890 * config/x86/x86_sse.c, config/x86/x86_avx.c: New files.
kono
parents:
diff changeset
1891 * Makefile.am (libitm_la_SOURCES): Add them.
kono
parents:
diff changeset
1892 * configure.ac (ARCH_X86): New conditional.
kono
parents:
diff changeset
1893 * Makefile.in, configure: Rebuild.
kono
parents:
diff changeset
1894 * configure.tgt: Set up ARCH; do cflags setup at the same time.
kono
parents:
diff changeset
1895 Move futex setup into "other system configury" case.
kono
parents:
diff changeset
1896 * local.c (rollback_local): Merge into ...
kono
parents:
diff changeset
1897 (GTM_rollback_local): ... here.
kono
parents:
diff changeset
1898 (GTM_LB): Rename from GTM_alloc_local; do the memcpy here.
kono
parents:
diff changeset
1899 (_ITM_LB): Define as an alias to GTM_LB.
kono
parents:
diff changeset
1900
kono
parents:
diff changeset
1901 2009-11-03 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
1902
kono
parents:
diff changeset
1903 * method-readonly.c: New file.
kono
parents:
diff changeset
1904 * Makefile.am (libitm_la_SOURCES): Add it.
kono
parents:
diff changeset
1905 * Makefile.in: Rebuild.
kono
parents:
diff changeset
1906 * beginend.c (gtm_stmlock_array, gtm_clock): New.
kono
parents:
diff changeset
1907 (GTM_begin_transaction): Use dispatch_readonly for read-only txn.
kono
parents:
diff changeset
1908 * libitm_i.h (gtm_stmlock, gtm_version): Move from method-wbetl.c.
kono
parents:
diff changeset
1909 (GTM_VERSION_MAX, GTM_VERSION_INVALID, gtm_stmlock_owned_p,
kono
parents:
diff changeset
1910 gtm_stmlock_set_owned, gtm_stmlock_get_addr,
kono
parents:
diff changeset
1911 gtm_stmlock_get_version, gtm_stmlock_set_version, LOCK_ARRAY_SIZE,
kono
parents:
diff changeset
1912 gtm_stmlock_array, gtm_get_stmlock, gtm_clock, RESTART_NOT_READONLY,
kono
parents:
diff changeset
1913 gtm_get_clock, gtm_inc_clock): New.
kono
parents:
diff changeset
1914 * method-wbetl.c (gtm_version, gtm_stmlock, OWNED_MASK, VERSION_MAX,
kono
parents:
diff changeset
1915 LOCK_GET_OWNED, LOCK_SET_ADDR, LOCK_GET_ADDR, LOCK_GET_TIMESTAMP,
kono
parents:
diff changeset
1916 LOCK_SET_TIMESTAMP, LOCK_ARRAY_SIZE, LOCK_MASK, LOCK_IDX, GET_LOCK,
kono
parents:
diff changeset
1917 locks, gclock, CLOCK, GET_CLOCK, FETCH_AND_INC_CLOCK): Remove and
kono
parents:
diff changeset
1918 replace uses with new libitm_i.h symbols.
kono
parents:
diff changeset
1919 (dispatch_wbetl): Rename from wbetl_dispatch.
kono
parents:
diff changeset
1920 * retry.c (GTM_decide_retry_strategy): If RESTART_NOT_READONLY, move
kono
parents:
diff changeset
1921 away from dispatch_readonly; abort if the beginTransaction call
kono
parents:
diff changeset
1922 asserted that the transaction was readonly.
kono
parents:
diff changeset
1923
kono
parents:
diff changeset
1924 2009-11-03 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
1925
kono
parents:
diff changeset
1926 * memset.c: New file.
kono
parents:
diff changeset
1927 * Makefile.am (libitm_la_SOURCES): Add it.
kono
parents:
diff changeset
1928 * Makefile.in: Rebuild.
kono
parents:
diff changeset
1929 * testsuite/libitm.c/memset-1.c: New.
kono
parents:
diff changeset
1930
kono
parents:
diff changeset
1931 2009-11-03 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
1932
kono
parents:
diff changeset
1933 * dispatch.c: Remove file.
kono
parents:
diff changeset
1934 * useraction.c (struct gtm_user_action): Move from libitm.h.
kono
parents:
diff changeset
1935 * serial.c (GTM_null_read_lock, GTM_null_write_lock): New.
kono
parents:
diff changeset
1936 (serial_memset, serial_memmove, serial_memcpy): Remove.
kono
parents:
diff changeset
1937 (serial_W*, serial_R*): Remove.
kono
parents:
diff changeset
1938 (serial_dispatch): Update to match.
kono
parents:
diff changeset
1939 * configure.ac: Move Werror down below configure checks. Don't
kono
parents:
diff changeset
1940 check for sys/loadavg.h, do check for malloc.h. Don't check for
kono
parents:
diff changeset
1941 getloadavg and clock_gettime; do check for memalign, posix_memalign.
kono
parents:
diff changeset
1942 Use GCC_AC_FUNC_MMAP_BLACKLIST
kono
parents:
diff changeset
1943 * libitm.h: Split out all internal items to...
kono
parents:
diff changeset
1944 * libitm_i.h: ... here. New file.
kono
parents:
diff changeset
1945 * copymask.c: New file.
kono
parents:
diff changeset
1946 * local.c (struct gtm_local_undo): Move from libitm.h.
kono
parents:
diff changeset
1947 (GTM_alloc_local): Rename from alloc_local; export.
kono
parents:
diff changeset
1948 * memcpy.c: New file.
kono
parents:
diff changeset
1949 * alloc_c.c (_ITM_realloc): Use _ITM_memcpyRnWt directly.
kono
parents:
diff changeset
1950 * config/posix/page.c: New file.
kono
parents:
diff changeset
1951 * config/posix/target_tls.h: Remove file.
kono
parents:
diff changeset
1952 * barrier.c: New file.
kono
parents:
diff changeset
1953 * Makefile.am (libitm_la_SOURCES): Add barrier.c, memcpy.c,
kono
parents:
diff changeset
1954 copymask.c, page.c.
kono
parents:
diff changeset
1955 * alloc.c (struct gtm_alloc_action): Move from libitm.h.
kono
parents:
diff changeset
1956 * method-wbetl.c: Rewrite for new cacheline methods.
kono
parents:
diff changeset
1957 * Makefile.in, configure, testsuite/Makefile.in, config.h.in: Rebuild.
kono
parents:
diff changeset
1958
kono
parents:
diff changeset
1959 * config/alpha/sjlj.S: Fix typo.
kono
parents:
diff changeset
1960 * config/alpha/target_i.h: Copy functions from alpha/target.h.
kono
parents:
diff changeset
1961 * config/alpha/copymask.c: New file.
kono
parents:
diff changeset
1962 * config/alpha/target.h (CACHELINE_SIZE): New.
kono
parents:
diff changeset
1963 (STRICT_ALIGNMENT, PAGE_SIZE, FIXED_PAGE_SIZE): New.
kono
parents:
diff changeset
1964
kono
parents:
diff changeset
1965 * config/x86/target_i.h: Copy functions from x86/target.h.
kono
parents:
diff changeset
1966 * config/x86/copymask.c: New file.
kono
parents:
diff changeset
1967 * config/x86/target.h (_ITM_ALL_TARGET_TYPES): Remove.
kono
parents:
diff changeset
1968 (CACHELINE_SIZE, STRICT_ALIGNMENT): New.
kono
parents:
diff changeset
1969 (PAGE_SIZE, FIXED_PAGE_SIZE): New.
kono
parents:
diff changeset
1970 * config/x86/target_tls.h: Move contents to target_i.h.
kono
parents:
diff changeset
1971
kono
parents:
diff changeset
1972 * testsuite/libitm.c/clone-1.c: Include libitm.h.
kono
parents:
diff changeset
1973 * testsuite/libitm.c/memcpy-1.c: New.
kono
parents:
diff changeset
1974
kono
parents:
diff changeset
1975 2009-10-22 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
1976
kono
parents:
diff changeset
1977 * Makefile.am (CCAS, CCASFLAGS, LTCCASCOMPILE): Remove.
kono
parents:
diff changeset
1978 (AM_CCASFLAGS): New.
kono
parents:
diff changeset
1979 * configure.ac: Add AM_PROG_AS. Use m4_rename_force for
kono
parents:
diff changeset
1980 saving/restoring _AC_ARG_VAR_PRECIOUS.
kono
parents:
diff changeset
1981 * Makefile.in, aclocal.m4, config.h.in, configure,
kono
parents:
diff changeset
1982 testsuite/Makefile.in: Rebuild with automake 1.11; autoconf 2.64.
kono
parents:
diff changeset
1983
kono
parents:
diff changeset
1984 2009-10-22 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
1985
kono
parents:
diff changeset
1986 * testsuite/*: Update for new compiler syntax.
kono
parents:
diff changeset
1987
kono
parents:
diff changeset
1988 2009-10-21 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
1989
kono
parents:
diff changeset
1990 * libitm.h (_ITM_abortReason): Add outerAbort.
kono
parents:
diff changeset
1991
kono
parents:
diff changeset
1992 2009-08-03 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
1993
kono
parents:
diff changeset
1994 * libitm.map (_ITM_commitTransactionEH, _ITM_cxa_allocate_exception,
kono
parents:
diff changeset
1995 _ITM_cxa_begin_catch, _ITM_cxa_end_catch, _ITM_cxa_throw): Export.
kono
parents:
diff changeset
1996 * method-wbetl.c (struct w_entry): Remove mask.
kono
parents:
diff changeset
1997 (wbetl_write, wbetl_load): Return pointer to word containing the data;
kono
parents:
diff changeset
1998 adjust all callers.
kono
parents:
diff changeset
1999
kono
parents:
diff changeset
2000 2009-07-22 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
2001
kono
parents:
diff changeset
2002 * eh_cpp.c: New file.
kono
parents:
diff changeset
2003 * Makefile.am (libitm_la_SOURCES): Add it.
kono
parents:
diff changeset
2004 * Makefile.in: Rebuild.
kono
parents:
diff changeset
2005 * beginend.c (GTM_rollback_transaction): Undo exception state.
kono
parents:
diff changeset
2006 (GTM_trycommit_transaction): Mark inline.
kono
parents:
diff changeset
2007 (GTM_trycommit_and_finalize_transaction): Split out from ...
kono
parents:
diff changeset
2008 (_ITM_commitTransaction): ... here.
kono
parents:
diff changeset
2009 (_ITM_commitTransactionEH): New function.
kono
parents:
diff changeset
2010 * libitm.h (struct gtm_transaction): Add cxa_catch_count,
kono
parents:
diff changeset
2011 cxa_unthrown, eh_in_flight; reorder.
kono
parents:
diff changeset
2012
kono
parents:
diff changeset
2013 * testsuite/libitm.c++/c++.exp: New.
kono
parents:
diff changeset
2014 * testsuite/libitm.c++/eh-1.C: New.
kono
parents:
diff changeset
2015
kono
parents:
diff changeset
2016 * aatree.c (aa_free): Remove REGPARM.
kono
parents:
diff changeset
2017 * aatree.h: Remove all REGPARM.
kono
parents:
diff changeset
2018
kono
parents:
diff changeset
2019 2009-07-18 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
2020
kono
parents:
diff changeset
2021 * aatree.c, aatree.h, alloc.c, alloc_c.c, alloc_cpp.c: New files.
kono
parents:
diff changeset
2022 * Makefile.am (libitm_la_SOURCES): Add them.
kono
parents:
diff changeset
2023 * Makefile.in: Rebuild.
kono
parents:
diff changeset
2024 * beginend.c (GTM_rollback_transaction): Use GTM_commit_allocations.
kono
parents:
diff changeset
2025 (GTM_trycommit_transaction): Likewise.
kono
parents:
diff changeset
2026 * libitm.h: Include aatree.h
kono
parents:
diff changeset
2027 (struct gtm_alloc_action): New.
kono
parents:
diff changeset
2028 (struct gtm_transaction): Add alloc_actions.
kono
parents:
diff changeset
2029 (GTM_record_allocation, GTM_forget_allocation): Declare.
kono
parents:
diff changeset
2030 (GTM_get_allocation_size, GTM_commit_allocations): Declare.
kono
parents:
diff changeset
2031 * libitm.map (_ITM_malloc, _ITM_calloc, _ITM_realloc, _ITM_free,
kono
parents:
diff changeset
2032 _ZGTtnwm, _ZGTtnam, _ZGTtdlPv, _ZGTtdaPv, _ZGTtnwmRKSt9nothrow_t,
kono
parents:
diff changeset
2033 _ZGTtnamRKSt9nothrow_t, _ZGTtdlPvRKSt9nothrow_t,
kono
parents:
diff changeset
2034 _ZGTtdaPvRKSt9nothrow_t): Export.
kono
parents:
diff changeset
2035
kono
parents:
diff changeset
2036 2009-07-18 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
2037
kono
parents:
diff changeset
2038 * target_tls.h: Move ...
kono
parents:
diff changeset
2039 * config/posix/target_tls.h: ... here.
kono
parents:
diff changeset
2040
kono
parents:
diff changeset
2041 2009-07-07 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
2042
kono
parents:
diff changeset
2043 * config/x86/target.h (atomic_write_barrier): Use sfence if available.
kono
parents:
diff changeset
2044
kono
parents:
diff changeset
2045 2009-07-07 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
2046
kono
parents:
diff changeset
2047 * Update to GPL3.
kono
parents:
diff changeset
2048
kono
parents:
diff changeset
2049 2009-07-07 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
2050
kono
parents:
diff changeset
2051 * libitm.h (struct gtm_transaction): Widen id to _ITM_transactionId_t.
kono
parents:
diff changeset
2052 * beginend.c (global_tid): Widen to _ITM_transactionId_t.
kono
parents:
diff changeset
2053
kono
parents:
diff changeset
2054 * configure.tgt: Don't use -ftls-model for x86 linux.
kono
parents:
diff changeset
2055 * libitm.h: Include target.h after standard includes.
kono
parents:
diff changeset
2056 (_gtm_thr): Rename from gtm_thr.
kono
parents:
diff changeset
2057 (setup_gtm_thr, gtm_thr, gtm_tx, set_gtm_tx): New.
kono
parents:
diff changeset
2058 (gtm_disp, set_gtm_disp): New.
kono
parents:
diff changeset
2059 * beginend.c, dispatch.c, local.c, method-wbetl.c, query.c,
kono
parents:
diff changeset
2060 retry.c, serial.c, useraction.c: Use accessor functions throughout.
kono
parents:
diff changeset
2061 * config/alpha/target_tls.h, config/x86/target_tls.h: New files.
kono
parents:
diff changeset
2062
kono
parents:
diff changeset
2063 2009-07-07 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
2064
kono
parents:
diff changeset
2065 * config/linux/rwlock.c (EZ): New define. Use it throughout.
kono
parents:
diff changeset
2066
kono
parents:
diff changeset
2067 2009-07-06 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
2068
kono
parents:
diff changeset
2069 * libitm.h (_ITM_SRCLOCATION_DECL_1, _ITM_SRCLOCATION_DECL_2): Remove.
kono
parents:
diff changeset
2070 (_ITM_SRCLOCATION_DEFN_1, _ITM_SRCLOCATION_DEFN_2): Remove.
kono
parents:
diff changeset
2071 (_ITM_beginTransaction): Take variadic arguments.
kono
parents:
diff changeset
2072 (_ITM_registerThrownObject): Declare.
kono
parents:
diff changeset
2073 * beginend.c, serial.c: Update.
kono
parents:
diff changeset
2074 * libitm.map: Add _ITM_registerThrownObject.
kono
parents:
diff changeset
2075
kono
parents:
diff changeset
2076 2009-01-28 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
2077
kono
parents:
diff changeset
2078 * Makefile.am (libitm_la_SOURCES): Add clone.c.
kono
parents:
diff changeset
2079 * Makefile.in: Rebuild.
kono
parents:
diff changeset
2080 * beginend.c (_ITM_abortTransaction): Abort if irrevokable.
kono
parents:
diff changeset
2081 (GTM_restart_transaction): Fix uninstrumented code check.
kono
parents:
diff changeset
2082 * retry.c (GTM_decide_retry_strategy): Add serial check.
kono
parents:
diff changeset
2083 * serial.c (GTM_serialmode): Add irrevokable variable. Don't
kono
parents:
diff changeset
2084 automatically go irrevokable when in serial mode.
kono
parents:
diff changeset
2085 * clone.c: New file.
kono
parents:
diff changeset
2086 * libitm.h, libitm.map: Update.
kono
parents:
diff changeset
2087
kono
parents:
diff changeset
2088 2009-01-27 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
2089
kono
parents:
diff changeset
2090 * Makefile.am (LTCCASCOMPILE): Define.
kono
parents:
diff changeset
2091 (libitm_la_SOURCES): Add methid-wbetl.c.
kono
parents:
diff changeset
2092 * testsuite/Makefile.am: New
kono
parents:
diff changeset
2093 * configure.ac: Add testsuite/Makefile.
kono
parents:
diff changeset
2094 * Makefile.in, testsuite/Makefile.in, configure: Regenerate.
kono
parents:
diff changeset
2095 * beginend.c (GTM_begin_transaction): Install wbetl_dispatch.
kono
parents:
diff changeset
2096 (_ITM_abortTransaction): Finalize implementation method; pass
kono
parents:
diff changeset
2097 transaction properties to longjmp.
kono
parents:
diff changeset
2098 (GTM_restart_transaction): Split out from ...
kono
parents:
diff changeset
2099 (_ITM_commitTransaction): ... here.
kono
parents:
diff changeset
2100 * config/linux/x86/futex_bits.h (cpu_relax, atomic_write_barrier):
kono
parents:
diff changeset
2101 Move to config/x86/target.h.
kono
parents:
diff changeset
2102 * config/linux/alpha/futex_bits.h: New.
kono
parents:
diff changeset
2103 * config/x86/sjlj.S (GTM_longjmp): Fix 64-bit input register.
kono
parents:
diff changeset
2104 * config/x86/target.h: Disable target types for 32-bit.
kono
parents:
diff changeset
2105 * config/alpha/sjlj.S, config/alpha/target.h: New.
kono
parents:
diff changeset
2106 * libitm.h (struct gtm_dispatch): Add init, fini.
kono
parents:
diff changeset
2107 (enum restart_reason): New.
kono
parents:
diff changeset
2108 (struct gtm_transaction): Add method and restarts.
kono
parents:
diff changeset
2109 * retry.c (GTM_decide_retry_strategy): Implement.
kono
parents:
diff changeset
2110 * serial.c (serial_init, serial_fini): New.
kono
parents:
diff changeset
2111 (GTM_serialmode): Finialize outgoing method.
kono
parents:
diff changeset
2112 * method-wbetl.c: New.
kono
parents:
diff changeset
2113
kono
parents:
diff changeset
2114 2008-12-09 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
2115
kono
parents:
diff changeset
2116 * config/x86/target.h (_ITM_ALL_TARGET_TYPES, _ITM_TYPE_ATTR): New.
kono
parents:
diff changeset
2117 * configure.tgt (i386-*, x86_64-*): Don't force SSE.
kono
parents:
diff changeset
2118 * dispatch.c (_ITM_##R##T, _ITM_##W##T): Use _ITM_TYPE_ATTR.
kono
parents:
diff changeset
2119 * libitm.h (_ITM_ALL_TARGET_TYPES, _ITM_TYPE_ATTR): Provide default.
kono
parents:
diff changeset
2120 (_ITM_TYPE_M64, _ITM_TYPE_M128, _ITM_TYPE_M256): Move to x86 header.
kono
parents:
diff changeset
2121 (_ITM_ALL_TYPES): Use _ITM_ALL_TARGET_TYPES.
kono
parents:
diff changeset
2122 * local.c (_ITM_L##T): Use _ITM_TYPE_ATTR.
kono
parents:
diff changeset
2123 * serial.c (serial_R##T, serial_W##T): Likewise.
kono
parents:
diff changeset
2124
kono
parents:
diff changeset
2125 2008-11-21 Richard Henderson <rth@redhat.com>
kono
parents:
diff changeset
2126
kono
parents:
diff changeset
2127 * Initial commit.
kono
parents:
diff changeset
2128
131
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
2129 Copyright (C) 2008-2018 Free Software Foundation, Inc.
111
kono
parents:
diff changeset
2130
kono
parents:
diff changeset
2131 Copying and distribution of this file, with or without modification,
kono
parents:
diff changeset
2132 are permitted in any medium without royalty provided the copyright
kono
parents:
diff changeset
2133 notice and this notice are preserved.