Age | Commit message (Expand) | Author |
2013-01-10 | Fix include guards so they exactly match file names. | Jakub Staszak |
2012-12-03 | Sort the #include lines for the include/... tree with the script. | Chandler Carruth |
2012-11-01 | Streamlined memory manager hierarchy for MCJIT and RuntimeDyld. | Andrew Kaylor |
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 |
2011-03-30 | Tidy up. Whitespace and 80-columns. | Jim Grosbach |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-11-13 | More style nittiness. | Daniel Dunbar |
2010-07-22 | remove the JIT "NeedsExactSize" feature and supporting logic. | Chris Lattner |
2009-11-09 | Remove dlsym stubs, with Nate Begeman's permission. | Jeffrey Yasskin |
2009-10-26 | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth |
2009-10-20 | Move the Function*->allocated blocks map from the JITMemoryManager to the | Jeffrey Yasskin |
2009-10-14 | Remove a bunch of unused arguments from functions, silencing a | Eric Christopher |
2009-08-12 | This void is implicit in C++. | Dan Gohman |
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-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-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-03 | On Darwin ARM, memory needs special handling to do JIT. This patch expands | Jim Grosbach |
2008-04-20 | Cosmetic changes, as suggested by Evan. No functionality changes. | Nicolas Geoffray |
2008-04-18 | Enable jitting with a known memory size. | Nicolas Geoffray |
2008-04-16 | Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th... | Nicolas Geoffray |
2008-02-13 | Enable exception handling int JIT | Nicolas Geoffray |
2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
2007-12-05 | improve header guard | Chris Lattner |
2007-12-05 | split the JIT memory management code out from the main JIT logic into its | Chris Lattner |