llvm-6502/examples/TracingBrainF
2010-08-30 07:33:39 +00:00
..
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.