aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/JIT/JITMemoryManager.cpp
AgeCommit message (Expand)Author
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-04-01Use CHAR_BIT instead of hard-coding 8 in several places where itDan Gohman
2009-03-09Fix PR3724 by searching for the largest free block when Chris Lattner
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-08Add <cstdio> include where needed by gcc-4.4.Duncan Sands
2008-10-03On Darwin ARM, memory needs special handling to do JIT. This patch expandsJim Grosbach
2008-09-18Preliminary support for systems which require changing JIT memory regions pri...Evan Cheng
2008-08-07Rewrite JIT handling of GlobalVariables so theyDale Johannesen
2008-07-29Fix for PR2578. Do not split off a block whose size is less than FreeRangeHea...Evan Cheng
2008-06-21Use static_cast instead of reinterpret_cast for casting void*.Dan Gohman
2008-04-16Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...Nicolas Geoffray
2008-03-07fix 80 col violationsChris Lattner
2008-02-20Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov
2008-02-13Enable exception handling int JITNicolas Geoffray
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-06Adjust VStudio files to add JITMemoryManager files + include <cassert> from s...Chuck Rose III
2007-12-05split the JIT memory management code out from the main JIT logic into itsChris Lattner