Temporarily Revert "Nuke the old JIT." as it's not quite ready to
[oota-llvm.git] / lib / ExecutionEngine / MCJIT / MCJIT.h
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-01 Rafael EspindolaReplace comment about ownership with std::unique_ptr.
2014-07-31 Rafael EspindolaDelete dead code.
2014-04-29 David BlaikiePR19553: Memory leak in RuntimeDyldELF::createObjectIma...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-03-20 Lang HamesAdd an option to MCJIT to have it forward all sections...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-02-12 Lang HamesExtend RTDyld API to enable optionally precomputing...
2014-01-23 Juergen RibutzkaAdd target analysis passes to the codegen pipeline...
2014-01-08 Lang HamesRe-apply r196639: Add support for archives and object...
2013-12-07 NAKAMURA TakumiWhitespace cleanups.
2013-12-07 Lang HamesRevert r196639 while I investigate a bot failure.
2013-12-07 Lang HamesAdd support for archives and object file caching under...
2013-10-24 Yaron KerenReplaced non-ASCII character.
2013-10-24 Andrew KaylorOptimizing MCJIT module state tracking
2013-10-21 Andrew KaylorFIXME comment shouldn't have been doxygen style
2013-10-21 Andrew KaylorImproving MCJIT/RuntimeDyld thread safety
2013-10-19 Yaron KerenAdded comments from Andrew Kaylor.
2013-10-16 Andrew KaylorAdding support for deregistering EH frames with MCJIT.
2013-10-11 Andrew KaylorAdding multiple object support to MCJIT EH frame handling
2013-10-04 Andrew KaylorAdding support and tests for multiple module handling...
2013-10-02 Filip PizloThis threads SectionName through the allocateCodeSectio...
2013-10-01 Andrew KaylorAdding multiple module support for MCJIT.
2013-05-17 David TweedMinor changes to the MCJITTest unittests to use the...
2013-05-14 Filip PizloSectionMemoryManager shouldn't be a JITMemoryManager...
2013-04-25 Andrew KaylorRe-enabling MCJIT object caching with memory leak fixed
2013-04-25 Rafael EspindolaRevert "Adding object caching support to MCJIT"
2013-04-23 Andrew KaylorAdding object caching support to MCJIT
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-11-06 Andrew KaylorAdd interface for object-based JIT events.
2012-11-05 Andrew KaylorAdd a method to indicate section address re-assignment...
2012-10-02 Andrew KaylorClean-up of memory buffer and object ownership model...
2012-09-13 Jim GrosbachBetter const handling for RuntimeDyld and MCJIT.
2012-08-21 Jim GrosbachMCJIT: Tidy up the constructor.
2012-08-07 Andrew KaylorEnable lazy compilation in MCJIT
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 GrosbachExecutionEngine interface to re-map addresses for engin...
2012-01-05 Danil MalyshevA small re-factored JIT/MCJIT::getPointerToNamedFunctio...
2011-12-12 Dylan NoblesmithExecutionEngine: refactor interface
2011-05-13 Dylan NoblesmithExecutionEngine: push TargetMachine creation into clien...
2011-05-13 Dylan NoblesmithExecutionEngine: fix JIT/MCJIT selectTarget() duplicati...
2011-05-07 Jakob Stoklund OlesenRevert ExecutionEngine patches, they either failed...
2011-05-06 Dylan NoblesmithExecutionEngine: push TargetMachine creation into clients
2011-05-06 Dylan NoblesmithExecutionEngine: fix JIT/MCJIT selectTarget() duplication
2011-04-04 Jim GrosbachLayer the memory manager between the JIT and the runtim...
2011-03-22 Jim GrosbachAdd simple arg passing to MC-JIT and support for exit...
2011-03-22 Jim GrosbachHook up the MCJIT to the RuntimeDyld library.
2011-03-18 Jim GrosbachBeginnings of MC-JIT code generation.
2010-11-17 Daniel DunbarMCJIT: Stub out MCJIT implementation, still doesn't...