Age | Commit message (Expand) | Author |
2013-01-14 | Fix More Casts | David Greene |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
2012-12-21 | Remove duplicate includes. | Roman Divacky |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth |
2012-11-15 | Interface changes to allow RuntimeDyld memory managers to set memory permissi... | Andrew Kaylor |
2012-08-15 | Fixed a problem in the JIT memory allocator where | Sean Callanan |
2012-04-29 | Fix some formatting, grammar and style issues and add a couple of missing com... | Eli Bendersky |
2012-03-28 | Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager. | Danil Malyshev |
2012-03-22 | Revert a series of commits to MCJIT to get the build working in CMake | Chandler Carruth |
2012-03-21 | Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee... | Danil Malyshev |
2012-01-16 | MCJIT support for non-function sections. | Jim Grosbach |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-04-08 | Use twines to simplify calls to report_fatal_error. For code size and readabi... | Benjamin Kramer |
2010-04-07 | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner |
2010-01-05 | Change errs() to dbgs(). | David Greene |
2009-11-12 | Fix typo, cleanup whitespace. | Eric Christopher |
2009-11-09 | Remove dlsym stubs, with Nate Begeman's permission. | Jeffrey Yasskin |
2009-10-22 | Verify that the function and exception table have been allocated | Nicolas Geoffray |
2009-10-20 | Move the Function*->allocated blocks map from the JITMemoryManager to the | Jeffrey Yasskin |
2009-08-27 | Initialize the PoisonMemory member before initializing | Dan Gohman |
2009-08-23 | remove a few DOUTs here and there. | Chris Lattner |
2009-08-21 | Fix a bug where the DWARF emitter in the JIT was not initializing alignment | Reid Kleckner |
2009-08-12 | This void is implicit in C++. | Dan Gohman |
2009-07-29 | In TrimAllocationToSize, if a block is below the minimum allocation size, | Nicolas Geoffray |
2009-07-23 | Re-committing r76828 with the JIT memory manager changes now that the build | Reid Kleckner |
2009-07-23 | Reverting r76825 and r76828, since they caused clang runtime errors and some ... | Reid Kleckner |
2009-07-23 | Make the JIT code emitter properly retry and ask for more memory when it runs | Reid Kleckner |
2009-07-11 | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Torok Edwin |
2009-07-08 | Add an option to allocate JITed global data separately from code. By | Jeffrey Yasskin |
2009-06-04 | Use uint8_t and int32_t in {JIT,Machine}CodeEmiters | Bruno Cardoso Lopes |
2009-06-03 | Revert 72650 | Bruno Cardoso Lopes |
2009-05-30 | Use uint8_t and int32_t in {JIT,Machine}CodeEmiters | Bruno Cardoso Lopes |
2009-04-01 | Use CHAR_BIT instead of hard-coding 8 in several places where it | Dan Gohman |
2009-03-09 | Fix PR3724 by searching for the largest free block when | Chris Lattner |
2009-02-18 | Add support to the JIT for true non-lazy operation. When a call to a function | Nate Begeman |
2008-10-21 | fix a tricky bug in the JIT global variable emitter, that was triggered when ... | Nuno Lopes |
2008-10-08 | Add <cstdio> include where needed by gcc-4.4. | Duncan Sands |
2008-10-03 | On Darwin ARM, memory needs special handling to do JIT. This patch expands | Jim Grosbach |
2008-09-18 | Preliminary support for systems which require changing JIT memory regions pri... | Evan Cheng |
2008-08-07 | Rewrite JIT handling of GlobalVariables so they | Dale Johannesen |
2008-07-29 | Fix for PR2578. Do not split off a block whose size is less than FreeRangeHea... | Evan Cheng |
2008-06-21 | Use static_cast instead of reinterpret_cast for casting void*. | Dan Gohman |
2008-04-16 | Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th... | Nicolas Geoffray |
2008-03-07 | fix 80 col violations | Chris Lattner |
2008-02-20 | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov |
2008-02-13 | Enable exception handling int JIT | Nicolas Geoffray |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-12-06 | Adjust VStudio files to add JITMemoryManager files + include <cassert> from s... | Chuck Rose III |
2007-12-05 | split the JIT memory management code out from the main JIT logic into its | Chris Lattner |