Displaying 1 result from an estimated 1 matches for "07e55cb7".
2010 Jan 05
2
[LLVMdev] LLVM C bindings and Boehm GC
Hi,
I want to use LLVM as replacement code generator for an existing self
hosting compiler. I hope to replace the existing BURS code generator with
LLVM in order to take advantage of LLVM's JIT, optimizations and wider range
of targets. I'm planning on ditching my existing IR completely and using my
language's native call mechanism to call the LLVM C bindings.
I've got a couple