index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm-c
/
ExecutionEngine.h
Age
Commit message (
Expand
)
Author
2013-05-01
This exposes more MCJIT options via the C API:
Filip Pizlo
2013-04-29
Exposing MCJIT through C API
Andrew Kaylor
2013-04-25
Revert "Exposing MCJIT through C API"
Rafael Espindola
2013-04-24
Exposing MCJIT through C API
Andrew Kaylor
2013-04-22
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
2013-04-04
Revert r178713
Evan Cheng
2013-04-03
Make it possible to include llvm-c without including C++ headers. Patch by Fi...
Evan Cheng
2012-03-21
Organize LLVM C API docs into doxygen modules; add docs
Gregory Szorc
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-09
"In order to ease automatic bindings generation, it would be helpful if boole...
Chris Lattner
2009-07-12
Match declaration to definition.
Daniel Dunbar
2009-06-24
Fix the Ocaml bindings for the ExecutionEngine: with the change to build
Bob Wilson
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-06-20
Add C binding for ExecutionEngine::addGlobalMapping.
Gordon Henriksen
2008-03-27
Expose ExecutionEngine::getTargetData() to c and ocaml bindings.
Erick Tryzelaar
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-23
C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler).
Gordon Henriksen