unique_ptrify passing the TargetMachine to ExecutionEngine::MCJITCtor
[oota-llvm.git] / include / llvm / ExecutionEngine / JITMemoryManager.h
2013-05-07 Rafael EspindolaRemove exception handling support from the old JIT.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-01 Andrew KaylorStreamlined memory manager hierarchy for MCJIT and...
2012-03-28 Danil MalyshevMove getPointerToNamedFunction() from JIT/MCJIT to...
2012-03-22 Chandler CarruthRevert a series of commits to MCJIT to get the build...
2012-03-21 Danil MalyshevBased on this discussion: lists.cs.uiuc.edu/pipermail...
2012-01-16 Jim GrosbachMCJIT support for non-function sections.
2011-03-30 Jim GrosbachTidy up. Whitespace and 80-columns.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-13 Daniel DunbarMore style nittiness.
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...