Add support to the JIT for true non-lazy operation. When a call to a function
[oota-llvm.git] / lib / ExecutionEngine / JIT / JITMemoryManager.cpp
2009-02-18 Nate BegemanAdd support to the JIT for true non-lazy operation...
2008-10-21 Nuno Lopesfix a tricky bug in the JIT global variable emitter...
2008-10-08 Duncan SandsAdd <cstdio> include where needed by gcc-4.4.
2008-10-03 Jim GrosbachOn Darwin ARM, memory needs special handling to do...
2008-09-18 Evan ChengPreliminary support for systems which require changing...
2008-08-07 Dale JohannesenRewrite JIT handling of GlobalVariables so they
2008-07-29 Evan ChengFix for PR2578. Do not split off a block whose size...
2008-06-21 Dan GohmanUse static_cast instead of reinterpret_cast for casting...
2008-04-16 Nicolas GeoffrayCorrelate stubs with functions in JIT: when emitting...
2008-03-07 Chris Lattnerfix 80 col violations
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-02-13 Nicolas GeoffrayEnable exception handling int JIT
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-06 Chuck Rose IIIAdjust VStudio files to add JITMemoryManager files...
2007-12-05 Chris Lattnersplit the JIT memory management code out from the main...