aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ExecutionEngine/JITMemoryManager.h
AgeCommit message (Expand)Author
2010-07-22remove the JIT "NeedsExactSize" feature and supporting logic.Chris Lattner
2009-11-09Remove dlsym stubs, with Nate Begeman's permission.Jeffrey Yasskin
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth
2009-10-20Move the Function*->allocated blocks map from the JITMemoryManager to theJeffrey Yasskin
2009-10-14Remove a bunch of unused arguments from functions, silencing aEric Christopher
2009-08-12This void is implicit in C++.Dan Gohman
2009-07-23Re-committing r76828 with the JIT memory manager changes now that the buildReid Kleckner
2009-07-23Reverting r76825 and r76828, since they caused clang runtime errors and some ...Reid Kleckner
2009-07-23Make the JIT code emitter properly retry and ask for more memory when it runsReid Kleckner
2009-07-08Add an option to allocate JITed global data separately from code. ByJeffrey Yasskin
2009-06-04Use uint8_t and int32_t in {JIT,Machine}CodeEmitersBruno Cardoso Lopes
2009-06-03Revert 72650Bruno Cardoso Lopes
2009-05-30Use uint8_t and int32_t in {JIT,Machine}CodeEmitersBruno Cardoso Lopes
2009-02-18Add support to the JIT for true non-lazy operation. When a call to a functionNate Begeman
2008-10-21fix a tricky bug in the JIT global variable emitter, that was triggered when ...Nuno Lopes
2008-10-03On Darwin ARM, memory needs special handling to do JIT. This patch expandsJim Grosbach
2008-04-20Cosmetic changes, as suggested by Evan. No functionality changes.Nicolas Geoffray
2008-04-18Enable jitting with a known memory size.Nicolas Geoffray
2008-04-16Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...Nicolas Geoffray
2008-02-13Enable exception handling int JITNicolas Geoffray
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-05improve header guardChris Lattner
2007-12-05split the JIT memory management code out from the main JIT logic into itsChris Lattner