| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-committing r76828 with the JIT memory manager changes now that the build | Reid Kleckner | 2009-07-23 | 1 | -9/+60 |
* | Reverting r76825 and r76828, since they caused clang runtime errors and some ... | Reid Kleckner | 2009-07-23 | 1 | -60/+9 |
* | Make the JIT code emitter properly retry and ask for more memory when it runs | Reid Kleckner | 2009-07-23 | 1 | -9/+60 |
* | Add EngineBuilder to ExecutionEngine in favor of the five optional argument E... | Reid Kleckner | 2009-07-18 | 1 | -4/+99 |
* | Add line numbers to OProfile. To do this, I added a processDebugLoc() | Jeffrey Yasskin | 2009-07-16 | 1 | -0/+15 |
* | Switch llc and createJIT to use simpler command line parsing for -march. | Daniel Dunbar | 2009-07-16 | 1 | -0/+3 |
* | Add a --with-oprofile flag to configure, which uses OProfile's agent | Jeffrey Yasskin | 2009-07-10 | 1 | -0/+2 |
* | Add an option to allocate JITed global data separately from code. By | Jeffrey Yasskin | 2009-07-08 | 2 | -5/+26 |
* | Remove unused parameter. | Bill Wendling | 2009-07-07 | 1 | -2/+2 |
* | Add a JITEventListener interface that gets called back when a new function is | Jeffrey Yasskin | 2009-06-25 | 2 | -4/+71 |
* | Fix the Ocaml bindings for the ExecutionEngine: with the change to build | Bob Wilson | 2009-06-24 | 2 | -8/+4 |
* | Remove unused parameter warnings. | Bill Wendling | 2009-06-11 | 1 | -1/+1 |
* | Use uint8_t and int32_t in {JIT,Machine}CodeEmiters | Bruno Cardoso Lopes | 2009-06-04 | 1 | -14/+12 |
* | Revert 72650 | Bruno Cardoso Lopes | 2009-06-03 | 1 | -12/+14 |
* | Use uint8_t and int32_t in {JIT,Machine}CodeEmiters | Bruno Cardoso Lopes | 2009-05-30 | 1 | -14/+12 |
* | Allow the JIT ExecutionEngine to report details about the generated machine c... | Argiris Kirtzidis | 2009-05-18 | 1 | -0/+4 |
* | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling | 2009-04-29 | 1 | -7/+8 |
* | The second part of the change from -fast to -O#. This changes the JIT to accept | Bill Wendling | 2009-04-29 | 1 | -3/+3 |
* | improve documentation around memory lifetimes, | Chris Lattner | 2009-04-25 | 1 | -5/+17 |
* | Add support to the JIT for true non-lazy operation. When a call to a function | Nate Begeman | 2009-02-18 | 2 | -0/+19 |
* | Add support for deleting a module provider from a JIT in such a way that it d... | Nate Begeman | 2009-01-23 | 1 | -1/+7 |
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -1/+0 |
* | DisableGVCompilation should not abort on internal GlobalValue's. | Evan Cheng | 2008-12-09 | 1 | -2/+3 |
* | Support for allocation of TLS variables in the JIT. Allocation of a global | Nicolas Geoffray | 2008-10-25 | 1 | -0/+3 |
* | fix a tricky bug in the JIT global variable emitter, that was triggered when ... | Nuno Lopes | 2008-10-21 | 1 | -0/+3 |
* | On Darwin ARM, memory needs special handling to do JIT. This patch expands | Jim Grosbach | 2008-10-03 | 1 | -0/+8 |
* | Add runStaticConstructorsDestructors which runs ctors / dtors of a single mod... | Evan Cheng | 2008-09-30 | 1 | -1/+5 |
* | Add DisableGVCompilation which forces the JIT to assert when it tries to allo... | Evan Cheng | 2008-09-24 | 1 | -0/+11 |
* | Add new parameter Fast to createJIT to enable the fast codegen path. | Evan Cheng | 2008-08-08 | 1 | -3/+6 |
* | Add a new flag that disables symbol lookup with dlsym when set. This allows | Chris Lattner | 2008-06-16 | 1 | -3/+13 |
* | Fix a couple issues with the JIT and multiple modules: | Nate Begeman | 2008-05-21 | 1 | -2/+7 |
* | Remove warnings about unused parameters and shadowed variables. | Bill Wendling | 2008-05-19 | 1 | -2/+2 |
* | Cosmetic changes, as suggested by Evan. No functionality changes. | Nicolas Geoffray | 2008-04-20 | 1 | -2/+2 |
* | Enable jitting with a known memory size. | Nicolas Geoffray | 2008-04-18 | 1 | -1/+8 |
* | Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th... | Nicolas Geoffray | 2008-04-16 | 1 | -1/+2 |
* | Make ExecutionEngine::updateGlobalMapping return the old mapping. | Chris Lattner | 2008-04-04 | 1 | -5/+7 |
* | Enable exception handling int JIT | Nicolas Geoffray | 2008-02-13 | 2 | -0/+29 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 5 | -10/+10 |
* | 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 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 4 | -0/+351 |