mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-20 09:30:43 +00:00
37b25ab2a9
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112465 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
BrainF.h | ||
BrainFCodeGen.cpp | ||
BrainFInterpreter.cpp | ||
BrainFOpcodes.cpp | ||
BrainFTraceRecorder.cpp | ||
BrainFVM.h | ||
Makefile | ||
README |
This is an example trace-based JIT for Brainfuck, using LLVM as its code generation engine. To compile it, simply drop this directory within llvm/examples in an LLVM source tree, and do `make` in that directory.