Avoid using EL_GETFP.
[oota-llvm.git] / lib / ExecutionEngine / MCJIT /
2014-01-24 Alp TokerFix known typos
2014-01-23 Juergen RibutzkaAdd target analysis passes to the codegen pipeline...
2014-01-21 Rafael EspindolaRename these methods to match the style guide.
2014-01-13 Chandler CarruthRe-sort #include lines again, prior to moving headers...
2014-01-08 Lang HamesRe-apply r196639: Add support for archives and object...
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2013-12-11 NAKAMURA TakumiPrune redundant dependencies in LLVMBuild.txt.
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-12-05 Rafael EspindolaRemove the isImplicitlyPrivate argument of getNameWithP...
2013-11-28 Rafael EspindolaUse the mangler consistently instead of using getGlobal...
2013-11-15 Andrew KaylorFix a problem in MCJIT identifying the module containin...
2013-10-24 Yaron KerenReplaced non-ASCII character.
2013-10-24 Chandler CarruthRevert part of r193291, restoring the deletion of loade...
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 KaylorFixing MCJIT multiple module linking for OSX
2013-10-01 Andrew KaylorAdding multiple module support for MCJIT.
2013-06-28 Andrew KaylorRevising the MCJIT ObjectCache interface to allow subcl...
2013-05-21 Filip PizloPut RTDyldMemoryManager into its own file, and make...
2013-05-21 Filip PizloRoll out r182411 and 182412 because it's still broken.
2013-05-21 Filip PizloPut RTDyldMemoryManager into its own file, and make...
2013-05-21 Filip PizloRoll out r182407 and r182408 because they broke builds.
2013-05-21 Filip PizloPut RTDyldMemoryManager into its own file, and make...
2013-05-17 David TweedMinor changes to the MCJITTest unittests to use the...
2013-05-14 Filip PizloSectionMemoryManager shouldn't be a JITMemoryManager...
2013-05-05 Rafael EspindolaAdd EH support to the MCJIT.
2013-05-01 Filip PizloThis exposes more MCJIT options via the C API:
2013-04-29 Andrew KaylorExposing MCJIT through C API
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-24 Andrew KaylorMaking invalidateInstructionCache automatic in SectionM...
2013-04-23 Andrew KaylorAdding object caching support to MCJIT
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-28 Benjamin KramerMCJIT depends on JIT.
2012-11-28 Andrew KaylorMoving SectionMemoryManager to MCJIT to avoid cross...
2012-11-15 Andrew KaylorInterface changes to allow RuntimeDyld memory managers...
2012-11-06 Andrew KaylorFix build error from previous commit.
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-11-01 Andrew KaylorStreamlined memory manager hierarchy for MCJIT and...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
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-09-05 Jim GrosbachMCJIT: getPointerToFunction() references target address...
2012-08-21 Jim GrosbachMCJIT: Tidy up the constructor.
2012-08-07 Andrew KaylorEnable lazy compilation in MCJIT
2012-06-06 Benjamin KramerRound 2 of dead private variable removal.
2012-05-16 Danil MalyshevAdded LLIMCJITMemoryManager to the lli. This manager...
2012-04-29 Eli BenderskyFix some formatting, grammar and style issues and add...
2012-04-12 Preston GurdThis patch improves the MCJIT runtime dynamic loader...
2012-03-30 Danil MalyshevRe-factored RuntimeDyLd:
2012-03-29 Bill WendlingRevert r153694. It was causing failures in the buildbots.
2012-03-29 Danil MalyshevRe-factored RuntimeDyld.
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 MalyshevRe-factored RuntimeDyld.
2012-03-21 Danil Malyshevgit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2012-03-21 Danil MalyshevBased on this discussion: lists.cs.uiuc.edu/pipermail...
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-17 Jim GrosbachFix MCJIT memory leak of owned TargetMachine.
2012-01-16 Jim GrosbachExecutionEngine interface to re-map addresses for engin...
2012-01-16 Jim GrosbachMCJIT support for non-function sections.
2012-01-05 Danil MalyshevA small re-factored JIT/MCJIT::getPointerToNamedFunctio...
2011-12-20 Chandler CarruthFix up the CMake build for the new files added in r1469...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-12-12 Dylan NoblesmithExecutionEngine: refactor interface
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
2011-11-12 Sean CallananFixed the MCJIT so that it can emit not only instance
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-10-18 Jim GrosbachThe MCJITMemoryManager takes ownership of the JMM,...
2011-09-30 Danil MalyshevMCJIT initialization TargetData
2011-09-10 Richard TrieuFix the asserts in lib/Target/X86/X86ELFWriterInfo...
2011-08-14 NAKAMURA TakumiEE: Provide the symbol "lseek64" explicitly with <unist...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-05-19 Jim GrosbachAvoid a Twine that referenced a tmp (which proceded...
2011-05-18 Jim GrosbachRestore sanity to 131601.
2011-05-18 Jim GrosbachObjective C functions may use a magic '\1' on the name...
2011-05-13 Dylan NoblesmithExecutionEngine: push TargetMachine creation into clien...
2011-05-13 Dylan NoblesmithExecutionEngine: fix JIT/MCJIT selectTarget() duplicati...
2011-05-12 Jim GrosbachThe MCJIT memory manager needs to initialize its Module...
2011-05-07 Jakob Stoklund OlesenRevert ExecutionEngine patches, they either failed...
2011-05-06 Dylan NoblesmithExecutionEngine: delete duplicated files
2011-05-06 Dylan NoblesmithExecutionEngine: push TargetMachine creation into clients
2011-05-06 Dylan NoblesmithExecutionEngine: fix JIT/MCJIT selectTarget() duplication
next