Re: [trans-mem] document -fgnu-tm

2011-11-05 Thread Tobias Burnus
Richard Henderson wrote: We have the GCC wiki. We can put a copy there and know that it's going to be stable. Jumping on that topic: Is there actually a possibility to "undo" attachment deletes in the wiki? I remember someone using an recursive "wget" on the wiki, which deleted Graphite PDFs

Re: [trans-mem] document -fgnu-tm

2011-11-05 Thread Torvald Riegel
On Sat, 2011-11-05 at 14:38 -0700, Richard Henderson wrote: > On 11/05/2011 02:25 PM, Torvald Riegel wrote: > > I don't know of any stable URL. The ABI PDF is linked to from > > http://software.intel.com/en-us/articles/intel-c-stm-compiler-prototype-edition/ > > but I don't think the final URL is s

Re: [trans-mem] document -fgnu-tm

2011-11-05 Thread Richard Henderson
On 11/05/2011 02:25 PM, Torvald Riegel wrote: > I don't know of any stable URL. The ABI PDF is linked to from > http://software.intel.com/en-us/articles/intel-c-stm-compiler-prototype-edition/ > but I don't think the final URL is supposed to be used for deep linking, > or guaranteed to be stable.

Re: [trans-mem] document -fgnu-tm

2011-11-05 Thread Torvald Riegel
On Sat, 2011-11-05 at 14:08 -0700, Aldy Hernandez wrote: > > Torvald, is this documentation somewhere public whose link we can add to > the committed patch below? I know the latest draft is not available, but > at least Revision 1.1 which we reference below? I don't know of any stable URL. The A

Re: [trans-mem] document -fgnu-tm

2011-11-05 Thread Aldy Hernandez
Torvald, is this documentation somewhere public whose link we can add to the committed patch below? I know the latest draft is not available, but at least Revision 1.1 which we reference below? Aldy +Memory ABI specification document (Revision 1.1, May 6 2009). This is +an experimental feat

Re: [trans-mem] document -fgnu-tm

2011-11-05 Thread Gerald Pfeifer
On Thu, 3 Nov 2011, Aldy Hernandez wrote: > OK for branch? * doc/invoke.texi (C Dialect Options): Document -fgnu-tm. Index: doc/invoke.texi === +When the option @option{-fgnu-tm} is specified, the compiler will +generate code

Re: [trans-mem] document -fgnu-tm

2011-11-03 Thread Richard Henderson
On 11/03/2011 08:58 AM, Aldy Hernandez wrote: > * doc/invoke.texi (C Dialect Options): Document -fgnu-tm. Ok. r~

[trans-mem] document -fgnu-tm

2011-11-03 Thread Aldy Hernandez
It seems we documented libitm, and forgot to document the main switch :). OK for branch? * doc/invoke.texi (C Dialect Options): Document -fgnu-tm. Index: doc/invoke.texi === --- doc/invoke.texi (revision 180772) +++ doc/