| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed few warnings. | Galina Kistanova | 2012-07-19 | 1 | -1/+1 |
* | Fix some formatting, grammar and style issues and add a couple of missing com... | Eli Bendersky | 2012-04-29 | 1 | -4/+7 |
* | Fix comments from copy-paste to a more relevant meaning | Eli Bendersky | 2012-04-29 | 3 | -3/+3 |
* | Re-factored RuntimeDyLd: | Danil Malyshev | 2012-03-30 | 1 | -11/+0 |
* | Revert r153694. It was causing failures in the buildbots. | Bill Wendling | 2012-03-29 | 1 | -0/+11 |
* | Re-factored RuntimeDyld. | Danil Malyshev | 2012-03-29 | 1 | -11/+0 |
* | Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager. | Danil Malyshev | 2012-03-28 | 2 | -0/+15 |
* | Make it feasible for clients using EngineBuilder to capture the TargetMachine... | Owen Anderson | 2012-03-23 | 1 | -11/+12 |
* | Revert a series of commits to MCJIT to get the build working in CMake | Chandler Carruth | 2012-03-22 | 2 | -14/+9 |
* | Re-factored RuntimeDyld. | Danil Malyshev | 2012-03-21 | 1 | -11/+1 |
* | Missed getPointerToNamedFunction() declaration. | Danil Malyshev | 2012-03-21 | 1 | -0/+4 |
* | Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee... | Danil Malyshev | 2012-03-21 | 1 | -0/+11 |
* | Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code... | Eli Bendersky | 2012-03-13 | 3 | -4/+264 |
* | Convert assert(0) to llvm_unreachable | Craig Topper | 2012-02-05 | 1 | -4/+6 |
* | ExecutionEngine interface to re-map addresses for engines that support it. | Jim Grosbach | 2012-01-16 | 2 | -3/+19 |
* | MCJIT support for non-function sections. | Jim Grosbach | 2012-01-16 | 2 | -2/+28 |
* | A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be ca... | Danil Malyshev | 2012-01-05 | 1 | -0/+11 |
* | ExecutionEngine: refactor interface | Dylan Noblesmith | 2011-12-12 | 1 | -3/+2 |
* | EngineBuilder: support for custom TargetOptions. Fixes the | Peter Collingbourne | 2011-12-07 | 1 | -0/+11 |
* | ExecutionEngine: honor optimization level | Dylan Noblesmith | 2011-12-01 | 1 | -0/+1 |
* | Delete names for unused parameters in inline function definitions in headers,... | Eli Friedman | 2011-11-04 | 1 | -4/+4 |
* | Tidy up. Formatting. | Jim Grosbach | 2011-09-29 | 1 | -8/+5 |
* | The code model of JIT should default to JITDefault. | Nicolas Geoffray | 2011-08-30 | 1 | -1/+1 |
* | - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. | Evan Cheng | 2011-07-20 | 1 | -2/+4 |
* | Introduce MCCodeGenInfo, which keeps information that can affect codegen | Evan Cheng | 2011-07-19 | 1 | -0/+12 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -2/+2 |
* | Add to RuntimeDyld support different object formats | Danil Malyshev | 2011-07-13 | 1 | -0/+1 |
* | ExecutionEngine: push TargetMachine creation into clients (v2) | Dylan Noblesmith | 2011-05-13 | 1 | -8/+2 |
* | ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2) | Dylan Noblesmith | 2011-05-13 | 1 | -0/+8 |
* | 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 |