aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ExecutionEngine
AgeCommit message (Expand)Author
2013-05-05Add EH support to the MCJIT.Rafael Espindola
2013-05-01This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo
2013-04-25Re-enabling MCJIT object caching with memory leak fixedAndrew Kaylor
2013-04-25Revert "Adding object caching support to MCJIT"Rafael Espindola
2013-04-24Making invalidateInstructionCache automatic in SectionMemoryManagerAndrew Kaylor
2013-04-23Fix dependency layering issues caused by r180112.Eric Christopher
2013-04-23Fixing typo in comment.Andrew Kaylor
2013-04-23Adding object caching support to MCJITAndrew Kaylor
2013-04-01Add support for vector data types in the LLVM interpreter.Nadav Rotem
2013-03-15Silence anonymous type in anonymous union warnings.Eric Christopher
2013-01-25Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2012-12-13JITEventListener.h: Use llvm-config.h instead of config.h.NAKAMURA Takumi
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-11-27Fix comment formatting in RuntimeDyld.hAndrew Kaylor
2012-11-27Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.Andrew Kaylor
2012-11-15Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor
2012-11-15Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko
2012-11-14Fix comment.Jakub Staszak
2012-11-14Remove DOS line endings.Jakub Staszak
2012-11-06Add interface for object-based JIT events.Andrew Kaylor
2012-11-05Add a method to indicate section address re-assignment is finished.Andrew Kaylor
2012-11-01Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.Andrew Kaylor
2012-10-16Spacing.Eric Christopher
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-10-02Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor
2012-09-28Removing dependency on third party library for Intel JIT event support.Andrew Kaylor
2012-09-18Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper
2012-09-14Fix Doxygen issues:Dmitri Gribenko
2012-09-13Better const handling for RuntimeDyld and MCJIT.Jim Grosbach
2012-09-05MCJIT: getPointerToFunction() references target address space.Jim Grosbach
2012-07-19Fixed few warnings.Galina Kistanova
2012-04-29Fix some formatting, grammar and style issues and add a couple of missing com...Eli Bendersky
2012-04-29Fix comments from copy-paste to a more relevant meaningEli Bendersky
2012-03-30Re-factored RuntimeDyLd:Danil Malyshev
2012-03-29Revert r153694. It was causing failures in the buildbots.Bill Wendling
2012-03-29Re-factored RuntimeDyld.Danil Malyshev
2012-03-28Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev
2012-03-23Make it feasible for clients using EngineBuilder to capture the TargetMachine...Owen Anderson
2012-03-22Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth
2012-03-21Re-factored RuntimeDyld.Danil Malyshev
2012-03-21Missed getPointerToNamedFunction() declaration.Danil Malyshev
2012-03-21Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev
2012-03-13Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky
2012-02-05Convert assert(0) to llvm_unreachableCraig Topper
2012-01-16ExecutionEngine interface to re-map addresses for engines that support it.Jim Grosbach
2012-01-16MCJIT support for non-function sections.Jim Grosbach
2012-01-05A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be ca...Danil Malyshev
2011-12-12ExecutionEngine: refactor interfaceDylan Noblesmith
2011-12-07EngineBuilder: support for custom TargetOptions. Fixes thePeter Collingbourne