summaryrefslogtreecommitdiff
path: root/include/llvm/ExecutionEngine/JITMemoryManager.h
Commit message (Expand)AuthorAge
* Remove exception handling support from the old JIT.Rafael Espindola2013-05-07
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.Andrew Kaylor2012-11-01
* Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev2012-03-28
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-22
* Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev2012-03-21
* MCJIT support for non-function sections.Jim Grosbach2012-01-16
* Tidy up. Whitespace and 80-columns.Jim Grosbach2011-03-30
* Merge System into Support.Michael J. Spencer2010-11-29
* More style nittiness.Daniel Dunbar2010-11-13
* remove the JIT "NeedsExactSize" feature and supporting logic.Chris Lattner2010-07-22
* Remove dlsym stubs, with Nate Begeman's permission.Jeffrey Yasskin2009-11-09
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* Move the Function*->allocated blocks map from the JITMemoryManager to theJeffrey Yasskin2009-10-20
* Remove a bunch of unused arguments from functions, silencing aEric Christopher2009-10-14
* This void is implicit in C++.Dan Gohman2009-08-12
* Re-committing r76828 with the JIT memory manager changes now that the buildReid Kleckner2009-07-23
* Reverting r76825 and r76828, since they caused clang runtime errors and some ...Reid Kleckner2009-07-23
* Make the JIT code emitter properly retry and ask for more memory when it runsReid Kleckner2009-07-23
* Add an option to allocate JITed global data separately from code. ByJeffrey Yasskin2009-07-08
* Use uint8_t and int32_t in {JIT,Machine}CodeEmitersBruno Cardoso Lopes2009-06-04
* Revert 72650Bruno Cardoso Lopes2009-06-03
* Use uint8_t and int32_t in {JIT,Machine}CodeEmitersBruno Cardoso Lopes2009-05-30
* Add support to the JIT for true non-lazy operation. When a call to a functionNate Begeman2009-02-18
* fix a tricky bug in the JIT global variable emitter, that was triggered when ...Nuno Lopes2008-10-21
* On Darwin ARM, memory needs special handling to do JIT. This patch expandsJim Grosbach2008-10-03
* Cosmetic changes, as suggested by Evan. No functionality changes.Nicolas Geoffray2008-04-20
* Enable jitting with a known memory size.Nicolas Geoffray2008-04-18
* Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...Nicolas Geoffray2008-04-16
* Enable exception handling int JITNicolas Geoffray2008-02-13
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* improve header guardChris Lattner2007-12-05
* split the JIT memory management code out from the main JIT logic into itsChris Lattner2007-12-05