search for: reword

Displaying 20 results from an estimated 322 matches for "reword".

2010 Apr 22
0
[LLVMdev] 2.7 release notes
> Ok, the LLVM 2.7 release notes are in near final shape. Please take a look and suggest improvements (or, better yet, just commit improvements if you have commit access): I committed several typo fixes / rewording fixes to the release notes just now. The following paragraph under the "New Useful APIs" section needs to be reworded but I am not sure what is trying to be expressed so I have not done anything with it yet: The optimizer uses the new CodeMetrics class to measure the size of code. Va...
2005 May 14
2
[LLVMdev] Cygwin llvm-gcc build error
...gcc/doc/include \ -o ../../../src/llvm-gcc/gcc/doc/cpp.info ../../../src/llvm-gcc/gcc/doc/cpp.texi ' in @synindex.vm-gcc/gcc/doc/cpp.texi:49: Unknown index `vr' and/or `op ../../../src/llvm-gcc/gcc/doc/cpp.texi:4124: warning: @strong{Note...} produces a spurious cross-reference in Info; reword to avoid that. ../../../src/llvm-gcc/gcc/doc//cppopts.texi:133: warning: @strong{Note...} produ ces a spurious cross-reference in Info; reword to avoid that. ../../../src/llvm-gcc/gcc/doc//cppopts.texi:341: warning: @strong{Note...} produ ces a spurious cross-reference in Info; reword to avoid th...
2008 Apr 02
5
[LLVMdev] Reference Manual Clarifications 2
...your wording isn't clear enough: "Allocating zero bytes is undefined." My understanding is that an undefined operation is illegal; however, the implementation is not required to diagnose it. Allocating zero bytes is legal; it's just that the result is meaningless. Consider rewording as "Allocating zero bytes is legal, but the result is undefined. The result of a zero-sized allocation is a valid argument for free." Regarding free, I also think your wording isn't clear enough: "If the pointer is null, the result is undefined." The free result is...
2005 May 17
0
[LLVMdev] Cygwin llvm-gcc build error
...-o ../../../src/llvm-gcc/gcc/doc/cpp.info >../../../src/llvm-gcc/gcc/doc/cpp.texi >' in @synindex.vm-gcc/gcc/doc/cpp.texi:49: Unknown index `vr' and/or `op >../../../src/llvm-gcc/gcc/doc/cpp.texi:4124: warning: @strong{Note...} >produces >a spurious cross-reference in Info; reword to avoid that. >../../../src/llvm-gcc/gcc/doc//cppopts.texi:133: warning: @strong{Note...} >produ >ces a spurious cross-reference in Info; reword to avoid that. >../../../src/llvm-gcc/gcc/doc//cppopts.texi:341: warning: @strong{Note...} >produ >ces a spurious cross-reference in...
2005 May 17
2
[LLVMdev] Cygwin llvm-gcc build error
...o ../../../src/llvm-gcc/gcc/doc/cpp.info > ../../../src/llvm-gcc/gcc/doc/cpp.texi >' in @synindex.vm-gcc/gcc/doc/cpp.texi:49: Unknown index `vr' and/or `op >../../../src/llvm-gcc/gcc/doc/cpp.texi:4124: warning: @strong{Note...} >produces >a spurious cross-reference in Info; reword to avoid that. >../../../src/llvm-gcc/gcc/doc//cppopts.texi:133: warning: @strong{Note...} >produ >ces a spurious cross-reference in Info; reword to avoid that. >../../../src/llvm-gcc/gcc/doc//cppopts.texi:341: warning: @strong{Note...} >produ >ces a spurious cross-reference in...
2010 Apr 22
8
[LLVMdev] 2.7 release notes
Ok, the LLVM 2.7 release notes are in near final shape. Please take a look and suggest improvements (or, better yet, just commit improvements if you have commit access): http://llvm.org/docs/ReleaseNotes.html Things still needed are marked with FIXMEs. These include: 1. Clang needs a blurb describing what's new in 2.7. Have the clang folks been doing anything for the last 6 months? 2. I
2016 Sep 29
2
[cfe-dev] improving test-suite`s FP subtests to be able to compare both exact-match outputs and more-optimized builds that may have different outputs due to FP optimizations
Dear all, I would like some help, please, with implementing Hal`s excellent suggestion, which I have reworded as below. Hal has confirmed a previous version of my rewording as a correct interpretation. [I made minor changes since then, e.g. for grammar.] [Abe wrote:] >> I think you [Hal] are suggesting something like this: >> 1) compile the program with FP fusion off, >>...
2008 Apr 05
0
[LLVMdev] Reference Manual Clarifications 2
...9;t clear enough: "Allocating > zero bytes is undefined." My understanding is that an undefined > operation is illegal; however, the implementation is not required to > diagnose it. Allocating zero bytes is legal; it's just that the result > is meaningless. Consider rewording as "Allocating zero bytes is legal, > but the result is undefined. The result of a zero-sized allocation is a > valid argument for free." > > Regarding free, I also think your wording isn't clear enough: "If the > pointer is null, the result is undefined.&q...
2008 Apr 19
0
[LLVMdev] Reference Manual Clarifications 2
...clear enough: "Allocating > zero bytes is undefined." My understanding is that an undefined > operation is illegal; however, the implementation is not required to > diagnose it. Allocating zero bytes is legal; it's just that the > result > is meaningless. Consider rewording as "Allocating zero bytes is > legal, > but the result is undefined. The result of a zero-sized allocation > is a > valid argument for free." Sure, that makes sense. > Regarding free, I also think your wording isn't clear enough: "If the > pointer is n...
2016 Jul 14
3
[PATCH] : Adding dlabel option to chain.c32
On 07/14/16 05:56, Ady Ady via Syslinux wrote: > > @Peter, Erwan, Gene, Michal, (and anyone else interested)... > > Although I haven't actually tested Erwan's patch, would it be > acceptable by you (all) if I were to send a patch to this Syslinux > Mailing List with the same code while changing the wording as I > previously suggested in a prior email? Would it be
2013 Jan 01
2
[LLVMdev] Git-Svn commit?
On 1 January 2013 02:03, Sean Silva <silvas at purdue.edu> wrote: > I'm not sure if this was clear from my description, but it will still > commit each commit in `origin/master..HEAD` individually. Not explicitly, but I assumed so. Good thing git has a powerful squash/merge/reword interface. This is probably another topic that it's worth mention in the docs explicitly. -- cheers, --renato http://systemcall.org/
2013 Dec 07
1
[PATCH] nv50: enable MPEG-4 for NVA3+ (VP4.0)
...tin Peres <martin.peres at free.fr> wrote: > From: Martin Peres <martin.peres at labri.fr> > > This patch is a follow-up from Ilia Mirkin's enable H.264 patch which > solves the problem that prevented MPEG-4 videos to play correctly. > > Tested on an nva3. I might reword this as """ VP3/VP4 now work on all the codecs they are supposed to, remove old restriction. Tested on NVA3 """ Or something like that... > Signed-off-by: Martin Peres <martin.peres at labri.fr> > Tested-by: Martin Peres <martin.peres at labri.fr>...
2005 Feb 21
0
[LLVMdev] Error building llvm-gcc under CygWin - makeinfo cpp.info not building
...-I /usr/sr c/llvm-gcc/gcc/doc/include -o /usr/src/llvm-gcc/gcc/doc/cpp.info /usr/src/llvm- gcc/gcc/doc/cpp.texi ' in @synindex.cc/gcc/doc/cpp.texi:49: Unknown index `vr' and/or `op /usr/src/llvm-gcc/gcc/doc/cpp.texi:4124: warning: @strong{Note:} produces a spur ious cross-reference in Info; reword to avoid that. /usr/src/llvm-gcc/gcc/doc//cppopts.texi:133: warning: @strong{Note:} produces a spurious cross-reference in Info; reword to avoid that. /usr/src/llvm-gcc/gcc/doc//cppopts.texi:341: warning: @strong{Note:} produces a spurious cross-reference in Info; reword to avoid that. /usr/src/llv...
2016 Sep 29
2
[cfe-dev] improving test-suite`s FP subtests to be able to compare both exact-match outputs and more-optimized builds that may have different outputs due to FP optimizations
...t outputs due to FP optimizations > > > > On Sep 29, 2016, at 3:59 PM, Abe Skolnik <a.skolnik at samsung.com> > > wrote: > > > > Dear all, > > > > I would like some help, please, with implementing Hal`s excellent > > suggestion, which I have reworded as below. Hal has confirmed a > > previous version of my rewording as a correct interpretation. [I > > made minor changes since then, e.g. for grammar.] > > > > [Abe wrote:] > > > >>> I think you [Hal] are suggesting something like this: > > &g...
2007 Sep 21
2
[PATCH] Apache Documentation Updates
...lians, I''ve had several submissions sent to me regarding the apache documentation on the mongrel site: http://mongrel.rubyforge.org/docs/apache.html I have assembled quite a bit of updates and changes, but if you know of anything that has been useful to you, or that is missing or can be reworded or added (or missing attributes!) please let me know. cheers, -- Charles Brian Quinn self-promotion: www.seebq.com highgroove studios: www.highgroove.com slingshot rails business hosting: www.slingshothosting.com main: 404.394.4935 fax: 678.826.0969 Ruby on Rails Bootcamp at the Big Nerd Ranc...
2020 Jul 15
5
[PATCH v7 0/2] s390: virtio: let arch validate VIRTIO features
...series is to give a chance to the architecture to validate VIRTIO device features. in this respin: 1) I kept removed the ack from Jason as I reworked the patch @Jason, the nature and goal of the patch did not really changed please can I get back your acked-by with these changes? 2) Rewording for warning messages Regards, Pierre Pierre Morel (2): virtio: let arch validate VIRTIO features s390: virtio: PV needs VIRTIO I/O device protection arch/s390/mm/init.c | 28 ++++++++++++++++++++++++++++ drivers/virtio/virtio.c | 19 +++++++++++++++++++ include/linux/virt...
2011 Apr 09
3
New CentOS ToDo Page Required
Due to recent list traffic, it seems that we need to have a new todo list! I propose the following 1) Nuke current todo page 2) Create new todo page 3) Clear out ancient todo items a) Get rid of the items that are no longer relevant b) Reword those that are 4) Update Wiki a) Gasp as the magnitude at the job b) Inject coffee, add ego - write mini todo and propose to list c) Expand on b) till the list stops quibbling d) Find volunteers, and get cracking on Updating the wiki Any ideas? Anyone want to comment?
2011 Apr 09
3
New CentOS ToDo Page Required
Due to recent list traffic, it seems that we need to have a new todo list! I propose the following 1) Nuke current todo page 2) Create new todo page 3) Clear out ancient todo items a) Get rid of the items that are no longer relevant b) Reword those that are 4) Update Wiki a) Gasp as the magnitude at the job b) Inject coffee, add ego - write mini todo and propose to list c) Expand on b) till the list stops quibbling d) Find volunteers, and get cracking on Updating the wiki Any ideas? Anyone want to comment?
2005 May 19
0
[LLVMdev] Cygwin llvm-gcc build error
...-gcc/gcc/doc/cpp.info >>../../../src/llvm-gcc/gcc/doc/cpp.texi >>' in @synindex.vm-gcc/gcc/doc/cpp.texi:49: Unknown index `vr' and/or `op >>../../../src/llvm-gcc/gcc/doc/cpp.texi:4124: warning: @strong{Note...} >>produces >>a spurious cross-reference in Info; reword to avoid that. >>../../../src/llvm-gcc/gcc/doc//cppopts.texi:133: warning: @strong{Note...} >>produ >>ces a spurious cross-reference in Info; reword to avoid that. >>../../../src/llvm-gcc/gcc/doc//cppopts.texi:341: warning: @strong{Note...} >>produ >>ces a spur...
2014 Jun 03
3
[LLVMdev] GHC, aliases, and LLVM HEAD
> It looks fairly likely llvm will accept arbitrary expressions as > aliasees again (see thread on llvmdev), but the restrictions inherent > from what alias are at the object level will remain, just be reworded > a bit. For example, we will have something along the lines of "the > aliasee expression cannot contain an undefined GlobalValue". And this is in: r210062. Let us know how it looks from GHC's point of view. Cheers, Rafael