Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
|
#include <llvm/ADT/SmallVector.h>
#include <llvm/ADT/StringRef.h>
#include <llvm/CodeGen/MachineModuleInfo.h>
#include <llvm/IR/LegacyPassManager.h>
#include <llvm/IR/Module.h>
#include <llvm/Support/MemoryBufferRef.h>
#include <llvm/Support/TargetSelect.h>
#include <llvm/Target/TargetMachine.h>
#include "proteus/CoreLLVM.hpp"
#include "proteus/Debug.h"
#include "proteus/Logger.hpp"
#include "proteus/TimeTracing.hpp"
#include "proteus/UtilsCUDA.h"
Go to the source code of this file.
Namespaces | |
namespace | proteus |
namespace | proteus::detail |