summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/ExecutionEngineBindings.cpp
Commit message (Expand)AuthorAge
* 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