summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/ExecutionEngineBindings.cpp
Commit message (Expand)AuthorAge
* "In order to ease automatic bindings generation, it would be helpful if boole...Chris Lattner2010-01-09
* Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner2009-07-18
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* Fix the EE bindings to use the proper EE interfaces for creating a JIT.Chris Lattner2009-06-16
* Fix the JIT bindings for ocaml.Bill Wendling2009-04-30
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-29
* The second part of the change from -fast to -O#. This changes the JIT to acceptBill Wendling2009-04-29
* add getPointerToGlobal to the C bindings, patch by Lennart Augustsson!Chris Lattner2009-01-21
* Fix the LLVMCreateJITCompiler C binding.Gordon Henriksen2008-08-08
* Add new parameter Fast to createJIT to enable the fast codegen path.Evan Cheng2008-08-08
* Add C binding for ExecutionEngine::addGlobalMapping.Gordon Henriksen2008-06-20
* PR2202: LLVMCreateInterpreter creates a JITGordon Henriksen2008-04-25
* Fix "Control reaches the end of non-void function" warnings, Chris Lattner2008-03-30
* Expose ExecutionEngine::getTargetData() to c and ocaml bindings.Erick Tryzelaar2008-03-27
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-20
* I doubt the address of the Error string was intendedDuncan Sands2008-01-07
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler).Gordon Henriksen2007-12-23