aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/ExecutionEngineBindings.cpp
AgeCommit message (Expand)Author
2008-08-08Fix the LLVMCreateJITCompiler C binding.Gordon Henriksen
2008-08-08Add new parameter Fast to createJIT to enable the fast codegen path.Evan Cheng
2008-06-20Add C binding for ExecutionEngine::addGlobalMapping.Gordon Henriksen
2008-04-25PR2202: LLVMCreateInterpreter creates a JITGordon Henriksen
2008-03-30Fix "Control reaches the end of non-void function" warnings, Chris Lattner
2008-03-27Expose ExecutionEngine::getTargetData() to c and ocaml bindings.Erick Tryzelaar
2008-02-20Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov
2008-01-07I doubt the address of the Error string was intendedDuncan Sands
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-23C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler).Gordon Henriksen