| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Revert ExecutionEngine patches, they either failed to build or broke unit tests. | Jakob Stoklund Olesen | 2011-05-07 | 1 | -10/+8 |
* | ExecutionEngine: push TargetMachine creation into clients | Dylan Noblesmith | 2011-05-06 | 1 | -8/+2 |
* | ExecutionEngine: fix JIT/MCJIT selectTarget() duplication | Dylan Noblesmith | 2011-05-06 | 1 | -0/+8 |
* | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
* | MCJIT lazy relocation resolution and symbol address re-assignment. | Jim Grosbach | 2011-04-12 | 1 | -1/+5 |
* | Tidy up a bit now that we're using the MemoryManager interface. | Jim Grosbach | 2011-04-12 | 1 | -3/+0 |
* | Refactor MCJIT 32-bit section loading. | Jim Grosbach | 2011-04-08 | 1 | -1/+4 |
* | EngineBuilder setter method for UseMCJIT was missing return value. | Jim Grosbach | 2011-04-06 | 1 | -1/+2 |
* | RuntimeDyld should use the memory manager API. | Jim Grosbach | 2011-04-06 | 1 | -3/+3 |
* | Make the virtual destructor out-of-line so we have a key function. | Chandler Carruth | 2011-04-05 | 1 | -1/+1 |
* | Provide an empty virtual destructor to go with the virtual methods in | Chandler Carruth | 2011-04-05 | 1 | -0/+1 |
* | Layer the memory manager between the JIT and the runtime Dyld. | Jim Grosbach | 2011-04-04 | 1 | -3/+26 |
* | Tidy up. Whitespace and 80-columns. | Jim Grosbach | 2011-03-30 | 2 | -26/+28 |
* | Instantiate a JITMemoryManager for MCJIT Dyld | Jim Grosbach | 2011-03-29 | 1 | -1/+2 |
* | Propogate the error message, not just the error state. | Jim Grosbach | 2011-03-22 | 1 | -0/+1 |
* | Library-ize the dyld components of llvm-rtdyld. | Jim Grosbach | 2011-03-21 | 1 | -0/+45 |
* | Support unregistering exception frames of functions when they are removed. | Eric Christopher | 2011-03-04 | 1 | -3/+17 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 4 | -4/+4 |
* | MCJIT: Stub out MCJIT implementation, still doesn't do anything useful. | Daniel Dunbar | 2010-11-17 | 1 | -0/+38 |
* | lli: Add stub -use-mcjit option, which doesn't currently do anything. | Daniel Dunbar | 2010-11-17 | 1 | -2/+20 |
* | JIT: More nitty style tweakage, aka territory marking. | Daniel Dunbar | 2010-11-13 | 1 | -56/+67 |
* | More style nittiness. | Daniel Dunbar | 2010-11-13 | 1 | -8/+2 |
* | Clean up some doxyments/style. | Daniel Dunbar | 2010-11-13 | 1 | -23/+27 |
* | Fix the cleanup process of exception information in JIT. Now JIT | Duncan Sands | 2010-10-21 | 1 | -6/+17 |
* | remove the JIT "NeedsExactSize" feature and supporting logic. | Chris Lattner | 2010-07-22 | 1 | -8/+1 |
* | Convert some tab stops into spaces. | Duncan Sands | 2010-07-12 | 1 | -2/+2 |
* | Move --march, --mcpu, and --mattr from JIT/TargetSelect.cpp to lli.cpp. | Jeffrey Yasskin | 2010-02-05 | 1 | -6/+34 |
* | r94686 changed all ModuleProvider parameters to Modules, which made the | Jeffrey Yasskin | 2010-02-03 | 1 | -5/+0 |
* | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin | 2010-01-27 | 1 | -34/+21 |
* | Add ability to set code model within the execution engine builders | Eric Christopher | 2009-11-17 | 1 | -2/+14 |
* | Remove dlsym stubs, with Nate Begeman's permission. | Jeffrey Yasskin | 2009-11-09 | 2 | -21/+1 |
* | add interpreter support for indirect goto / blockaddress. The interpreter | Chris Lattner | 2009-10-29 | 1 | -0/+6 |
* | Revert the API changes from r85295 to make it easier for people to build | Jeffrey Yasskin | 2009-10-27 | 1 | -3/+8 |
* | Change the JIT to compile eagerly by default as agreed in | Jeffrey Yasskin | 2009-10-27 | 1 | -7/+18 |
* | Automatically do the equivalent of freeMachineCodeForFunction(F) when F is | Jeffrey Yasskin | 2009-10-27 | 2 | -5/+7 |
* | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth | 2009-10-26 | 3 | -3/+3 |
* | Fix http://llvm.org/PR4822: allow module deletion after a function has been | Jeffrey Yasskin | 2009-10-23 | 1 | -26/+13 |
* | Delete the MacOSJITEventListener per echristo's request. It was disabled by | Jeffrey Yasskin | 2009-10-21 | 1 | -2/+1 |
* | Move the Function*->allocated blocks map from the JITMemoryManager to the | Jeffrey Yasskin | 2009-10-20 | 1 | -3/+11 |
* | Remove a bunch of unused arguments from functions, silencing a | Eric Christopher | 2009-10-14 | 1 | -1/+1 |
* | Make the ExecutionEngine automatically remove global mappings on when their | Jeffrey Yasskin | 2009-10-13 | 1 | -21/+44 |
* | ExecutionEngine::clearGlobalMappingsFromModule failed to remove reverse | Jeffrey Yasskin | 2009-10-09 | 1 | -0/+3 |
* | This void is implicit in C++. | Dan Gohman | 2009-08-12 | 1 | -2/+2 |
* | To catch bugs like the one fixed in | Jeffrey Yasskin | 2009-08-07 | 1 | -4/+5 |
* | 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 |