| Age | Commit message (Expand) | Author |
| 2008-04-25 | PR2202: LLVMCreateInterpreter creates a JIT | Gordon Henriksen |
| 2008-04-20 | Be pessimistic in computing the buffer size when aligning. | Nicolas Geoffray |
| 2008-04-20 | Cosmetic changes, as suggested by Evan. No functionality changes. | Nicolas Geoffray |
| 2008-04-20 | Do not hold the JIT lock when materializing a function and verify if the | Nicolas Geoffray |
| 2008-04-20 | Switch to using Simplified ConstantFP::get API. | Chris Lattner |
| 2008-04-18 | Enable jitting with a known memory size. | Nicolas Geoffray |
| 2008-04-16 | Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th... | Nicolas Geoffray |
| 2008-04-13 | Fix some serious logic errors that broke the jit on darwin/x86-64. | Chris Lattner |
| 2008-04-12 | Add debugging code. | Evan Cheng |
| 2008-04-11 | Reenable JIT symbol table. | Chris Lattner |
| 2008-04-06 | fix warnings with assertions disabled. | Chris Lattner |
| 2008-04-06 | API changes for class Use size reduction, wave 1. | Gabor Greif |
| 2008-04-05 | disable this for now. | Chris Lattner |
| 2008-04-04 | Provide an initial cut at exposing JIT compiled symbols to performance | Chris Lattner |
| 2008-04-04 | Make ExecutionEngine::updateGlobalMapping return the old mapping. | Chris Lattner |
| 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-03-25 | Add explicit keywords. | Dan Gohman |
| 2008-03-22 | Register EH frames emitted in JIT when using gcc unwinding runtime | Anton Korobeynikov |
| 2008-03-10 | Fix formatting. | Duncan Sands |
| 2008-03-08 | Load the symbols first so that the interpreter constructor can find them when | Nick Lewycky |
| 2008-03-07 | fix 80 col violations | Chris Lattner |
| 2008-02-29 | Simplify code using convertFromZeroExtendedInteger with an APInt | Dan Gohman |
| 2008-02-20 | Update gcc 4.3 warnings fix patch with recent head changes | Anton Korobeynikov |
| 2008-02-20 | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov |
| 2008-02-20 | Added memmove to interpreter external functions list. Patch by Daniel Dunbar. | Evan Cheng |
| 2008-02-15 | Support vector constant zeros, thanks to Zack Rusin for the testcase. | Chris Lattner |
| 2008-02-13 | Enable exception handling int JIT | Nicolas Geoffray |
| 2008-01-29 | Use empty() instead of comparing size() with zero. | Dan Gohman |
| 2008-01-29 | Use getPreferredAlignmentLog or getPreferredAlignment | Duncan Sands |
| 2008-01-25 | JITEmitter.cpp was trying to sync the icache for function stubs, but | Chris Lattner |
| 2008-01-07 | I doubt the address of the Error string was intended | Duncan Sands |
| 2008-01-05 | X86 JIT PIC jumptable support. | Evan Cheng |
| 2008-01-04 | X86 PIC JIT support fixes: encoding bugs, add lazy pointer stubs support. | Evan Cheng |
| 2008-01-03 | Remove symbols that don't exist, remove tabs, fix comment typo | Chris Lattner |
| 2008-01-03 | Fix PR1873, a problem finding stat-related symbols on linux, due to | Chris Lattner |
| 2008-01-03 | Change MachineRelocation::DoesntNeedFnStub to NeedStub. This fields will be used | Evan Cheng |
| 2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
| 2007-12-29 | remove attribution from lib Makefiles. | Chris Lattner |
| 2007-12-23 | C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler). | Gordon Henriksen |
| 2007-12-17 | Change the PointerType api for creating pointer types. The old functionality ... | Christopher Lamb |
| 2007-12-15 | These are more correctly called signaling NaNs. | Duncan Sands |
| 2007-12-14 | Teach the interpreter to read and write memory in the | Duncan Sands |
| 2007-12-14 | Add explicit keywords, and fix a minor typo that they uncovered. | Dan Gohman |
| 2007-12-12 | Remove host endianness info from TargetData and | Duncan Sands |
| 2007-12-12 | Add a guard to cxxabi header as other platform may | Zhou Sheng |
| 2007-12-12 | Fixed PR1629. | Zhou Sheng |
| 2007-12-10 | Fix PR1836: in the interpreter, read and write apints | Duncan Sands |
| 2007-12-10 | It looks like this has been broken for some time - | Duncan Sands |
| 2007-12-06 | Adjust VStudio files to add JITMemoryManager files + include <cassert> from s... | Chuck Rose III |