Skip to content
R interface to LLVM C++ API to be able to create compiled code from within R
Branch: master
Clone or download
Pull request Compare This branch is 640 commits behind duncantl:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
R
Web
ctests
experiments
inst/TU
man
src
tests
.Rbuildignore
Changelog
Classes
DESCRIPTION
FAQ.xml
NAMESPACE
README.md
Todo.xml
VinceQues
configure
configure.in
types.R

README.md

RLLVM

RLLVM is an R interface to LLVM. This interface allows one to create compiled code from within R through LLVM's intermediate representation (IR), which LLVM can then extensively and efficiently optimize.

For examples, see the RLLVM page on Omegahat.

You can’t perform that action at this time.