| Age | Commit message (Expand) | Author |
| 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 |
| 2007-12-06 | add a new ExecutionEngine::createJIT which can be used if you only want | Chris Lattner |
| 2007-12-06 | simplify creation of the interpreter, make ExecutionEngine ctor protected, | Chris Lattner |
| 2007-12-05 | split the JIT memory management code out from the main JIT logic into its | Chris Lattner |
| 2007-11-28 | for consistency, allow a fallthrough if the final check returns null. | Chris Lattner |
| 2007-11-28 | Add some convenience methods for querying attributes, and | Duncan Sands |
| 2007-11-28 | My compiler complains that "x always evaluates to true" | Duncan Sands |
| 2007-11-27 | Make this actually work on systems that support ppc long double. | Chris Lattner |
| 2007-11-27 | Unbreak all of the darwin/ppc32 JIT failures having to do | Chris Lattner |
| 2007-11-01 | Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. | Duncan Sands |
| 2007-10-22 | add a mechanism for the JIT to invoke a function to lazily create functions a... | Chris Lattner |
| 2007-10-22 | llvm-gcc3 is dead, along with it __main. | Chris Lattner |
| 2007-10-21 | LoadLibraryPermanently doesn't throw. | Chris Lattner |
| 2007-10-21 | Add a convenience method for creating EE's. | Chris Lattner |
| 2007-10-17 | Switching TargetMachineRegistry to use the new generic Registry. | Gordon Henriksen |
| 2007-10-15 | Add removeModuleProvider() | Devang Patel |
| 2007-10-11 | Fix an assertion abort on sparc. malloc(0) is allowed to | Gabor Greif |
| 2007-10-07 | convertFromInteger, as originally written, expected sign-extended | Neil Booth |
| 2007-09-30 | Constant fold int-to-long-double conversions; | Dale Johannesen |
| 2007-09-21 | Change APFloat::convertFromInteger to take the incoming | Dale Johannesen |
| 2007-09-21 | #ifdef out unsafe tracing code, which fixes PR1689 | Chris Lattner |
| 2007-09-17 | Implement x86 long double in jit (not really | Dale Johannesen |
| 2007-09-06 | Next round of APFloat changes. | Dale Johannesen |
| 2007-08-23 | rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned() | Chris Lattner |
| 2007-08-13 | move assertion into mutex guard, a partial fix for PR1606. | Chris Lattner |
| 2007-08-11 | Fix a comment typo noticed by Sandro Magi. | Reid Spencer |
| 2007-08-08 | eliminate redundant conditions from the signless types conversion. | Chris Lattner |
| 2007-08-01 | New CallInst interface to address GLIBCXX_DEBUG errors caused by | David Greene |
| 2007-07-30 | Add a comment: don't expect from external function resolver in interpreter | Anton Korobeynikov |
| 2007-07-30 | Add detection of __dso_handle presence during configure. Use this information... | Anton Korobeynikov |
| 2007-07-30 | More explicit keywords. | Dan Gohman |
| 2007-07-27 | VStudio compiler errors and placing Function*->ExFunc map under ManagedStatic... | Chuck Rose III |