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