| Commit message (Expand) | Author | Age | Files | Lines |
* | Add explicit keywords, and fix a minor typo that they uncovered. | Dan Gohman | 2007-12-14 | 2 | -2/+2 |
* | add a new ExecutionEngine::createJIT which can be used if you only want | Chris Lattner | 2007-12-06 | 1 | -0/+8 |
* | simplify creation of the interpreter, make ExecutionEngine ctor protected, | Chris Lattner | 2007-12-06 | 1 | -18/+27 |
* | improve header guard | Chris Lattner | 2007-12-05 | 1 | -2/+2 |
* | split the JIT memory management code out from the main JIT logic into its | Chris Lattner | 2007-12-05 | 2 | -2/+98 |
* | add a mechanism for the JIT to invoke a function to lazily create functions a... | Chris Lattner | 2007-10-22 | 1 | -1/+14 |
* | Add a convenience method for creating EE's. | Chris Lattner | 2007-10-21 | 1 | -1/+7 |
* | Add removeModuleProvider() | Devang Patel | 2007-10-15 | 1 | -1/+5 |
* | Implement x86 long double in jit (not really | Dale Johannesen | 2007-09-17 | 1 | -1/+1 |
* | Make StoreValueToMemory a little more efficient by not copying a | Reid Spencer | 2007-03-06 | 1 | -1/+1 |
* | Make GenericeValue into a struct with a union instead of just a union. This | Reid Spencer | 2007-03-06 | 2 | -24/+17 |
* | Make the creation functions take an error string. This will help the | Reid Spencer | 2007-03-03 | 1 | -2/+3 |
* | Require the destination GlobalValue for LoadValueFromMemory to be passed | Reid Spencer | 2007-03-03 | 1 | -1/+2 |
* | Add APIntVal as a possible GenericeValue. | Reid Spencer | 2007-03-03 | 1 | -0/+3 |
* | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. | Reid Spencer | 2007-01-11 | 1 | -1/+1 |
* | For PR950: | Reid Spencer | 2006-12-31 | 1 | -8/+4 |
* | allow clients to indicate that they never want lazy compilation. | Chris Lattner | 2006-11-09 | 1 | -0/+10 |
* | add a way to have multiple modules in a JIT :) | Chris Lattner | 2006-08-16 | 1 | -1/+7 |
* | initial changes to support JIT'ing from multiple module providers, implicitly | Chris Lattner | 2006-08-16 | 1 | -6/+11 |
* | Move methods out of line so that MutexGuard.h isn't required in the header. | Chris Lattner | 2006-05-08 | 1 | -48/+18 |
* | Refactor TargetMachine, pushing handling of TargetData into the target-specif... | Owen Anderson | 2006-05-03 | 1 | -3/+3 |
* | Fix headers | Jeff Cohen | 2006-03-24 | 2 | -2/+2 |
* | Minor corrections. | Jeff Cohen | 2006-03-24 | 2 | -1/+3 |
* | Get JIT/Interpreter working on Windows again. | Jeff Cohen | 2006-03-24 | 2 | -0/+78 |
* | remove the intrinsiclowering hook | Chris Lattner | 2006-03-23 | 1 | -7/+4 |
* | wrap lines to 80 columns. | Chris Lattner | 2006-03-22 | 1 | -5/+15 |
* | Add a helper method for running static ctors/dtors in the module. | Chris Lattner | 2006-03-08 | 1 | -0/+6 |
* | For PR540: | Reid Spencer | 2005-07-12 | 1 | -15/+45 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 2 | -6/+6 |
* | Add a convenience function for clearing the two global areas. | Reid Spencer | 2004-12-13 | 1 | -0/+7 |
* | This is the proper code for this method, thanks to Reid for getting CVS working | Chris Lattner | 2004-11-22 | 1 | -5/+14 |
* | Implement a missing function called by JIT/Emitter.cpp but never defined. | Reid Spencer | 2004-11-22 | 1 | -0/+7 |
* | Add method to delete machine code generated for a Function | Misha Brukman | 2004-11-07 | 1 | -0/+6 |
* | Fixes to make LLVM compile with vc7.1. | Alkis Evlogimenos | 2004-09-03 | 1 | -0/+1 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -1/+1 |
* | Represent va_list in interpreter as a (ec-stack-depth . var-arg-index) | Brian Gaeke | 2004-02-25 | 1 | -0/+1 |
* | Add new ExecutionEngine::getGlobalValueAtAddress method, which can efficiently | Chris Lattner | 2003-12-31 | 1 | -6/+25 |
* | We may now pass IntrinsicLowering implementations into these methods | Chris Lattner | 2003-12-28 | 1 | -2/+5 |
* | New method | Chris Lattner | 2003-12-26 | 1 | -0/+7 |
* | Rename 'run' to 'runFunction' to emphasize that it is usable to run any | Chris Lattner | 2003-12-26 | 1 | -6/+8 |
* | Cleanups to implement PR135 | Chris Lattner | 2003-12-20 | 1 | -4/+11 |
* | Simple refactorings to prepare for lazy global emission | Chris Lattner | 2003-12-20 | 1 | -3/+10 |
* | Doxygenify comments, remove extraneous #include | Chris Lattner | 2003-12-12 | 1 | -16/+15 |
* | Use uintptr_t for pointer values in the ExecutionEngine. | Brian Gaeke | 2003-12-12 | 1 | -1/+1 |
* | add two new virtual functions: | Chris Lattner | 2003-12-08 | 1 | -0/+17 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 2 | -0/+9 |
* | ExecutionEngine::create no longer takes a TraceMode argument. | Brian Gaeke | 2003-10-24 | 1 | -2/+1 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 2 | -0/+14 |
* | If we move the constructors to the .cpp file, we can drop the #include | Misha Brukman | 2003-10-16 | 1 | -7/+3 |
* | Enabling incremental bytecode loading in the JIT: | Misha Brukman | 2003-10-14 | 1 | -7/+13 |