| Age | Commit message (Expand) | Author |
| 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 |
| 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-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 |
| 2004-11-22 | Implement a missing function called by JIT/Emitter.cpp but never defined. | Reid Spencer |
| 2004-11-07 | Add method to delete machine code generated for a Function | Misha Brukman |
| 2004-09-03 | Fixes to make LLVM compile with vc7.1. | Alkis Evlogimenos |
| 2003-12-31 | Add new ExecutionEngine::getGlobalValueAtAddress method, which can efficiently | Chris Lattner |
| 2003-12-28 | We may now pass IntrinsicLowering implementations into these methods | Chris Lattner |
| 2003-12-26 | New method | Chris Lattner |
| 2003-12-26 | Rename 'run' to 'runFunction' to emphasize that it is usable to run any | Chris Lattner |
| 2003-12-20 | Cleanups to implement PR135 | Chris Lattner |
| 2003-12-20 | Simple refactorings to prepare for lazy global emission | Chris Lattner |
| 2003-12-12 | Doxygenify comments, remove extraneous #include | Chris Lattner |
| 2003-12-08 | add two new virtual functions: | Chris Lattner |
| 2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
| 2003-10-24 | ExecutionEngine::create no longer takes a TraceMode argument. | Brian Gaeke |
| 2003-10-20 | Added LLVM copyright header (for lack of a better term). | John Criswell |
| 2003-10-16 | If we move the constructors to the .cpp file, we can drop the #include | Misha Brukman |
| 2003-10-14 | Enabling incremental bytecode loading in the JIT: | Misha Brukman |
| 2003-09-05 | Make getOperandValue and executeCastOperation methods of Interpreter. | Brian Gaeke |
| 2003-09-05 | Make CreateArgv part of lli rather than part of ExecutionEngine. | Brian Gaeke |
| 2003-09-05 | Zap some more unused static method decls | Brian Gaeke |
| 2003-09-04 | Interpreter cleanups: | Brian Gaeke |
| 2003-09-03 | ExecutionEngine.cpp: Move execution engine creation stuff into a new | Brian Gaeke |
| 2003-08-24 | Targets now configure themselves based on the source module, not on the | Chris Lattner |
| 2003-08-21 | The JIT now passes the environment pointer to the main() function when it | John Criswell |
| 2003-08-13 | Deconstify parameter to getPointerToFunction(). | Brian Gaeke |
| 2003-07-25 | More cassert inclusion for GCC 3.3 | Chris Lattner |
| 2003-05-12 | Make sure that globals are emitted AFTER the passmanager is set up for the JIT, | Chris Lattner |