| Age | Commit message (Expand) | Author |
| 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-10-21 | fix a tricky bug in the JIT global variable emitter, that was triggered when ... | Nuno Lopes |
| 2008-10-03 | On Darwin ARM, memory needs special handling to do JIT. This patch expands | Jim Grosbach |
| 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-20 | Cosmetic changes, as suggested by Evan. No functionality changes. | Nicolas Geoffray |
| 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-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-12-05 | improve header guard | Chris Lattner |
| 2007-12-05 | split the JIT memory management code out from the main JIT logic into its | 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-09-17 | Implement x86 long double in jit (not really | Dale Johannesen |
| 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 |
| 2007-03-03 | Add APIntVal as a possible GenericeValue. | Reid Spencer |
| 2007-01-11 | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. | Reid Spencer |
| 2006-12-31 | For PR950: | 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 |
| 2006-08-16 | initial changes to support JIT'ing from multiple module providers, implicitly | Chris Lattner |
| 2006-05-08 | Move methods out of line so that MutexGuard.h isn't required in the header. | Chris Lattner |
| 2006-05-03 | Refactor TargetMachine, pushing handling of TargetData into the target-specif... | Owen Anderson |
| 2006-03-24 | Fix headers | Jeff Cohen |
| 2006-03-24 | Minor corrections. | Jeff Cohen |
| 2006-03-24 | Get JIT/Interpreter working on Windows again. | Jeff Cohen |
| 2006-03-23 | remove the intrinsiclowering hook | Chris Lattner |
| 2006-03-22 | wrap lines to 80 columns. | Chris Lattner |
| 2006-03-08 | Add a helper method for running static ctors/dtors in the module. | Chris Lattner |
| 2005-07-12 | For PR540: | Reid Spencer |
| 2005-04-21 | Remove trailing whitespace | Misha Brukman |
| 2004-12-13 | Add a convenience function for clearing the two global areas. | Reid Spencer |
| 2004-11-22 | This is the proper code for this method, thanks to Reid for getting CVS working | Chris Lattner |