search for: pertti

Displaying 20 results from an estimated 129 matches for "pertti".

2006 Apr 20
0
[LLVMdev] 1.7 Pre-Release Ready for Testing
This came up when trying to compile the Python bindings against llvm 1.7. File include/llvm/Transforms/Scalar.h declares llvm::createPREPass(), which does not seem to be implemented anywhere. Should I report this in llvmbugs? -- Pertti
2006 Nov 09
2
[LLVMdev] LLVM and newlib progress
Hi Reid, I'll write a separate post about the intrinsics, but just a quick note about the CFLAGS issue. Reid Spencer kirjoitti: > On Thu, 2006-11-09 at 15:29 +0200, Pertti Kellomäki wrote: >> Another related thing is that even when I defined -emit-llvm in >> what I thought would be a global CFLAGS for all of newlib, it did >> not get propagated to all subdirectories. > > Oh? Which ones did it not get propagated to? I did not see it being pr...
2009 Apr 22
4
[LLVMdev] Strange loop unrolling problem
...the compilation causes unrolling to take place. Am I missing something or should I file a bug? I tried looking around at LoopUnroll.cpp and UnrollLoop.cpp, but did not find an immediate cause for this. From the debug output it looks like instcombine is doing different things in the two cases. -- Pertti -------------- next part -------------- A non-text attachment was scrubbed... Name: unroll.c Type: text/x-csrc Size: 380 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090422/70b9e70d/attachment.c> -------------- next part -------------- An embedded and...
2006 Apr 20
2
[LLVMdev] 1.7 Pre-Release Ready for Testing
Hi Pertti, The boost Python are not (yet) part of LLVM so I suppose it would make most sense to try to makes fixes/changes so they would work for 1.7 and then try to get them into LLVM CVS. It would be good in such a case to ask the author of the bindings again if he would allow this, because basica...
2003 Sep 08
8
Callgroup, Pickupgroup and SIP
I have just started to play with callgroups and pickupgroups.. I updates my * from CVS this morning (about 15 mins ago).. I have placed callgroup=1 and pickupgroup=1 into each of my 3 phone configurations in sip.conf.. I place a call from phoneA to phoneB, then I go to phoneC and dial *8# , the call does not get picked up by phoneC and continues to ring on phoneB.. Have I not configured
2008 Apr 02
4
[LLVMdev] Alias analysis and instruction level parallelism
...for reading and writing memory, then one should be able to use those values and the AliasAnalysis interface to query dependences between MachineInstr's. I am not intimately familiar with how the lowering is done, so if there are some obvious problems with this approach, please let me know. -- Pertti
2003 Jun 12
3
Monitor application
Hi, I've had a search through the archives and didn't find much. Is anyone using the Monitor application? I have it working but there is a really big drawback. The files are always called the same thing, which means if I make 2 calls one after the other the first recording is lost. I half expected Monitor to use something like ZAP-2-1-<yyyymmddhhmmss>-in/out.wav for it's
2006 Nov 09
9
[LLVMdev] LLVM and newlib progress
...here are a few intrinsics that have to do with libc, like llvm.memcpy and llvm.memmove. However, I would personally prefer less pollution in the intrinsic name space, so I would propose naming the intrinsics with a llvm.libc prefix, e.g. llvm.libc.open and so forth. Any strong opinions on this? -- Pertti
2006 Nov 15
4
[LLVMdev] Byte code libraries and linking
...ink all of libc into one big byte code file, and use llvm-link like this: $ llvm-link hello.bc $NEWLIB/libc.bc -o linked.bc The only concern here is that this brings in all of libc, but I suppose it should be easy enough to run dead code elimination on linked.bc to shake out the unused bits? -- Pertti
2008 Oct 15
0
[LLVMdev] LLVM 2.4 problem? (resend)
Tatu Vaajalahti wrote: > On 15.10.2008, at 14.01, Pertti Kellomäki wrote: >> Seems to me that it is perfectly legitimate for the compiler to fold >> the two char constants together. > True, but note that it is the address of a variable that is used, not > the value. I don't have the C standard handy, but I would be somewhat sur...
2006 Apr 20
1
[LLVMdev] 1.7 Pre-Release Ready for Testing
Pertti Kellomäki wrote: > This came up when trying to compile the Python bindings > against llvm 1.7. File include/llvm/Transforms/Scalar.h > declares llvm::createPREPass(), which does not seem to > be implemented anywhere. Should I report this in llvmbugs? Just to clarify myself: this is an...
2006 Nov 01
1
[LLVMdev] New features in 1.9?
The "new features" link at <http://www.llvm.org> appears to point to the release notes of 1.8. Does a similar list exist yet for 1.9, or should I just wait patiently? Thanks, Pertti
2006 Nov 09
0
[LLVMdev] LLVM and newlib progress
Hi Pertti, On Thu, 2006-11-09 at 18:41 +0200, Pertti Kellomäki wrote: > Hi Reid, > > I'll write a separate post about the intrinsics, but just > a quick note about the CFLAGS issue. Okay. > > Reid Spencer kirjoitti: > > On Thu, 2006-11-09 at 15:29 +0200, Pertti Kellomäki wrot...
2008 May 12
4
[LLVMdev] Size and performance figures for LLVM?
...and the corresponding native binaries? Are there significant differences between targets (e.g. x86, ARM, Thumb,...) 2) What is the relative performance of code generated by LLVM and gcc respectively? I am not looking for exact answers, rough ballpark figures are quite sufficient. -- Pertti
2006 Nov 02
4
[LLVMdev] LLVM and libc
....wikipedia.org/wiki/Transport_Triggered_Architectures>. One thing we need is some sort of libc. We are targeting embedded systems, and I have been looking at things like newlib. Are there people out there doing something similar? Or any advice or opinions as to how go about the whole thing? -- Pertti
2006 Nov 23
3
[LLVMdev] Byte code portability (was Re: libstdc++ as bytecode, and compiling C++ to C)
On Wed, 22 Nov 2006, [ISO-8859-1] Pertti Kellom�ki wrote: > Aside from stuff that depends on system headers, are there any other > dependencies on the host system? In other words, will llvm-gcc produce > exactly the same byte code for a given set of source files regardless of > where compilation takes place? This has obvious i...
2008 Oct 15
6
[LLVMdev] LLVM 2.4 problem? (resend)
On 15.10.2008, at 14.01, Pertti Kellomäki wrote: > Tatu Vaajalahti wrote: >> With this program llvm-gcc -O2 optimizes test2 away even though it's >> address is taken in program (gcc-4.2 does not, neither does llvm-gcc >> with -O or -O0): >> >> >> #include <stdio.h> >> >&g...
2004 Nov 21
4
Snom 190 - dhcp - settings_server
Hi, in the Snom FAQ I found the following information: After staring up, the phone tries the URL given in the "Setting URL" of the phone. ... BTW this setting can also be set via DHCP. .... option tftp-server-name "http://192.168.0.9/snom200{mac}.htm" The documents used: FAQ-04-06-14-sf.pdf "Setting up DHCP for snom phones" FAQ-04-03-24-sf.pdf "How can I
2009 Apr 27
1
[LLVMdev] Strange loop unrolling problem (partially solved)
...blem manifest itself rather than creating it. Unrolling is absolutely crucial for the application we have. The loops that do not get unrolled are inner loops in a DSP application, and unless we get big fat basic blocks, we don't get much speedup from the VLIW-like machine we are targeting. -- Pertti
2006 Apr 12
2
[LLVMdev] Status of Python bindings?
...o all, I am involved in a compiler project for Transport Triggered Architectures (think VLIW and you are pretty close), and we are considering using LLVM. Browsing the list archives, I noticed an announcement of Python bindings for LLVM 1.5. Does anyone know the current status of the bindings? -- Pertti