Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
|
Go to the source code of this file.
Classes | |
class | proteus::Config |
Namespaces | |
namespace | proteus |
Enumerations | |
enum class | proteus::CodegenOption { proteus::RTC , proteus::Serial , proteus::Parallel , proteus::ParallelThinLTO } |
Functions | |
std::string | proteus::toString (CodegenOption Option) |
bool | proteus::getEnvOrDefaultBool (const char *VarName, bool Default) |
int | proteus::getEnvOrDefaultInt (const char *VarName, int Default) |
CodegenOption | proteus::getEnvOrDefaultCG (const char *VarName, CodegenOption Default) |