Displaying 19 results from an estimated 19 matches for "wordsmithing".
2015 Oct 14
4
RFC: Introducing an LLVM Community Code of Conduct
Hi,
Given David's comments about an echo-chamber, I thought I might as well
throw my oar in and say I'm strongly in favour of this.
I'm not particularly fussed on the wordsmithing or the verbosity. In fact
one of the (unfortunate) primary uses of this document surely will be as
reference when a misbehavior occurs, so spelling at least some things out
in full might be useful in that case. The only concern I have on the
wordsmithing is if it became too much like the FreeBSD Co...
2015 Feb 26
1
[LLVMdev] RFC - Improvements to PGO profile support
Folks,
I've created a few bugzilla issues with details of some of the things I'll
be looking into. I'm not yet done wordsmithing the overall design document.
I'll try to finish it by early next week at the latest.
In the meantime, these are the specific bugzilla issues I've opened:
22716 <http://llvm.org/bugs/show_bug.cgi?id=22716>librarieGlobal A
dnovillo at google.comNEW---Need a mechanism to represent glob...
2015 Mar 05
5
[LLVMdev] RFC - Improvements to PGO profile support
...dnovillo at google.com> wrote:
>
> On Thu, Feb 26, 2015 at 6:54 PM, Diego Novillo <dnovillo at google.com <mailto:dnovillo at google.com>> wrote:
>
> I've created a few bugzilla issues with details of some of the things I'll be looking into. I'm not yet done wordsmithing the overall design document. I'll try to finish it by early next week at the latest.
>
> The document is available at
>
> https://docs.google.com/document/d/15VNiD-TmHqqao_8P-ArIsWj1KdtU-ElLFaYPmZdrDMI/edit?usp=sharing <https://docs.google.com/document/d/15VNiD-TmHqqao_8P-ArIs...
2008 Oct 22
1
DomU networking problem in opensuse 11
Hi,
Creating a new domain is a lot easier in opensuse 11. I follow the instruction on the website and build a virtual machine which uses opensuse 11 as well (I installed it from iso image). Everything works fine except the network. I cannot access the Internet from DomU. Here is some information.
P.S. the DomU id is 1.
"brctl show" in Dom 0:
bridge name bridge id STP
2020 Jul 30
0
[centos/centos.org] branch master updated (65c4c21 -> 67e573d)
This is an automated email from the git hooks/post-receive script.
rbowen pushed a change to branch master
in repository centos/centos.org.
from 65c4c21 Update meeting calendars.
add 67e573d wordsmith calendar page
No new revisions were added by this update.
Summary of changes:
community/calendar.md | 8 +++++---
community/irc-meetings.ical | 4 ++--
2 files changed, 7
2020 Jul 30
0
[centos/centos.org] branch master updated (67e573d -> d9b2e08)
This is an automated email from the git hooks/post-receive script.
rbowen pushed a change to branch master
in repository centos/centos.org.
from 67e573d wordsmith calendar page
add d9b2e08 Add git link to footer
No new revisions were added by this update.
Summary of changes:
_includes/footer.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving
2008 Oct 24
3
SAMBA: how do I tell SAMBA to not prompt for id/passwords when connecting from windows (vista)
I have a linux box on my home network and it also has xp and win viata on the same network.
It is all friendly - how do I drop the need for Id/pw (if I can't, how do I set the id/pw
so what I type in win vista gets passed to samba cleanly and thus I get in. I have tried
many things in smb.conf and cannot figure it out
TIA,
Joe
2015 Mar 24
8
[LLVMdev] RFC - Improvements to PGO profile support
...015 at 6:54 PM, Diego Novillo
>> <dnovillo at google.com <mailto:dnovillo at google.com>> wrote:
>>
>> I've created a few bugzilla issues with details of some of
>> the things I'll be looking into. I'm not yet done
>> wordsmithing the overall design document. I'll try to finish
>> it by early next week at the latest.
>>
>>
>> The document is available at
>>
>> https://docs.google.com/document/d/15VNiD-TmHqqao_8P-ArIsWj1KdtU-ElLFaYPmZdrDMI/edit?usp=sharing
>> &...
2015 Oct 13
2
RFC: Introducing an LLVM Community Code of Conduct
> On Oct 13, 2015, at 11:16 AM, Renato Golin via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> On 13 October 2015 at 18:59, Chandler Carruth via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
>> We have *not* appointed any such committee at this point.
>> (...)
>> The appeal is to the board of the Foundation. I don't expect the board to
>>
2015 Mar 24
3
[LLVMdev] RFC - Improvements to PGO profile support
...rote:
>>>
>>> On Thu, Feb 26, 2015 at 6:54 PM, Diego Novillo <dnovillo at google.com>
>>> wrote:
>>>
>>>> I've created a few bugzilla issues with details of some of the things
>>>> I'll be looking into. I'm not yet done wordsmithing the overall design
>>>> document. I'll try to finish it by early next week at the latest.
>>>
>>>
>>> The document is available at
>>>
>>>
>>> https://docs.google.com/document/d/15VNiD-TmHqqao_8P-ArIsWj1KdtU-ElLFaYPmZdrDMI/ed...
2015 Jul 31
0
[LLVMdev] Clang devirtualization proposal
...ems potentially useful.
"i8* @llvm.invariant.group.barrier(i8*):Given a pointer, produces
another pointer that aliases the first but which is considered different
for the purposes of load !invariant.group metadata."
The definition here minorly bugs me. This might just be a matter of
wordsmithing, but it seems strange to me that this can't be defined in
terms of the assumptions allowed about the memory through the two
pointers. If I'm looking at this instruction in memory dependence
analysis, what am I allowed to assume, not assume? The current
definition doesn't make this...
2016 May 06
4
Resuming the discussion of establishing an LLVM code of conduct
> -----Original Message-----
> From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Chris
> Lattner via llvm-dev
> Sent: Thursday, May 05, 2016 4:36 PM
> To: Renato Golin
> Cc: llvm-dev
> Subject: Re: [llvm-dev] Resuming the discussion of establishing an LLVM
> code of conduct
>
> On May 5, 2016, at 4:02 PM, Renato Golin <renato.golin at
2018 Aug 10
2
[PATCH] Change wording from "twice" to "more than once" in error messages
When erroring out about duplicated parameters, say "more than once"
instead of "twice", since there can be more than two repeated
parameters.
Thanks to: Xiaodai Wang
---
generator/fish.ml | 2 +-
generator/perl.ml | 2 +-
resize/resize.ml | 4 ++--
tools/virt-tar | 4 ++--
v2v/input_libvirt_vddk.ml | 2 +-
v2v/output_rhv_upload.ml | 4 ++--
2016 May 06
2
Resuming the discussion of establishing an LLVM code of conduct
On Fri, May 6, 2016 at 2:16 PM, Chandler Carruth <chandlerc at gmail.com>
wrote:
> On Fri, May 6, 2016 at 1:04 PM Jon Roelofs via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>>
>>
>> On Friday, May 6, 2016, Renato Golin <renato.golin at linaro.org> wrote:
>>
>>> On 6 May 2016 at 19:34, David Blaikie <dblaikie at gmail.com>
2015 Feb 24
9
[LLVMdev] RFC - Improvements to PGO profile support
We (Google) have started to look more closely at the profiling
infrastructure in LLVM. Internally, we have a large dependency on PGO to
get peak performance in generated code.
Some of the dependencies we have on profiling are still not present in LLVM
(e.g., the inliner) but we will still need to incorporate changes to
support our work on these optimizations. Some of the changes may be
addressed
2015 Jul 22
9
[LLVMdev] Clang devirtualization proposal
Hi folks,
this summer I will work with Richard Smith on clang devirtualization. Check
out our proposal:
https://docs.google.com/document/d/1f2SGa4TIPuBGm6y6YO768GrQsA8awNfGEJSBFukLhYA/edit?usp=sharing
And modified LangRef
http://reviews.llvm.org/D11399
You can also check out previous disscussion that was started before our
proposal was ready -
2013 Apr 23
4
[LLVMdev] [PATCH] Handle tied sub-operands in AsmMatcherEmitter
...eral token. When printing, however, we need to know that they’re part of the more generalized operand. My current thinking on this is that each complex operand would have an MIOperandInfo specifying the raw operands (just like now), but would also have an AsmFragment (name could probably stand some wordsmithing…) attribute which describes how to print the operand. The asm matcher code in tablegen can use these strings to flatten the assembler string used for both printing and matching from this, yet we still have the extra semantic information that this sub-string is all a memory address (so things like t...
2015 Oct 19
18
RFC: Improving license & patent issues in the LLVM community
Hi Everyone,
I’d like to start a discussion about how to improve some important issues we have in the LLVM community, regarding our license and patent policy. Before we get started, I’d like to emphasize that *this is an RFC*, intended for discussion. There is no time pressure to do something fast here -- we want to do the right long-term thing for the community (though we also don’t want
2015 Oct 13
33
RFC: Introducing an LLVM Community Code of Conduct
Greetings everyone,
On behalf of the board of the LLVM Foundation, I’d like to start the
process of introducing a formal code of conduct for the community.
For a long time, various members of the community have been enforcing basic
reasonable and respectful behavior, but to an outsider this may not be
obvious. A public code of conduct advertises the behavior we expect of
community members and