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