search for: smachines

Displaying 20 results from an estimated 58 matches for "smachines".

Did you mean: machines
2007 Aug 21
1
[NetBIOS] Registering new name?
Hello I'm having a hard time finding information about NetBIOS. Maybe someone here has good experience with this API, so I figured I could try asking here, although the question is specifically on how to use NetBIOS in an all-Windows LAN from Visual Basic :-/ I'm trying to register a new name on a server so that clients can locate it by broadcasting its NetBIOS name. At this point,
2013 Nov 19
1
[LLVMdev] Null pointers with a non-0 representation
On Nov 19, 2013, at 10:52, Micah Villmow <micah.villmow at smachines.com> wrote: > +llvm-dev > Yes. The question then becomes, does LLVM handle the case where the cast of the value 0 to a non-void* pointer? > > Think of this case: > int *ptr = (int*)0; > > based on a strict reading of the spec, ptr itself technically is not the null poin...
2013 Jun 27
1
[LLVMdev] Heads up, I've backed out significant amounts of the multiple address space conversion changes
...June 27, 2013 4:18 PM To: Micah Villmow Cc: Matt Arsenault; Chandler Carruth; LLVM Developers Mailing List Subject: Re: [LLVMdev] Heads up, I've backed out significant amounts of the multiple address space conversion changes On Thu, Jun 27, 2013 at 12:49 PM, Micah Villmow <micah.villmow at smachines.com<mailto:micah.villmow at smachines.com>> wrote: That said, changes of this magnitude should be done in a branch instead of mainline trunk. I strongly disagree. If you think this is the case, we should probably start a new thread (rather than ressurecting this one) with the context of w...
2013 Aug 02
0
[LLVMdev] Question about SparseMultiSet
Sorry for the late reply. On Jul 26, 2013, at 3:26 PM, Micah Villmow <micah.villmow at smachines.com> wrote: > Does anyone know if an insertion invalidates the end() iterator? The documentation in ADT/SparseMultiSet.h mentions that removal only invalidates the iterator of the object being removed, but nothing on insertion. My understanding from reading the code seems to me that it does...
2013 Jun 27
0
[LLVMdev] Heads up, I've backed out significant amounts of the multiple address space conversion changes
On Thu, Jun 27, 2013 at 12:49 PM, Micah Villmow <micah.villmow at smachines.com > wrote: > That said, changes of this magnitude should be done in a branch instead of > mainline trunk. I strongly disagree. If you think this is the case, we should probably start a new thread (rather than ressurecting this one) with the context of what you want to do and why you t...
2013 Jul 26
2
[LLVMdev] Question about SparseMultiSet
Does anyone know if an insertion invalidates the end() iterator? The documentation in ADT/SparseMultiSet.h mentions that removal only invalidates the iterator of the object being removed, but nothing on insertion. My understanding from reading the code seems to me that it doesn't invalidate it, but I want to make sure as I'm not 100% sure here. Thanks, Micah -------------- next part
2013 Nov 19
0
[LLVMdev] Null pointers with a non-0 representation
...to a pointer to any object or function." As LLVM IR is modelled after C, I assume null pointer in LLVM IR is equivalent to 0 as well. The folding from 0 to null pointer in LLVM follows that behaviour very similar. - michael On Sun, Nov 17, 2013 at 1:00 PM, Micah Villmow <micah.villmow at smachines.com<mailto:micah.villmow at smachines.com>> wrote: The reason why I suggested looking there is because the same questions came up as address 0 in some of the OpenCL address spaces are legal addresses. So in order to solve this problem, they would have to find answers to your questions, mai...
2013 Aug 05
3
[LLVMdev] Can I add GlobalVariable in MachineFunctionPass ?
...lly not convenient that I can't create local memory in runOnMachineFunction. Hmm.... Since I should do it at doInitialization stage, I also need to do some tricks in global variable and AsmPrinter to resize it. Did you use the similar way? Antony 2013/8/5 Micah Villmow <micah.villmow at smachines.com> > Antony, > What are you trying to accomplish in this case? I did something very > similar in the AMDIL backend, but it was not the cleanest solution and you > are correct it has to be do at doInitialization stage and not at > runOnMachineFunction. > Micah > > >...
2013 Nov 17
3
[LLVMdev] Null pointers with a non-0 representation
...true that the null pointer issue may arise in a similar context (e.g. null pointers in different address spaces may have different internal representations), but it's not entirely related. Or have I missed something in the thread? Thanks, Michael From: Micah Villmow [mailto:micah.villmow at smachines.com] Sent: Sunday, November 17, 2013 11:42 To: Kuperstein, Michael M; LLVMdev at cs.uiuc.edu Subject: RE: Null pointers with a non-0 representation I ran into the same problem in OpenCL with Local/Private address spaces and I believe it was discussed here in the past. So I would suggest looking th...
2013 Aug 08
1
[LLVMdev] Address space extension
On Aug 8, 2013, at 7:22 , Micah Villmow <micah.villmow at smachines.com> wrote: > It was commited at one point, however due to personal matters, I was not able to respond to issue that arose and the changes were reverted. > The longer explanation for why it was reverted can be read here: > http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-November/055098...
2013 Nov 20
0
[LLVMdev] unsubscribe
...y much in bugzilla, but we should have something to track the overall problem. > >> >> 2) Who is going to do this work? > > No idea. > > -eric ------------------------------ Message: 5 Date: Tue, 19 Nov 2013 21:44:23 +0000 From: Micah Villmow <micah.villmow at smachines.com> To: Clark Smith Cox III <clark.cox at apple.com> Cc: "llvmdev at cs.uiuc.edu" <llvmdev at cs.uiuc.edu> Subject: Re: [LLVMdev] Null pointers with a non-0 representation Message-ID: <3947CD34E13C4F4AB2D94AD35AE3FE60074E2445 at smi-exchange1.smi.local> Content-Type...
2013 Jun 27
2
[LLVMdev] Heads up, I've backed out significant amounts of the multiple address space conversion changes
Outside of what was listed below, which you would have to go back into the other emails/reviews to get into more details, I believe the handling of global constants expressions was problematic with the API's that I had implemented. That said, changes of this magnitude should be done in a branch instead of mainline trunk. Micah -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu
2011 Mar 23
2
[LLVMdev] [GSoC] Interface layer for optimizers
...izer" task from "Miscellaneous Additions" list, so I believe there are guys here who could mentor my GSoC project. If there are any of you who can mentor the project, I prepare and send detailed implementation plan here. [1] http://llvm.org/docs/ProgrammersManual.html<https://owa.smachines.com/owa/redir.aspx?C=679f0475c3d14f849bfc90a4498f0d0f&URL=http%3a%2f%2fllvm.org%2fdocs%2fProgrammersManual.html> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110323/fa6cdbae/attachment.html>
2013 Aug 05
2
[LLVMdev] Can I add GlobalVariable in MachineFunctionPass ?
...... >> Since I should do it at doInitialization stage, I also need to do some >> tricks in global variable and AsmPrinter to resize it. >> Did you use the similar way? >> >> Antony >> >> >> >> >> 2013/8/5 Micah Villmow <micah.villmow at smachines.com> >> >>> Antony, >>> What are you trying to accomplish in this case? I did something very >>> similar in the AMDIL backend, but it was not the cleanest solution and you >>> are correct it has to be do at doInitialization stage and not at >>>...
2013 Aug 05
0
[LLVMdev] Can I add GlobalVariable in MachineFunctionPass ?
...in > runOnMachineFunction. > Hmm.... > Since I should do it at doInitialization stage, I also need to do some > tricks in global variable and AsmPrinter to resize it. > Did you use the similar way? > > Antony > > > > > 2013/8/5 Micah Villmow <micah.villmow at smachines.com> > >> Antony, >> What are you trying to accomplish in this case? I did something very >> similar in the AMDIL backend, but it was not the cleanest solution and you >> are correct it has to be do at doInitialization stage and not at >> runOnMachineFunction. &...
2014 Jan 03
2
[LLVMdev] Tracing values in llvm IR
...has many such examples of how to do this. Thanks, Swarup. ________________________________ From: llvmdev-bounces at cs.uiuc.edu [llvmdev-bounces at cs.uiuc.edu] on behalf of Jin Huang [54jin.huang at gmail.com] Sent: Thursday, January 02, 2014 9:47 PM To: llvmdev at cs.uiuc.edu; micah.villmow at smachines.com Subject: Re: [LLVMdev] Tracing values in llvm IR Thank you,Micah. This way sounds good, Do you mean writing a function to trace the value and insert a callinst to call this function in the entry of the program ? How can I insert a function writing by myself? Is there any code examples? -Jin...
2013 Sep 18
0
[LLVMdev] forcing two instructions to be together
...a guarantee that they won't be split up. Phases other than the scheduler may insert instructions in the middle of block (constant island pass, for example). Pseudo-instructions are the canonical answer to that problem. --Owen On Sep 17, 2013, at 11:09 PM, Micah Villmow <micah.villmow at smachines.com> wrote: > I used the A9 schedule as an example: > http://llvm.org/svn/llvm-project/llvm/trunk/lib/Target/ARM/ARMScheduleA9.td > > The documentation could use more clarity, but this is how I was able to do it to always get two specific instructions to be scheduled together. >...
2013 Aug 05
0
[LLVMdev] Can I add GlobalVariable in MachineFunctionPass ?
...doInitialization stage, I also need to do some >>> tricks in global variable and AsmPrinter to resize it. >>> Did you use the similar way? >>> >>> Antony >>> >>> >>> >>> >>> 2013/8/5 Micah Villmow <micah.villmow at smachines.com> >>> >>>> Antony, >>>> What are you trying to accomplish in this case? I did something very >>>> similar in the AMDIL backend, but it was not the cleanest solution and you >>>> are correct it has to be do at doInitialization stage and...
2013 Aug 06
2
[LLVMdev] Can I add GlobalVariable in MachineFunctionPass ?
...to do some >>>> tricks in global variable and AsmPrinter to resize it. >>>> Did you use the similar way? >>>> >>>> Antony >>>> >>>> >>>> >>>> >>>> 2013/8/5 Micah Villmow <micah.villmow at smachines.com> >>>> >>>>> Antony, >>>>> What are you trying to accomplish in this case? I did something very >>>>> similar in the AMDIL backend, but it was not the cleanest solution and you >>>>> are correct it has to be do at doInit...
2013 Sep 18
2
[LLVMdev] forcing two instructions to be together
I used the A9 schedule as an example: http://llvm.org/svn/llvm-project/llvm/trunk/lib/Target/ARM/ARMScheduleA9.td The documentation could use more clarity, but this is how I was able to do it to always get two specific instructions to be scheduled together. ________________________________________ From: reed kotler [rkotler at mips.com] Sent: Tuesday, September 17, 2013 8:54 PM To: Micah Villmow