Searched refs:BrainF (Results 1 - 5 of 5) sorted by relevance

/external/llvm/examples/BrainF/
H A DMakefile1 ##===- examples/BrainF/Makefile ----------------------------*- Makefile -*-===##
10 TOOLNAME = BrainF
H A DBrainFDriver.cpp1 //===-- BrainFDriver.cpp - BrainF compiler driver -----------------------===//
10 // This program converts the BrainF language into LLVM assembly,
19 // ./BrainF -jit prog.bf #Run program now
20 // ./BrainF -jit -abc prog.bf #Run program now safely
21 // ./BrainF prog.bf #Write as BitCode
27 #include "BrainF.h"
89 cl::ParseCommandLineOptions(argc, argv, " BrainF compiler\n");
122 BrainF::CompileFlags cf = BrainF::flag_off;
124 cf = BrainF
[all...]
H A DBrainF.h1 //===-- BrainF.h - BrainF compiler class ----------------------*- C++ -*-===//
10 // This class stores the data for the BrainF compiler so it doesn't have
24 /// This class provides a parser for the BrainF language.
28 class BrainF { class
30 /// Options for how BrainF should compile
36 /// This is the main method. It parses BrainF from in1
46 /// The different symbols in the BrainF language
H A DBrainF.cpp1 //===-- BrainF.cpp - BrainF compiler example ----------------------------===//
10 // This class compiles the BrainF language into LLVM assembly.
12 // The BrainF language has 8 commands:
26 #include "BrainF.h"
35 const char *BrainF::tapereg = "tape";
36 const char *BrainF::headreg = "head";
37 const char *BrainF::label = "brainf";
38 const char *BrainF::testreg = "test";
40 Module *BrainF
[all...]
/external/llvm/examples/
H A DMakefile13 PARALLEL_DIRS:= BrainF Fibonacci HowToUseJIT Kaleidoscope ModuleMaker

Completed in 1212 milliseconds