summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/ExecutionEngineBindings.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-1/+1
2012-10-08Move TargetData to DataLayout.Micah Villmow1-1/+1
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie1-2/+0
2010-07-19Fix indentation.Duncan Sands1-1/+1
2010-07-19Expose JIT::recompileAndRelinkFunction for use through the C API.Duncan Sands1-0/+4
2010-03-02Add Module functions in place of module providers.Erick Tryzelaar1-18/+59
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin1-9/+5
2010-01-09"In order to ease automatic bindings generation, it would be helpful if boole...Chris Lattner1-17/+17
2009-07-18Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner1-6/+13
2009-07-14llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin1-2/+2
2009-07-11assert(0) -> LLVM_UNREACHABLE.Torok Edwin1-3/+3
2009-06-16Fix the EE bindings to use the proper EE interfaces for creating a JIT.Chris Lattner1-1/+1
2009-04-30Fix the JIT bindings for ocaml.Bill Wendling1-3/+4
2009-04-29Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling1-1/+1
2009-04-29The second part of the change from -fast to -O#. This changes the JIT to acceptBill Wendling1-2/+2
2009-01-21add getPointerToGlobal to the C bindings, patch by Lennart Augustsson!Chris Lattner1-0/+4
2008-08-08Fix the LLVMCreateJITCompiler C binding.Gordon Henriksen1-3/+3
2008-08-08Add new parameter Fast to createJIT to enable the fast codegen path.Evan Cheng1-2/+4
2008-06-20Add C binding for ExecutionEngine::addGlobalMapping.Gordon Henriksen1-0/+5
2008-04-25PR2202: LLVMCreateInterpreter creates a JITGordon Henriksen1-1/+1
2008-03-30Fix "Control reaches the end of non-void function" warnings, Chris Lattner1-0/+1
2008-03-27Expose ExecutionEngine::getTargetData() to c and ocaml bindings.Erick Tryzelaar1-0/+4
2008-02-20Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov1-0/+1
2008-01-07I doubt the address of the Error string was intendedDuncan Sands1-1/+2
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-12-23C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler).Gordon Henriksen1-0/+187