aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/ExecutionEngineBindings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix the JIT bindings for ocaml.Bill Wendling2009-04-301-3/+4
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-291-1/+1
* The second part of the change from -fast to -O#. This changes the JIT to acceptBill Wendling2009-04-291-2/+2
* add getPointerToGlobal to the C bindings, patch by Lennart Augustsson!Chris Lattner2009-01-211-0/+4
* Fix the LLVMCreateJITCompiler C binding.Gordon Henriksen2008-08-081-3/+3
* Add new parameter Fast to createJIT to enable the fast codegen path.Evan Cheng2008-08-081-2/+4
* Add C binding for ExecutionEngine::addGlobalMapping.Gordon Henriksen2008-06-201-0/+5
* PR2202: LLVMCreateInterpreter creates a JITGordon Henriksen2008-04-251-1/+1
* Fix "Control reaches the end of non-void function" warnings, Chris Lattner2008-03-301-0/+1
* Expose ExecutionEngine::getTargetData() to c and ocaml bindings.Erick Tryzelaar2008-03-271-0/+4
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-201-0/+1
* I doubt the address of the Error string was intendedDuncan Sands2008-01-071-1/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler).Gordon Henriksen2007-12-231-0/+187