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