search for: rspencer

Displaying 20 results from an estimated 352 matches for "rspencer".

Did you mean: spencer
2006 Nov 05
2
[LLVMdev] llvm partly ported to windows
On Sat, 4 Nov 2006, Reid Spencer wrote: > On Sun, 2006-11-05 at 00:27 +0300, Anton Korobeynikov wrote: > >>> 2) Is bugpoint project buildable on windows? >> Yes. > > Really? Yep. > When did that happen? Apparently Dec 22, 2005. Some rspencer guy did it: http://llvm.org/bugs/show_bug.cgi?id=351 > Are we now just execing the sub-processes > instead of forking them? yep, :) -Chris -- http://nondot.org/sabre/ http://llvm.org/
2004 May 11
1
[LLVMdev] ExecutionEngine/Interpreter/ExternalFunctions.cpp
...; > > return (FILE*)Ptr; > > } > > > _______________________ > Reid Spencer > President & CTO > eXtensible Systems, Inc. rspencer at x10sys.com _______________________ Reid Spencer President & CTO eXtensible Systems, Inc. rspencer at x10sys.com -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed...
2004 May 11
0
[LLVMdev] ExecutionEngine/Interpreter/ExternalFunctions.cpp
...) > return stderr; > } > > return (FILE*)Ptr; > } _______________________ Reid Spencer President & CTO eXtensible Systems, Inc. rspencer at x10sys.com -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040511/35056102/attachment.si...
2007 Feb 18
2
[LLVMdev] LLVM Cygwin build RLIMIT_RSS configuration problem
...RLIMIT_RSS. Then, please fix it to not use RLIMIT_RSS in the cygwin case. Perhaps you should just use RLIMIT_AS for cygwin. It will trigger sooner than RLIMIT_RSS but that's probably okay. Reid. > > Aaron > > ----- Original Message ----- > From: "Reid Spencer" <rspencer at reidspencer.com> > To: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> > Sent: Sunday, February 18, 2007 8:32 PM > Subject: Re: [LLVMdev] LLVM Cygwin build RLIMIT_RSS configuration problem > > > > Hi Aaaron, > > > > On Sun, 2007-02-18...
2007 Feb 18
0
[LLVMdev] LLVM Cygwin build RLIMIT_RSS configuration problem
...S round the RSS code. There needs to be logic added to config system to complement this. Or shall I just use an #ifdef _CYGWIN_ ? Regarding the Bytecode writer stuff. I will try adding some inline dis-ambiguator functions. Aaron ----- Original Message ----- From: "Reid Spencer" <rspencer at reidspencer.com> To: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> Sent: Sunday, February 18, 2007 9:08 PM Subject: Re: [LLVMdev] LLVM Cygwin build RLIMIT_RSS configuration problem > Hi Aaron, > > On Sun, 2007-02-18 at 20:43 +0000, Aaron Gray wrote: >&g...
2004 May 11
3
[LLVMdev] ExecutionEngine/Interpreter/ExternalFunctions.cpp
Hi, I'm working on bug 122, consolidating the interface to the SymbolTable class. In doing so, I found the function below which traverses the symbol table but apparently unnecessarily. Before I remove the traversal, I thought I better check with you guys. Posted this to the list because it looks like _everyone_ has edited this file :) In the code below, the IOB variable is the only thing in
2004 Mar 28
2
[LLVMdev] Can't Figure Out My Error :(
...r wrote: > > > Would you like me to send the patches to sabre at nondot.org or have you > > seen them already? > > I haven't seen them. Feel free to send them my way :) > > -Chris _______________________ Reid Spencer President & CTO eXtensible Systems, Inc. rspencer at x10sys.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040328/234503f4/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: OneOfEach.bc Type: applica...
2004 Mar 28
0
[LLVMdev] Re: Can't Figure Out My Error :(
...seen them already? > > > > I haven't seen them. Feel free to send them my way :) > > > > -Chris > > > > > > > > _______________________ > > Reid Spencer > > President & CTO > > eXtensible Systems, Inc. > > rspencer at x10sys.com _______________________ Reid Spencer President & CTO eXtensible Systems, Inc. rspencer at x10sys.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040328/1d3653bd/attachment.html> -...
2006 Aug 08
1
[LLVMdev] build error
On Mon, 07 Aug 2006 19:36:01 -0700 Reid Spencer <rspencer at reidspencer.com> wrote: > > Hi Simon, > > What version of llvm-gcc did you configure LLVM with? If you don't > know, please send your configure.out file from your LLVM_OBJ_ROOT I didn't find that file in the source anywhere. Also, I don't normally use llvm-gcc,...
2006 Aug 16
0
[LLVMdev] GetElementPtr.html
...h this, I found a typo... In the paragraph after the 3rd code snippet in the 1st question's section: "The second operand will be the field offset" seems like it should be the third operand? The second is the pointer offset... HTH! =] -Chandler Carruth On 8/15/06, Reid Spencer <rspencer at reidspencer.com> wrote: > > All, > > The often misunderstood GetElementPtr (GEP) instruction now has its own > FAQ document. For all of you that have struggled with understanding how > this instruction works, hopefully this document will make it clear and > help you with...
2006 Nov 05
0
[LLVMdev] llvm partly ported to windows
...wrote: > > > On Sun, 2006-11-05 at 00:27 +0300, Anton Korobeynikov wrote: > > > >>> 2) Is bugpoint project buildable on windows? > >> Yes. > > > > Really? > > Yep. > > > When did that happen? > > Apparently Dec 22, 2005. Some rspencer guy did it: > http://llvm.org/bugs/show_bug.cgi?id=351 > > > Are we now just execing the sub-processes > > instead of forking them? > > yep, :) > > -Chris >
2007 Jul 25
0
[LLVMdev] [Fwd: Re: svn issues]
This just in from Oscar .. Reid -------- Forwarded Message -------- > From: Oscar Fuentes <ofv at wanadoo.es> > To: Reid Spencer <rspencer at reidspencer.com> > Subject: Re: svn issues > Date: Wed, 25 Jul 2007 19:09:17 +0200 > > Reid Spencer <rspencer at reidspencer.com> writes: > > > Hi David, > > > > On Wed, 2007-07-25 at 10:38 -0500, David A. Greene wrote: > >> I'm getting a...
2004 Jul 27
1
[LLVMdev] LLVM Server Back Up
...----------- > > Subject: > Cron <llvm at sneezy> rsync -az --delete --exclude='#*' --stats > --bwlimit=256 rsync://llvm.cs.uiuc.edu/LLVM/ /home/llvm/cvs > From: > root at sneezy.swagora.com (Cron Daemon) > Date: > Mon, 26 Jul 2004 17:12:00 -0400 > To: > rspencer at x10sys.com > > > rsync: failed to connect to llvm.cs.uiuc.edu: Connection refused > rsync error: error in socket IO (code 10) at clientserver.c(83) > > > > ------------------------------------------------------------------------ > > ___________________________...
2004 Oct 13
0
[LLVMdev] RESOLVED: [LLVMbugs] [Bug 451] Libtool does not create libNAME.$(SHLIBEXT) files when building dynamic libs
.... -------- Original Message -------- Subject: [LLVMbugs] [Bug 451] Libtool does not create libNAME.$(SHLIBEXT) files when building dynamic libs Date: Tue, 12 Oct 2004 19:58:23 -0500 From: bugzilla-daemon at cs.uiuc.edu To: llvmbugs at cs.uiuc.edu http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=451 rspencer at x10sys.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comme...
2007 Mar 10
2
[LLVMdev] LLVM with Microsoft Visual Studio
On 3/11/07, Reid Spencer <rspencer at reidspencer.com> wrote: > Could you submit the patch? We could make sure that 2.0 doesn't have the > same problem. Sure, I can't test this from where I am now but if anyone can take it for a spin to test it and verify the fix then by all means check it in. I'm just providi...
2005 Apr 21
0
[LLVMdev] Trailing whitespace removal (important for CVS users!)
...gt; > horror for anyone maintaining external patches against a CVS tree. > > I was not aware that this is such a big problem, so thanks for point > this out. It'll be fixed in a short while. > _______________________ Reid Spencer President & CTO eXtensible Systems, Inc. rspencer at x10sys.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050421/610805ee/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: applic...
2008 May 27
2
Trunk/Peering provider in Canada
Hi, Anyone know any decent trunk provider in Canada that can offer multiple channel trunks (16channels) via IAX or Sip trunking? Having some pleasant experience with IAXTEL out of Denver, though they don't offer services into Canada. Please let me know S.
2013 Nov 08
2
[LLVMdev] Bugzilla REST API?
...: Chris Is Buggy > > Assignee : tonic > > Reported : 2006-11-10 18:40:00 -0600 > > Updated : 2011-05-24 11:55:13 -0500 > > Status : RESOLVED > > Resolution : WONTFIX > > Severity : normal > > Priority : P > > Reporter : rspencer > > Version : trunk > > Platform : All > > OS : All > > Product : tools > > Component : analyze > > Keywords : regression > > CC : brukman+bugs > > CC : clattner > > CC : isanbard > > CC...
2006 Aug 15
3
[LLVMdev] GetElementPtr.html
All, The often misunderstood GetElementPtr (GEP) instruction now has its own FAQ document. For all of you that have struggled with understanding how this instruction works, hopefully this document will make it clear and help you with your use of LLVM. Many thanks to Chris Lattner for setting me straight on how this instruction works and reviewing the document. Document Link :
2007 Jun 18
2
[LLVMdev] Arbitrary bit width integers
...ise control over the allocation of memory, then I should avoid using integers with bit widths larger than 64 bits (or perhaps 128)? Is there a hard rule for an integer being stack allocated, ie. one that doesn't depend on the current implementation details? Sandro On 6/18/07, Reid Spencer <rspencer at reidspencer.com> wrote: > Sandro Magi wrote: > > >Where does the storage for large bit width integers come from? Are > >very large numbers heap allocated? > > > > > The ConstantInt class stores integer values. Large or not they are > stored using an APInt o...