search for: gjunker

Displaying 15 results from an estimated 15 matches for "gjunker".

Did you mean: junker
2004 Apr 01
1
I didn't want to bother the list with this, but...
...k is .3, the client is .236 (DHCP). sip.conf: [general] port = 5060 ; Port to bind to bindaddr = 0.0.0.0 ; Address to bind SIP channel to context = sip ; Default context for incoming calls [8010] type=friend host=dynamic dtmfmode=inband username=gjunker auth=md5 secret=xxxxxxxxxxxxxxxxxxxxxxxxxxx ; generated per instructions in the Wiki Asterisk sip debug output: Sip read: REGISTER sip:voip.shockwaveaudio.com SIP/2.0 Content-Length: 0 Contact: <sip:gjunker@192.168.1.236:5060> Call-ID: ED30CAFA-1DD1-11B2-B310-C0D342A71FF4@192.168.1.236 F...
2012 May 09
0
[LLVMdev] Calling C-language variadic functions
Gregory Junker <gjunker at dayark.com> writes: > Such as printf, etc., from IR created using the API (IRBuilder). > > Google hasn't provided much help, and I can't find anything relevant in > the docs (the docs talk about how to do varargs in LLVM ASM, but not how > to call an external vararg...
2012 May 09
2
[LLVMdev] Calling C-language variadic functions
Such as printf, etc., from IR created using the API (IRBuilder). Google hasn't provided much help, and I can't find anything relevant in the docs (the docs talk about how to do varargs in LLVM ASM, but not how to call an external vararg function that exists in a library that gets linked to the LLVM module). Is there something special I need to do? Simply calling
2011 Jul 30
2
[LLVMdev] "Cannot select" error in 2.9
On 30 July 2011 23:39, Gregory Junker <gjunker at dayark.com> wrote: >> From: Nick Lewycky [mailto:nicholas at mxc.ca] [snip] >> Gregory Junker wrote: >> > That doesn't make a lot of sense to me -- LLVM can't add doubles? >> >> No, LLVM can't, but it can fadd them. ;) "add" only accepts...
2011 Jul 30
0
[LLVMdev] "Cannot select" error in 2.9
> -----Original Message----- > From: Nick Lewycky [mailto:nicholas at mxc.ca] > Sent: Saturday, July 30, 2011 2:36 PM > To: Gregory Junker > Cc: 'Rotem, Nadav'; llvmdev at cs.uiuc.edu > Subject: Re: [LLVMdev] "Cannot select" error in 2.9 > > Gregory Junker wrote: > >>> -----Original Message----- > >>> From: Rotem, Nadav
2011 Oct 28
2
[LLVMdev] Proper way to handle JIT codegen exceptions?
I am looking through the source and Support/ErrorHandling.cpp/.h says, in so many words, "don't throw exceptions from inside an installed fatal error handling routine". So how are people handling errors during JIT? For command-line compilers, calling exit() or abort() isn't as big a deal -- the compiler is probably going to exit anyway. But say, for instance, the host
2011 Jul 30
3
[LLVMdev] "Cannot select" error in 2.9
Gregory Junker wrote: >>> -----Original Message----- >>> From: Rotem, Nadav [mailto:nadav.rotem at intel.com] >>> Sent: Saturday, July 30, 2011 6:51 AM >>> To: Gregory Junker >>> Subject: RE: [LLVMdev] "Cannot select" error in 2.9 >>> >>> Can you reduce the test with bug-point ? Does it work on ToT ? >> >> Hi
2011 Oct 31
0
[LLVMdev] llvm configuration error
Are you saying this is this the first time you've tried to compile it on the cluster? It's easy to determine if g++ is installed and in the PATH - just get a console on the cluster and type "g++". However, AFAIK cluster nodes are not usually configured for software development, are they? Typically you build your code locally and then job it out to the cluster? Greg
2011 Nov 01
1
[LLVMdev] llvm configuration error
...ition of `gnu_dev_minor' spec.o:/usr/include/sys/sysmacros.h:50: first defined here clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake: *** [bzip2] Error 1 Any suggestion would be greatly appreciated. Bo On Mon, Oct 31, 2011 at 7:58 PM, Gregory Junker <gjunker at dayark.com> wrote: > Are you saying this is this the first time you’ve tried to compile it on > the cluster? **** > > ** ** > > It’s easy to determine if g++ is installed and in the PATH – just get a > console on the cluster and type “g++”. However, AFAIK cluster nodes a...
2011 Oct 31
3
[LLVMdev] llvm configuration error
I've compiled llvm several times, but this is the first time I saw this error when I was trying to compile it in a cluster. checking tool compatibility... configure: error: g++|clang++|icc required but not found I am pretty sure g++ is installed and in the path. I then downloaded clang++ binary and set path. The error was still there. OS: opensuse 10.1 gcc, g++ version: 4.2.3 Any idea? Bo
2011 Jul 30
0
[LLVMdev] "Cannot select" error in 2.9
> Actually, it was new in *2.6*, which was released almost two years > ago. It's documented here: > <http://llvm.org/releases/2.6/docs/ReleaseNotes.html#coreimprovements>. Interesting -- then I guess my question is why 2.8 (which is the first version of LLVM I've used) didn't flag this? Either way, it makes sense and changing my API usage to call CreateFAdd instead of
2011 Jul 31
0
[LLVMdev] "Cannot select" error in 2.9
> -----Original Message----- > From: Nick Lewycky [mailto:nicholas at mxc.ca] > Sent: Saturday, July 30, 2011 6:13 PM > To: Gregory Junker > Cc: 'Frits van Bommel'; llvmdev at cs.uiuc.edu > Subject: Re: [LLVMdev] "Cannot select" error in 2.9 > > Gregory Junker wrote: > > > >> Actually, it was new in *2.6*, which was released almost two
2011 Jul 30
0
[LLVMdev] "Cannot select" error in 2.9
> > -----Original Message----- > > From: Rotem, Nadav [mailto:nadav.rotem at intel.com] > > Sent: Saturday, July 30, 2011 6:51 AM > > To: Gregory Junker > > Subject: RE: [LLVMdev] "Cannot select" error in 2.9 > > > > Can you reduce the test with bug-point ? Does it work on ToT ? > > Hi Nadav > > I'm not sure what those are --
2011 Jul 30
2
[LLVMdev] "Cannot select" error in 2.9
> -----Original Message----- > From: Rotem, Nadav [mailto:nadav.rotem at intel.com] > Sent: Saturday, July 30, 2011 6:51 AM > To: Gregory Junker > Subject: RE: [LLVMdev] "Cannot select" error in 2.9 > > Can you reduce the test with bug-point ? Does it work on ToT ? Hi Nadav I'm not sure what those are -- can you clarify? Thanks Greg
2011 Jul 29
2
[LLVMdev] "Cannot select" error in 2.9
Hi all I didn't find anything relevant in the archives about this so I wanted to ask here. I am generating a simple function for JIT using the API. The function structure and code work fine with 2.8 but give me "Cannot select" with 2.9. Assembly dump of the function: define double @0(double %f0, double %f1, double %f2, double %f3, double %f4, double %f5, double %f6, double %f7,