search for: carter

Displaying 20 results from an estimated 1580 matches for "carter".

2010 Jul 08
3
One account can access samba, another can't.
...wanted to set up samba on the third box and provide some extra storage space for both our Windows installs. It worked for a few days, then all of a sudden it stopped letting my account (michael) in while still letting my wife's account (amy) use the share. Here's my /etc/samba/smb.conf: carter samba # cat /etc/samba/smb.conf [global] workgroup = MYGROUP security = user encrypt passwords = yes guest account = guest wins support = yes local master = yes os level = 99 domain master = yes preferred master = yes hosts allow = 192.168.1. 127. interfaces = eth0 log level = 1 [tmp] path...
2011 Oct 28
2
[LLVMdev] Itineraries in the powerpc backend
Thanks Hal. On Fri, Oct 28, 2011 at 2:19 AM, Hal Finkel <hfinkel at anl.gov> wrote: > Carter, > > In my opinion (and I was the one who committed the changes in question), > it depends on the hardware. The pipeline descriptions are for the PPC > 440, which is an embedded PPC chip use in a variety of places. As such, > it is a fairly specific target, and using pipeline-hazard-...
2011 Oct 29
0
[LLVMdev] Itineraries in the powerpc backend
I hope you don't mind if do have a follow up question- is code in place in the code generation supporting "proper" scheduling via the processor itineraries in LLVM? On Fri, Oct 28, 2011 at 8:47 PM, Carter Cheng <cartercheng at gmail.com> wrote: > Thanks Hal. > > On Fri, Oct 28, 2011 at 2:19 AM, Hal Finkel <hfinkel at anl.gov> wrote: > >> Carter, >> >> In my opinion (and I was the one who committed the changes in question), >> it depends on the hardwar...
2008 Jul 31
3
[LLVMdev] LLVM JIT: How to install a callback for a function loaded in at runtime
...pports dynamic class loading. The problem I am having is determining how the JIT system allows for dynamic loading of functions into the JIT. The paper indicates the JnJVM use some sort of callback when the JIT hits a call it cannot yet resolve. How do I install such a handler? Thanks in advance, Carter.
2012 Feb 28
0
[LLVMdev] Invitation to connect on LinkedIn
LinkedIn ------------ Carter Cheng requested to add you as a connection on LinkedIn: ------------------------------------------ Jian, I'd like to add you to my professional network on LinkedIn. - Carter Accept invitation from Carter Cheng http://www.linkedin.com/e/-58ovfe-gz78yrwr-6r/ufOwc0tXw0Xw9TrTu3wwglpzd5GwaMp...
2009 Aug 17
2
[LLVMdev] ARMSchedule.td MipsSchedule.td etc.
I apologize if this has been asked before but which classes utilize the information in these files? I am asking since I am trying to extend the MIPS backend to 64bit among other things. Thanks in advance, Carter.
2009 Aug 18
1
[LLVMdev] ARMSchedule.td MipsSchedule.td etc.
...texA8Itineraries description in ARMScheduleV7.td is where I am using these new features to model the Cortex-A8. All of this is a work in progress... I suppose when I finish I will write up something describing the new Itinerary model and how to use it... David On Aug 18, 2009, at 1:11 AM, Carter Cheng wrote: > Actually after some digging I managed to answer these questions for > myself. I am guessing that this information is used by the Schedule* > classes in CodeGen. > > --- On Mon, 8/17/09, Carter Cheng <carter_cheng at yahoo.com> wrote: > >> From: Cart...
2009 Aug 18
0
[LLVMdev] ARMSchedule.td MipsSchedule.td etc.
Actually after some digging I managed to answer these questions for myself. I am guessing that this information is used by the Schedule* classes in CodeGen. --- On Mon, 8/17/09, Carter Cheng <carter_cheng at yahoo.com> wrote: > From: Carter Cheng <carter_cheng at yahoo.com> > Subject: [LLVMdev] ARMSchedule.td MipsSchedule.td etc. > To: llvmdev at cs.uiuc.edu > Date: Monday, August 17, 2009, 2:56 PM > I apologize if this has been asked > before but w...
2008 Aug 01
0
[LLVMdev] LLVM JIT: How to install a callback for a function loaded in at runtime
Hi Carter, Carter Cheng wrote: > Hello, > > This is probably a bit of a beginner's question but I am new to LLVM > I have been examining the possibility of constructing something similar to the JnJVM for a language which supports dynamic class loading. The problem I am having is determining...
2011 Oct 27
2
[LLVMdev] Itineraries in the powerpc backend
Hello, I was looking over some of the Target commits. I did notice some detailed pipeline descriptions in the ppc backends. I havent noticed anything in the literature describing this technique. Is this a standard approach for mapping SSA to hardware? Thanks in advance, Carter. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111027/d5fa7884/attachment.html>
2005 Mar 12
1
Broadvoice outgoing problems
...istry Host Username Refresh State sip.broadvoice.com:5060 UUUUUUUUUU 11 Registered Here is what I am getting in SIP debug: INVITE sip:6035551212@sip.broadvoice.com SIP/2.0 Via: SIP/2.0/UDP 192.168.0.9:5060;branch=z9hG4bK1682a548 From: "Jay D. Carter" <sip:UUUUUUUUUU@sip.broadvoice.com>;tag=as741ea376 To: <sip:6035551212@sip.broadvoice.com> Contact: <sip:UUUUUUUUUU@192.168.0.9> Call-ID: 2ae53df834ba64a075cc307224413991@sip.broadvoice.com CSeq: 102 INVITE User-Agent: Asterisk PBX Date: Sat, 12 Mar 2005 21:56:32 GMT Allow:...
2011 Aug 13
3
[LLVMdev] invoke unwind instruction support in 2.9
Hello, I was looking over the documentation support for exceptions and it indicates that the invoke unwind support is incomplete. Is this still the case in 2.9? Regards, Carter. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110814/400bcca0/attachment.html>
2012 Jan 13
1
[LLVMdev] llvm-mc standalone assemblers and testing
...I think my first patch will include a link from llvm-mc references in CodeGenerator.html pointing to the llvm project blog that discusses what it is trying to do. Cheers, Jack ________________________________ From: Jim Grosbach [grosbach at apple.com] Sent: Thursday, January 12, 2012 10:51 AM To: Carter, Jack Cc: Owen Anderson; List Subject: Re: [LLVMdev] llvm-mc standalone assemblers and testing ARM is the best model currently, though x86 does some interesting things as well and is worth looking at. If there's anything in particular that's causing head-scratching, just ask. There's...
2005 Jan 20
5
Stumped on LD questions......
...der that can take a IP, SIP, IAX hand-off and terminate the call. I have talked and received pricing from ATT, MCI and Alliance Telecom. Any other suggestions???? I'm looking for wholesale pricing for termination as we are a CLEC. Any suggestions would be greatly appreciated! Regards, Ty Carter
2008 Jun 11
19
Which Wine Download?
Hi, Which of the various Wine downloads on the download page should I get for PCLinuxOS? Thanks. Stephen Carter
2012 Jan 12
2
[LLVMdev] llvm-mc standalone assemblers and testing
...as hoping for some suggestions ;-) My target is Mips and I have started looking at what ARM does. If there is a better model or how-to guide I'd like to know. Thanks, Jack ________________________________ From: Owen Anderson [resistor at mac.com] Sent: Wednesday, January 11, 2012 6:40 PM To: Carter, Jack Cc: List Subject: Re: [LLVMdev] llvm-mc standalone assemblers and testing On Jan 11, 2012, at 6:05 PM, Carter, Jack wrote: I have had references to llvm-mc in terms of a tester for MC level code changes and have just found and read the blog http://blog.llvm.org/2010/04/intro-to-llvm-mc-pro...
2011 Oct 28
0
[LLVMdev] Itineraries in the powerpc backend
Carter, In my opinion (and I was the one who committed the changes in question), it depends on the hardware. The pipeline descriptions are for the PPC 440, which is an embedded PPC chip use in a variety of places. As such, it is a fairly specific target, and using pipeline-hazard-based scheduling for spe...
2007 Sep 21
1
rsync backup not working&In-Reply-To=
Skipped content of type multipart/alternative-------------- next part -------------- BEGIN:VCARD VERSION:2.1 X-GWTYPE:USER FN:Todd Carter EMAIL;WORK;PREF;NGW:Todd.Carter@rlusd.org N:Carter;Todd TITLE:Netware & Groupwise Admin END:VCARD
2002 Oct 27
2
[LLVMdev] Compile error in include/Support/GraphWriter.h
Issue: GraphWriter includes <ostream>, which my gcc2 apparently thinks is <ostream.h>. Fix: Make a new <Support/ostream> that handles this discrepancy, ala <Support/hash_set>. -- Casey Carter Casey at Carter.net ccarter at uiuc.edu AIM: cartec69 -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20021027/e3876b5d/attachment.ksh>
2019 Jul 05
2
Allocating shadow tables at the bottom of memory on Linux.
...looking at the DataFlowSanitizer since getOrInsertGlobal seems to be used on a limited number of times in runModule primarily to allocate thread local storage and I am uncertain how the code ensures that the runtime metadata doesnt get overwritten by alloca calls for the stack. Thanks in advance, Carter. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190705/c558b585/attachment.html>