Minor changes to the MCJITTest unittests to use the correct API for finalizing
[oota-llvm.git] / lib / ExecutionEngine / JIT / JITMemoryManager.cpp
2013-05-17 David TweedMinor changes to the MCJITTest unittests to use the...
2013-05-07 Rafael EspindolaRemove exception handling support from the old JIT.
2013-01-14 David GreeneFix More Casts
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-21 Roman DivackyRemove duplicate includes.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-15 Andrew KaylorInterface changes to allow RuntimeDyld memory managers...
2012-08-15 Sean CallananFixed a problem in the JIT memory allocator where
2012-04-29 Eli BenderskyFix some formatting, grammar and style issues and add...
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.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-04-08 Benjamin KramerUse twines to simplify calls to report_fatal_error...
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-01-05 David GreeneChange errs() to dbgs().
2009-11-12 Eric ChristopherFix typo, cleanup whitespace.
2009-11-09 Jeffrey YasskinRemove dlsym stubs, with Nate Begeman's permission.
2009-10-22 Nicolas GeoffrayVerify that the function and exception table have been...
2009-10-20 Jeffrey YasskinMove the Function*->allocated blocks map from the JITMe...
2009-08-27 Dan GohmanInitialize the PoisonMemory member before initializing
2009-08-23 Chris Lattnerremove a few DOUTs here and there.
2009-08-21 Reid KlecknerFix a bug where the DWARF emitter in the JIT was not...
2009-08-12 Dan GohmanThis void is implicit in C++.
2009-07-29 Nicolas GeoffrayIn TrimAllocationToSize, if a block is below the minimu...
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-11 Torok EdwinConvert more assert(0)+abort() -> LLVM_UNREACHABLE,
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-04-01 Dan GohmanUse CHAR_BIT instead of hard-coding 8 in several places...
2009-03-09 Chris LattnerFix PR3724 by searching for the largest free block...
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...