index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
/
ExecutionEngineBindings.cpp
Age
Commit message (
Expand
)
Author
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2010-07-19
Fix indentation.
Duncan Sands
2010-07-19
Expose JIT::recompileAndRelinkFunction for use through the C API.
Duncan Sands
2010-03-02
Add Module functions in place of module providers.
Erick Tryzelaar
2010-01-27
Kill ModuleProvider and ghost linkage by inverting the relationship between
Jeffrey Yasskin
2010-01-09
"In order to ease automatic bindings generation, it would be helpful if boole...
Chris Lattner
2009-07-18
Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...
Reid Kleckner
2009-07-14
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-11
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-06-16
Fix the EE bindings to use the proper EE interfaces for creating a JIT.
Chris Lattner
2009-04-30
Fix the JIT bindings for ocaml.
Bill Wendling
2009-04-29
Instead of passing in an unsigned value for the optimization level, use an enum,
Bill Wendling
2009-04-29
The second part of the change from -fast to -O#. This changes the JIT to accept
Bill Wendling
2009-01-21
add getPointerToGlobal to the C bindings, patch by Lennart Augustsson!
Chris Lattner
2008-08-08
Fix the LLVMCreateJITCompiler C binding.
Gordon Henriksen
2008-08-08
Add new parameter Fast to createJIT to enable the fast codegen path.
Evan Cheng
2008-06-20
Add C binding for ExecutionEngine::addGlobalMapping.
Gordon Henriksen
2008-04-25
PR2202: LLVMCreateInterpreter creates a JIT
Gordon Henriksen
2008-03-30
Fix "Control reaches the end of non-void function" warnings,
Chris Lattner
2008-03-27
Expose ExecutionEngine::getTargetData() to c and ocaml bindings.
Erick Tryzelaar
2008-02-20
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2008-01-07
I doubt the address of the Error string was intended
Duncan Sands
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-23
C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler).
Gordon Henriksen