| Commit message (Expand) | Author | Age | Files | Lines |
* | Reinstate "Nuke the old JIT." | Eric Christopher | 2014-09-02 | 1 | -900/+0 |
* | Fix typos in comments, NFC | Robin Morisset | 2014-08-29 | 1 | -1/+1 |
* | EE/JIT: unique_ptr-ify | Dylan Noblesmith | 2014-08-25 | 1 | -7/+3 |
* | Temporarily Revert "Nuke the old JIT." as it's not quite ready to | Eric Christopher | 2014-08-07 | 1 | -0/+904 |
* | Nuke the old JIT. | Rafael Espindola | 2014-08-07 | 1 | -904/+0 |
* | [C++] Use 'nullptr'. | Craig Topper | 2014-04-28 | 1 | -1/+1 |
* | [C++] Use 'nullptr'. | Craig Topper | 2014-04-24 | 1 | -8/+8 |
* | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 |
* | [Allocator] Finally, finish nuking the redundant code that led me here | Chandler Carruth | 2014-04-15 | 1 | -7/+7 |
* | [Allocator] Make the underlying allocator a template instead of an | Chandler Carruth | 2014-04-14 | 1 | -14/+11 |
* | [Allocator] Switch the BumpPtrAllocator to use a vector of pointers to | Chandler Carruth | 2014-04-14 | 1 | -9/+6 |
* | [Allocator] Lift the slab size and size threshold into template | Chandler Carruth | 2014-03-30 | 1 | -4/+4 |
* | [cleanup] Hoist the initialization and constants for slab sizes to the | Chandler Carruth | 2014-03-28 | 1 | -20/+17 |
* | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-08 | 1 | -27/+27 |
* | Resolve JIT runtime linking problems on Android. | Andrew Kaylor | 2013-11-15 | 1 | -1/+1 |
* | This threads SectionName through the allocateCodeSection/allocateDataSection ... | Filip Pizlo | 2013-10-02 | 1 | -2/+3 |
* | Fixed alignment of code sections in the JIT mode. Added a test to the JITMemo... | Elena Demikhovsky | 2013-07-02 | 1 | -2/+7 |
* | Minor changes to the MCJITTest unittests to use the correct API for finalizing | David Tweed | 2013-05-17 | 1 | -1/+1 |
* | Remove exception handling support from the old JIT. | Rafael Espindola | 2013-05-07 | 1 | -26/+0 |
* | Fix More Casts | David Greene | 2013-01-14 | 1 | -3/+8 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -1/+1 |
* | Remove duplicate includes. | Roman Divacky | 2012-12-21 | 1 | -1/+0 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -5/+5 |
* | Interface changes to allow RuntimeDyld memory managers to set memory permissi... | Andrew Kaylor | 2012-11-15 | 1 | -1/+5 |
* | Fixed a problem in the JIT memory allocator where | Sean Callanan | 2012-08-15 | 1 | -0/+3 |
* | Fix some formatting, grammar and style issues and add a couple of missing com... | Eli Bendersky | 2012-04-29 | 1 | -1/+1 |
* | Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager. | Danil Malyshev | 2012-03-28 | 1 | -0/+150 |
* | Revert a series of commits to MCJIT to get the build working in CMake | Chandler Carruth | 2012-03-22 | 1 | -153/+0 |
* | Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee... | Danil Malyshev | 2012-03-21 | 1 | -0/+153 |
* | MCJIT support for non-function sections. | Jim Grosbach | 2012-01-16 | 1 | -0/+44 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
* | Use twines to simplify calls to report_fatal_error. For code size and readabi... | Benjamin Kramer | 2010-04-08 | 1 | -4/+2 |
* | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner | 2010-04-07 | 1 | -1/+1 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -1/+1 |
* | Fix typo, cleanup whitespace. | Eric Christopher | 2009-11-12 | 1 | -35/+35 |
* | Remove dlsym stubs, with Nate Begeman's permission. | Jeffrey Yasskin | 2009-11-09 | 1 | -11/+0 |
* | Verify that the function and exception table have been allocated | Nicolas Geoffray | 2009-10-22 | 1 | -2/+2 |
* | Move the Function*->allocated blocks map from the JITMemoryManager to the | Jeffrey Yasskin | 2009-10-20 | 1 | -32/+12 |
* | Initialize the PoisonMemory member before initializing | Dan Gohman | 2009-08-27 | 1 | -7/+7 |
* | remove a few DOUTs here and there. | Chris Lattner | 2009-08-23 | 1 | -1/+1 |
* | Fix a bug where the DWARF emitter in the JIT was not initializing alignment | Reid Kleckner | 2009-08-21 | 1 | -0/+4 |
* | This void is implicit in C++. | Dan Gohman | 2009-08-12 | 1 | -2/+2 |
* | In TrimAllocationToSize, if a block is below the minimum allocation size, | Nicolas Geoffray | 2009-07-29 | 1 | -1/+4 |
* | Re-committing r76828 with the JIT memory manager changes now that the build | Reid Kleckner | 2009-07-23 | 1 | -95/+269 |
* | Reverting r76825 and r76828, since they caused clang runtime errors and some ... | Reid Kleckner | 2009-07-23 | 1 | -269/+95 |
* | Make the JIT code emitter properly retry and ask for more memory when it runs | Reid Kleckner | 2009-07-23 | 1 | -95/+269 |
* | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Torok Edwin | 2009-07-11 | 1 | -8/+5 |
* | Add an option to allocate JITed global data separately from code. By | Jeffrey Yasskin | 2009-07-08 | 1 | -16/+57 |
* | Use uint8_t and int32_t in {JIT,Machine}CodeEmiters | Bruno Cardoso Lopes | 2009-06-04 | 1 | -28/+26 |
* | Revert 72650 | Bruno Cardoso Lopes | 2009-06-03 | 1 | -26/+28 |