several additions to Rllvm#7
several additions to Rllvm#7doktorschiwago wants to merge 11 commits intoduncantl:masterfrom doktorschiwago:master
Conversation
…ed under the name of FunctionType..
…e, that is needed for using MC JIT, see http://blog.llvm.org/2013/07/using-mcjit-with-kaleidoscope-tutorial.html
|
Hi Christoph Much appreciated. |
runFunction is no longer supported experiments/mcjit.R gives a primer on how to use mc jit
|
No need to hurry! I just added some preliminary support for MC JIT in my chris
|
see experiments/DIBuilder.R in conjucntion with LLVM Kaleidoscope tutorial for usage instructions
…der's CreateLocalVariable
correcting a typo in definition of createPHI
external poiners, but objects of class Type
In llvm 3.6 DIBUILDER returns pointers, which should ease a non-leaking implementation
Hi Duncan,
as written in my email I will start to send my changes upstream. This first set includes:
I hope to find time in the next days to send the rest of the changes.
Chris