| Age | Commit message (Expand) | Author |
| 2010-07-12 | Convert some tab stops into spaces. | Duncan Sands |
| 2010-02-05 | Move --march, --mcpu, and --mattr from JIT/TargetSelect.cpp to lli.cpp. | Jeffrey Yasskin |
| 2010-02-03 | r94686 changed all ModuleProvider parameters to Modules, which made the | Jeffrey Yasskin |
| 2010-01-27 | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin |
| 2009-11-17 | Add ability to set code model within the execution engine builders | Eric Christopher |
| 2009-11-09 | Remove dlsym stubs, with Nate Begeman's permission. | Jeffrey Yasskin |
| 2009-10-29 | add interpreter support for indirect goto / blockaddress. The interpreter | Chris Lattner |
| 2009-10-27 | Revert the API changes from r85295 to make it easier for people to build | Jeffrey Yasskin |
| 2009-10-27 | Change the JIT to compile eagerly by default as agreed in | Jeffrey Yasskin |
| 2009-10-27 | Automatically do the equivalent of freeMachineCodeForFunction(F) when F is | Jeffrey Yasskin |
| 2009-10-23 | Fix http://llvm.org/PR4822: allow module deletion after a function has been | Jeffrey Yasskin |
| 2009-10-13 | Make the ExecutionEngine automatically remove global mappings on when their | Jeffrey Yasskin |
| 2009-10-09 | ExecutionEngine::clearGlobalMappingsFromModule failed to remove reverse | Jeffrey Yasskin |
| 2009-08-07 | To catch bugs like the one fixed in | Jeffrey Yasskin |
| 2009-07-18 | Add EngineBuilder to ExecutionEngine in favor of the five optional argument E... | Reid Kleckner |
| 2009-07-16 | Switch llc and createJIT to use simpler command line parsing for -march. | Daniel Dunbar |
| 2009-07-08 | Add an option to allocate JITed global data separately from code. By | Jeffrey Yasskin |
| 2009-07-07 | Remove unused parameter. | Bill Wendling |
| 2009-06-25 | Add a JITEventListener interface that gets called back when a new function is | Jeffrey Yasskin |
| 2009-06-11 | Remove unused parameter warnings. | Bill Wendling |
| 2009-05-18 | Allow the JIT ExecutionEngine to report details about the generated machine c... | Argyrios Kyrtzidis |
| 2009-04-29 | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling |
| 2009-04-29 | The second part of the change from -fast to -O#. This changes the JIT to accept | Bill Wendling |
| 2009-04-25 | improve documentation around memory lifetimes, | Chris Lattner |
| 2009-02-18 | Add support to the JIT for true non-lazy operation. When a call to a function | Nate Begeman |
| 2009-01-23 | Add support for deleting a module provider from a JIT in such a way that it d... | Nate Begeman |
| 2009-01-05 | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman |
| 2008-12-09 | DisableGVCompilation should not abort on internal GlobalValue's. | Evan Cheng |
| 2008-10-25 | Support for allocation of TLS variables in the JIT. Allocation of a global | Nicolas Geoffray |
| 2008-09-30 | Add runStaticConstructorsDestructors which runs ctors / dtors of a single mod... | Evan Cheng |
| 2008-09-24 | Add DisableGVCompilation which forces the JIT to assert when it tries to allo... | Evan Cheng |
| 2008-08-08 | Add new parameter Fast to createJIT to enable the fast codegen path. | Evan Cheng |
| 2008-06-16 | Add a new flag that disables symbol lookup with dlsym when set. This allows | Chris Lattner |
| 2008-05-21 | Fix a couple issues with the JIT and multiple modules: | Nate Begeman |
| 2008-05-19 | Remove warnings about unused parameters and shadowed variables. | Bill Wendling |
| 2008-04-04 | Make ExecutionEngine::updateGlobalMapping return the old mapping. | Chris Lattner |
| 2008-02-13 | Enable exception handling int JIT | Nicolas Geoffray |
| 2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
| 2007-12-14 | Add explicit keywords, and fix a minor typo that they uncovered. | Dan Gohman |
| 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-10-22 | add a mechanism for the JIT to invoke a function to lazily create functions a... | Chris Lattner |
| 2007-10-21 | Add a convenience method for creating EE's. | Chris Lattner |
| 2007-10-15 | Add removeModuleProvider() | Devang Patel |
| 2007-03-06 | Make StoreValueToMemory a little more efficient by not copying a | Reid Spencer |
| 2007-03-06 | Make GenericeValue into a struct with a union instead of just a union. This | Reid Spencer |
| 2007-03-03 | Make the creation functions take an error string. This will help the | Reid Spencer |
| 2007-03-03 | Require the destination GlobalValue for LoadValueFromMemory to be passed | Reid Spencer |
| 2006-11-09 | allow clients to indicate that they never want lazy compilation. | Chris Lattner |
| 2006-08-16 | add a way to have multiple modules in a JIT :) | Chris Lattner |