GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Macros | Functions | Variables
pt-jit.cc File Reference
#include "debug.h"
#include "defun.h"
#include "errwarn.h"
#include "ov.h"
#include "pt-all.h"
#include "pt-jit.h"
#include "sighandlers.h"
#include "symtab.h"
#include "variables.h"
#include <llvm/Analysis/CallGraph.h>
#include <llvm/Analysis/Passes.h>
#include <llvm/Analysis/Verifier.h>
#include <llvm/Bitcode/ReaderWriter.h>
#include <llvm/ExecutionEngine/ExecutionEngine.h>
#include <llvm/ExecutionEngine/JIT.h>
#include <llvm/PassManager.h>
#include <llvm/LLVMContext.h>
#include <llvm/Module.h>
#include <llvm/IRBuilder.h>
#include <llvm/Support/raw_os_ostream.h>
#include <llvm/Support/TargetSelect.h>
#include <llvm/Target/TargetData.h>
#include <llvm/Transforms/IPO.h>
#include <llvm/Transforms/Scalar.h>
Include dependency graph for pt-jit.cc:

Go to the source code of this file.

Classes

class  jit_break_exception
 

Macros

#define __STDC_CONSTANT_MACROS
 
#define __STDC_LIMIT_MACROS
 

Functions

static llvm::IRBuilder builder (llvm::getGlobalContext())
 
OCTAVE_EXPORT octave_value_list Fjit_failcnt (const octave_value_list &args, int nargout) the variable is changed locally for the function and any subroutines it calls.The original variable value is restored when exiting the function.@seealso
 

Variables

static llvm::LLVMContext & context = llvm::getGlobalContext ()
 
static bool Vdebug_jit = false
 
static bool Vjit_enable = false
 
static int Vjit_failcnt = 0
 
static int Vjit_startcnt = 1000
 

Macro Definition Documentation

#define __STDC_CONSTANT_MACROS

Definition at line 26 of file pt-jit.cc.

#define __STDC_LIMIT_MACROS

Definition at line 25 of file pt-jit.cc.

Function Documentation

static llvm::IRBuilder builder ( llvm::  getGlobalContext())
static
OCTAVE_EXPORT octave_value_list Fjit_failcnt ( const octave_value_list args,
int  nargout 
)

Definition at line 2521 of file pt-jit.cc.

References nargout(), ovl(), SET_INTERNAL_VARIABLE, and warn_disabled_feature().

Referenced by install_pt_jit_fcns().

Variable Documentation

llvm::LLVMContext& context = llvm::getGlobalContext ()
static

Definition at line 103 of file pt-jit.cc.

bool Vdebug_jit = false
static

Definition at line 44 of file pt-jit.cc.

bool Vjit_enable = false
static

Definition at line 46 of file pt-jit.cc.

int Vjit_failcnt = 0
static

Definition at line 50 of file pt-jit.cc.

int Vjit_startcnt = 1000
static

Definition at line 48 of file pt-jit.cc.