|
Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
|
#include <cstdint>#include <functional>#include <llvm/ADT/SmallPtrSet.h>#include <llvm/Analysis/CallGraph.h>#include <memory>#include <optional>#include <string>#include <llvm/ADT/SmallVector.h>#include <llvm/ADT/StringRef.h>#include <llvm/Analysis/TargetTransformInfo.h>#include <llvm/Bitcode/BitcodeWriter.h>#include <llvm/CodeGen/CommandFlags.h>#include <llvm/CodeGen/MachineModuleInfo.h>#include <llvm/Config/llvm-config.h>#include <llvm/Demangle/Demangle.h>#include <llvm/ExecutionEngine/Orc/ThreadSafeModule.h>#include <llvm/IR/Constants.h>#include <llvm/IR/GlobalVariable.h>#include <llvm/IR/Instruction.h>#include <llvm/IR/Instructions.h>#include <llvm/IR/LLVMContext.h>#include <llvm/IR/LegacyPassManager.h>#include <llvm/IR/Module.h>#include <llvm/IR/ReplaceConstant.h>#include <llvm/IR/Type.h>#include <llvm/IR/Verifier.h>#include <llvm/IRReader/IRReader.h>#include <llvm/Linker/Linker.h>#include <llvm/MC/TargetRegistry.h>#include <llvm/Object/ELFObjectFile.h>#include <llvm/Passes/PassBuilder.h>#include <llvm/Support/Error.h>#include <llvm/Support/MemoryBuffer.h>#include <llvm/Support/MemoryBufferRef.h>#include <llvm/Target/TargetMachine.h>#include <llvm/Transforms/IPO/Internalize.h>#include <llvm/Transforms/Utils/Cloning.h>#include <llvm/Transforms/Utils/ModuleUtils.h>#include "proteus/Caching/MemoryCache.hpp"#include "proteus/Caching/StorageCache.hpp"#include "proteus/Cloning.h"#include "proteus/CompilerAsync.hpp"#include "proteus/CompilerInterfaceTypes.h"#include "proteus/CompilerSync.hpp"#include "proteus/CoreDevice.hpp"#include "proteus/CoreLLVM.hpp"#include "proteus/Debug.h"#include "proteus/Hashing.hpp"#include "proteus/JitEngine.hpp"#include "proteus/TimeTracing.hpp"#include "proteus/Utils.h"
Go to the source code of this file.
Classes | |
| struct | proteus::FatbinWrapperT |
| class | proteus::BinaryInfo |
| class | proteus::JITKernelInfo |
| class | proteus::JitEngineDevice< ImplT > |
Namespaces | |
| namespace | proteus |