search for: renzelmann

Displaying 19 results from an estimated 19 matches for "renzelmann".

2009 Aug 09
2
[LLVMdev] Signals: interpreter vs. JIT
...function from the glibc library. That's why the signal causes a segfault. If you're interested in bringing the interpreter up-to-date with the JIT compiler, I would welcome it since JIT compilation isn't supported on all platforms. --Sam ----- Original Message ---- > From: Matt Renzelmann <mjr at cs.wisc.edu> > To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> > Sent: Sunday, August 9, 2009 11:23:27 AM > Subject: [LLVMdev] Signals: interpreter vs. JIT > > Just a quick question on LLVM, signals, and the lli interpreter. A sample > program is in...
2009 Aug 09
0
[LLVMdev] Signals: interpreter vs. JIT
...function from the glibc library. That's why the signal causes a segfault. If you're interested in bringing the interpreter up-to-date with the JIT compiler, I would welcome it since JIT compilation isn't supported on all platforms. --Sam ----- Original Message ---- > From: Matt Renzelmann <mjr at cs.wisc.edu> > To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> > Sent: Sunday, August 9, 2009 11:23:27 AM > Subject: [LLVMdev] Signals: interpreter vs. JIT > > Just a quick question on LLVM, signals, and the lli interpreter. A sample > program is in...
2009 Aug 09
3
[LLVMdev] Signals: interpreter vs. JIT
Just a quick question on LLVM, signals, and the lli interpreter. A sample program is included at the end. Platform is x86, Linux, 32-bit, GCC 4.2.4. Does lli -force-interpreter support signals, or is it only the JIT that does? The following sample program crashes with lli 2.5 and lli top-of-tree. Thanks and regards, Matt ============================= #include <stdio.h> #include
2009 May 11
3
[LLVMdev] Assign symbol the address of a section
Hello, The binaries produced by LLVM and other compilers divide code up into various sections, e.g. the .text section. What is the recommended approach to assigning a symbol the address of a section using LLVM? Using GCC/LD, you can do this with a linker script, e.g. in a linker script you can do: _text = .; _stext = .; These symbols are then available in the corresponding C code using an
2009 May 07
1
[LLVMdev] Compiling user mode linux with LLVM
...is defined in a linker script (vmlinux.lds) and is used in the kernel as part of the initialization. Has anyone successfully modified the kernel initialization code to get UML working with LLVM? If so, I'm interested in the approach taken so as to avoid wasting time. Thanks and regards, Matt Renzelmann
2009 May 07
0
[LLVMdev] Compiling user mode linux with LLVM
...is defined in a linker script (vmlinux.lds) and is used in the kernel as part of the initialization. Has anyone successfully modified the kernel initialization code to get UML working with LLVM? If so, I'm interested in the approach taken so as to avoid wasting time. Thanks and regards, Matt Renzelmann
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...<matthew.gates@hp.com> Matt Gruskin <matthew.gruskin@gmail.com> Matt Helsley <matthltc@us.ibm.com> Matt Johnson <johnso87@illinois.edu> Matt Klein <mklein@twitter.com> Matt Phillips <mathewrphillips@gmail.com> Matt Porter <mporter@ti.com> Matt Renzelmann <mjr@cs.wisc.edu> Matt Schulte <matts@commtech-fastcom.com> Matt Sealey <matt@genesi-usa.com> Matt Turner <mattst88@gmail.com> Matt Wilson <msw@amazon.com> Matteo Frigo <athena@fftw.org> Matthew Daley <mattjd@gmail.com> Matthew Dharm <mdhar...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...<matthew.gates@hp.com> Matt Gruskin <matthew.gruskin@gmail.com> Matt Helsley <matthltc@us.ibm.com> Matt Johnson <johnso87@illinois.edu> Matt Klein <mklein@twitter.com> Matt Phillips <mathewrphillips@gmail.com> Matt Porter <mporter@ti.com> Matt Renzelmann <mjr@cs.wisc.edu> Matt Schulte <matts@commtech-fastcom.com> Matt Sealey <matt@genesi-usa.com> Matt Turner <mattst88@gmail.com> Matt Wilson <msw@amazon.com> Matteo Frigo <athena@fftw.org> Matthew Daley <mattjd@gmail.com> Matthew Dharm <mdhar...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...<matthew.gates@hp.com> Matt Gruskin <matthew.gruskin@gmail.com> Matt Helsley <matthltc@us.ibm.com> Matt Johnson <johnso87@illinois.edu> Matt Klein <mklein@twitter.com> Matt Phillips <mathewrphillips@gmail.com> Matt Porter <mporter@ti.com> Matt Renzelmann <mjr@cs.wisc.edu> Matt Schulte <matts@commtech-fastcom.com> Matt Sealey <matt@genesi-usa.com> Matt Turner <mattst88@gmail.com> Matt Wilson <msw@amazon.com> Matteo Frigo <athena@fftw.org> Matthew Daley <mattjd@gmail.com> Matthew Dharm <mdhar...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...oc <gomboc0@gmail.com> Matt Gruskin <matthew.gruskin@gmail.com> Matt Helsley <matthltc@us.ibm.com> Matt Johnson <johnso87@illinois.edu> Matt Klein <mklein@twitter.com> Matt Phillips <mathewrphillips@gmail.com> Matt Porter <mporter@ti.com> Matt Renzelmann <mjr@cs.wisc.edu> Matt Schulte <matts@commtech-fastcom.com> Matt Sealey <matt@genesi-usa.com> Matt Turner <mattst88@gmail.com> Matt Wilson <msw@amazon.com> Matteo Facchinetti <matteo.facchinetti@sirius-es.it> Matteo Frigo <athena@fftw.org> Mat...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...oc <gomboc0@gmail.com> Matt Gruskin <matthew.gruskin@gmail.com> Matt Helsley <matthltc@us.ibm.com> Matt Johnson <johnso87@illinois.edu> Matt Klein <mklein@twitter.com> Matt Phillips <mathewrphillips@gmail.com> Matt Porter <mporter@ti.com> Matt Renzelmann <mjr@cs.wisc.edu> Matt Schulte <matts@commtech-fastcom.com> Matt Sealey <matt@genesi-usa.com> Matt Turner <mattst88@gmail.com> Matt Wilson <msw@amazon.com> Matteo Facchinetti <matteo.facchinetti@sirius-es.it> Matteo Frigo <athena@fftw.org> Mat...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...oc <gomboc0@gmail.com> Matt Gruskin <matthew.gruskin@gmail.com> Matt Helsley <matthltc@us.ibm.com> Matt Johnson <johnso87@illinois.edu> Matt Klein <mklein@twitter.com> Matt Phillips <mathewrphillips@gmail.com> Matt Porter <mporter@ti.com> Matt Renzelmann <mjr@cs.wisc.edu> Matt Schulte <matts@commtech-fastcom.com> Matt Sealey <matt@genesi-usa.com> Matt Turner <mattst88@gmail.com> Matt Wilson <msw@amazon.com> Matteo Facchinetti <matteo.facchinetti@sirius-es.it> Matteo Frigo <athena@fftw.org> Mat...
2013 Jun 23
0
[linux-linus test] 18181: regressions - trouble: broken/fail/pass
...oc <gomboc0@gmail.com> Matt Gruskin <matthew.gruskin@gmail.com> Matt Helsley <matthltc@us.ibm.com> Matt Johnson <johnso87@illinois.edu> Matt Klein <mklein@twitter.com> Matt Phillips <mathewrphillips@gmail.com> Matt Porter <mporter@ti.com> Matt Renzelmann <mjr@cs.wisc.edu> Matt Schulte <matts@commtech-fastcom.com> Matt Sealey <matt@genesi-usa.com> Matt Turner <mattst88@gmail.com> Matt Wilson <msw@amazon.com> Matteo Facchinetti <matteo.facchinetti@sirius-es.it> Matteo Frigo <athena@fftw.org> Mat...
2013 Aug 29
0
[linux-linus test] 18805: regressions - FAIL
...lt;matthew.gruskin@gmail.com> Matt Helsley <matthltc@us.ibm.com> Matt Johnson <johnso87@illinois.edu> Matt Klein <mklein@twitter.com> Matt Phillips <mathewrphillips@gmail.com> Matt Porter <matt.porter@linaro.org> Matt Porter <mporter@ti.com> Matt Renzelmann <mjr@cs.wisc.edu> Matt Schulte <matts@commtech-fastcom.com> Matt Sealey <matt@genesi-usa.com> Matt Turner <mattst88@gmail.com> Matt Wilson <msw@amazon.com> Matteo Delfino <kendatsuba@gmail.com> Matteo Facchinetti <engineering@sirius-es.it> Mat...
2013 Aug 29
0
[linux-linus test] 18844: regressions - FAIL
...lt;matthew.gruskin@gmail.com> Matt Helsley <matthltc@us.ibm.com> Matt Johnson <johnso87@illinois.edu> Matt Klein <mklein@twitter.com> Matt Phillips <mathewrphillips@gmail.com> Matt Porter <matt.porter@linaro.org> Matt Porter <mporter@ti.com> Matt Renzelmann <mjr@cs.wisc.edu> Matt Schulte <matts@commtech-fastcom.com> Matt Sealey <matt@genesi-usa.com> Matt Turner <mattst88@gmail.com> Matt Wilson <msw@amazon.com> Matteo Delfino <kendatsuba@gmail.com> Matteo Facchinetti <engineering@sirius-es.it> Mat...
2009 May 14
0
[LLVMdev] Grouping related functions in a code section
Andrew, Eli, thank you both for your help. You both proposed essentially the same idea at the same time and it works fine. I appreciate your assistance thus far. I'd set this aside for a few days to work on another thing, but am back now and have another question. User mode Linux contains a "__syscall_stub" code section. The linker script defines it to be page-aligned, and it
2009 Jun 24
2
[LLVMdev] How to add a trivial LLVM intrinsic
Thank you for your reply--I've now done that. Unfortunately, there's a new error now: ------------ Cannot yet select: intrinsic %llvm.test_intrinsic test.c:25: internal compiler error: Aborted Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://developer.apple.com/bugreporter> for instructions. ------------ I've switched to using LLVM-2.5
2009 Jun 23
2
[LLVMdev] How to add a trivial LLVM intrinsic
Hello, As an experiment, I'm simply trying to add a trivial intrinsic to LLVM, but I'm having trouble, which suggests that I'm overlooking the obvious ;) Platform is GCC-4.2.4/LLVM from SVN/x86. First, I've read the page here about 10 times, so I'll speculate that my reading comprehension is lacking: http://www.llvm.org/docs/ExtendingLLVM.html Code I've added to the
2009 Jul 14
0
[LLVMdev] "Recursive compilation detected" and signals
Hello, Platform is RHEL5, GCC 4.2.4, x86-32, and LLVM/LLVM-GCC from subversion (yesterday evening). I'm compiling C code into bitcode, and then executing the bitcode using the JIT compiler (lli). I've managed to reproduce a problem when multiple signals go off around the same time. A sample program is below. The result is the "recursive compilation detected" JIT compiler