|
Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
|
#include <cstdint>#include <memory>#include <clang/CodeGen/CodeGenAction.h>#include <clang/Driver/Compilation.h>#include <clang/Driver/Driver.h>#include <clang/Driver/Tool.h>#include <clang/Frontend/CompilerInstance.h>#include <clang/Frontend/CompilerInvocation.h>#include <clang/Lex/PreprocessorOptions.h>#include <llvm/IR/Module.h>#include <llvm/Option/ArgList.h>#include <llvm/Support/MemoryBuffer.h>#include <llvm/Support/raw_ostream.h>#include <llvm/TargetParser/Host.h>#include <llvm/TargetParser/Triple.h>#include "proteus/CppJitModule.hpp"#include "proteus/Hashing.hpp"
Namespaces | |
| namespace | proteus |