remove the JIT "NeedsExactSize" feature and supporting logic.
[oota-llvm.git] / include / llvm / ExecutionEngine / JITMemoryManager.h
2010-07-22 Chris Lattnerremove the JIT "NeedsExactSize" feature and supporting...
2009-11-09 Jeffrey YasskinRemove dlsym stubs, with Nate Begeman's permission.
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-20 Jeffrey YasskinMove the Function*->allocated blocks map from the JITMe...
2009-10-14 Eric ChristopherRemove a bunch of unused arguments from functions,...
2009-08-12 Dan GohmanThis void is implicit in C++.
2009-07-23 Reid KlecknerRe-committing r76828 with the JIT memory manager change...
2009-07-23 Reid KlecknerReverting r76825 and r76828, since they caused clang...
2009-07-23 Reid KlecknerMake the JIT code emitter properly retry and ask for...
2009-07-08 Jeffrey YasskinAdd an option to allocate JITed global data separately...
2009-06-04 Bruno Cardoso LopesUse uint8_t and int32_t in {JIT,Machine}CodeEmiters
2009-06-03 Bruno Cardoso LopesRevert 72650
2009-05-30 Bruno Cardoso LopesUse uint8_t and int32_t in {JIT,Machine}CodeEmiters
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-03 Jim GrosbachOn Darwin ARM, memory needs special handling to do...
2008-04-20 Nicolas GeoffrayCosmetic changes, as suggested by Evan. No functionalit...
2008-04-18 Nicolas GeoffrayEnable jitting with a known memory size.
2008-04-16 Nicolas GeoffrayCorrelate stubs with functions in JIT: when emitting...
2008-02-13 Nicolas GeoffrayEnable exception handling int JIT
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-05 Chris Lattnerimprove header guard
2007-12-05 Chris Lattnersplit the JIT memory management code out from the main...