Fix the JIT bindings for ocaml.
[oota-llvm.git] / lib / ExecutionEngine / ExecutionEngineBindings.cpp
2009-04-30 Bill WendlingFix the JIT bindings for ocaml.
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingThe second part of the change from -fast to -O#. This...
2009-01-21 Chris Lattneradd getPointerToGlobal to the C bindings, patch by...
2008-08-08 Gordon HenriksenFix the LLVMCreateJITCompiler C binding.
2008-08-08 Evan ChengAdd new parameter Fast to createJIT to enable the fast...
2008-06-20 Gordon HenriksenAdd C binding for ExecutionEngine::addGlobalMapping.
2008-04-25 Gordon HenriksenPR2202: LLVMCreateInterpreter creates a JIT
2008-03-30 Chris LattnerFix "Control reaches the end of non-void function"...
2008-03-27 Erick TryzelaarExpose ExecutionEngine::getTargetData() to c and ocaml...
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-01-07 Duncan SandsI doubt the address of the Error string was intended
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-23 Gordon HenriksenC and Ocaml bindings for ExecutionEngine (i.e., the...