summaryrefslogtreecommitdiff
path: root/include/llvm/ExecutionEngine/JITMemoryManager.h
Commit message (Expand)AuthorAge
* 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