Displaying 7 results from an estimated 7 matches for "opendylan".
2010 Aug 10
0
[LLVMdev] sqlite3 crashing jit
On Tue, 10 Aug 2010 13:42:05 -0600
"Bueno, Denis" <denbuen at sandia.gov> wrote:
> Hello,
> http://www.opendylan.org/~housel/bcdump.pl
> I'm trying to compile sqlite3 using llvm-gcc, then run it with lli.
sqlite3 is part of LLVM testsuite, so it shouldn't crash ...
> This builds with the exact same flags as above, but with -emit-llvm
> added. It should create executable `test.llvm' whi...
2010 Aug 10
3
[LLVMdev] sqlite3 crashing jit
Hello,
I'm trying to compile sqlite3 using llvm-gcc, then run it with lli. I've attached a Makefile and a main.c that simply invokes sqlite3_initialize(). You'll need to download sqlite3 (it was too big to attach) and copy main.c and the Makefile into the directory where sqlite3.c is [Link: sqlite-amalgamation-3_7_0_1.zip <http://www.sqlite.org/sqlite-amalgamation-3_7_0_1.zip>
2013 Oct 30
1
[LLVMdev] Interfacing llvm with a precise, relocating GC
With regard to Bartlett-style collectors, they are also used in CMUCL/SBCL,
OpenDylan, and various products based on Ravenbrook's Memory Pool System.
Also, while Mono doesn't use a Bartlett-style collector, it does support
pinning objects referenced from ambiguous stack roots, in an otherwise
copying collector. While ITA has expressed concerns with SBCL's GC, they
seem t...
2010 Aug 10
2
[LLVMdev] sqlite3 crashing jit
...'m trying llvm 2.7 right now. I'm hoping there's a 2.6 workaround, though.
On 8/10/10 2:01 PM, "Török Edwin" <edwintorok at gmail.com> wrote:
On Tue, 10 Aug 2010 13:42:05 -0600
"Bueno, Denis" <denbuen at sandia.gov> wrote:
> Hello,
> http://www.opendylan.org/~housel/bcdump.pl
> I'm trying to compile sqlite3 using llvm-gcc, then run it with lli.
sqlite3 is part of LLVM testsuite, so it shouldn't crash ...
> This builds with the exact same flags as above, but with -emit-llvm
> added. It should create executable `test.llvm' whi...
2010 Jul 22
0
[LLVMdev] [PATCH] Addition to TableGen for dumping intrinsics as XML
At Thu, 15 Jul 2010 08:17:37 -0700, Peter Housel wrote:
> The LLVM libraries provide the llvm::Intrinsic::getDeclaration()
> function, which can provide a standard external declaration for any
> of the (currently) 762 defined LLVM intrinsics, both for ordinary
> intrinsics and for overrideable intrinsics with supplied parameter
> types. Clients that do not link with the LLVM
2011 Jan 24
3
[LLVMdev] LLVM grammar for ANTLR
Has anyone written a grammar for LLVM for ANTLR. I mean an ANTLR
grammar that parses LLVM instructions. Is an LLVM grammar available
for any other parsing tool?
Surinder
2010 Jul 15
3
[LLVMdev] [PATCH] Addition to TableGen for dumping intrinsics as XML
The LLVM libraries provide the llvm::Intrinsic::getDeclaration() function, which can provide a standard external declaration for any of the (currently) 762 defined LLVM intrinsics, both for ordinary intrinsics and for overrideable intrinsics with supplied parameter types. Clients that do not link with the LLVM libraries (such as the Open Dylan compiler, which has its own IR and its own bitcode