aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-221-0/+4
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-213-63/+77
* Roll out r182411 and 182412 because it's still broken.Filip Pizlo2013-05-213-77/+63
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-213-63/+77
* Roll out r182407 and r182408 because they broke builds.Filip Pizlo2013-05-213-81/+63
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-211-0/+4
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-213-63/+77
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-173-12/+18
* SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the Filip Pizlo2013-05-142-56/+28
* Remove exception handling support from the old JIT.Rafael Espindola2013-05-072-28/+0
* Add EH support to the MCJIT.Rafael Espindola2013-05-052-0/+9
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-011-2/+2
* Re-enabling MCJIT object caching with memory leak fixedAndrew Kaylor2013-04-252-0/+61
* Revert "Adding object caching support to MCJIT"Rafael Espindola2013-04-252-61/+0
* Making invalidateInstructionCache automatic in SectionMemoryManagerAndrew Kaylor2013-04-241-3/+1
* Fix dependency layering issues caused by r180112.Eric Christopher2013-04-231-0/+4
* Fixing typo in comment.Andrew Kaylor2013-04-231-1/+1
* Adding object caching support to MCJITAndrew Kaylor2013-04-232-0/+61
* Add support for vector data types in the LLVM interpreter.Nadav Rotem2013-04-011-4/+9
* Silence anonymous type in anonymous union warnings.Eric Christopher2013-03-151-1/+5
* Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor2013-01-251-0/+2
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-1010-22/+22
* JITEventListener.h: Use llvm-config.h instead of config.h.NAKAMURA Takumi2012-12-131-1/+1
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-035-9/+7
* Fix comment formatting in RuntimeDyld.hAndrew Kaylor2012-11-271-23/+21
* Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.Andrew Kaylor2012-11-271-0/+176
* Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor2012-11-151-1/+10
* Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko2012-11-151-4/+4
* Fix comment.Jakub Staszak2012-11-141-1/+1
* Remove DOS line endings.Jakub Staszak2012-11-142-141/+141
* Add interface for object-based JIT events.Andrew Kaylor2012-11-061-0/+15
* Add a method to indicate section address re-assignment is finished.Andrew Kaylor2012-11-051-0/+7
* Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.Andrew Kaylor2012-11-012-33/+19
* Spacing.Eric Christopher2012-10-161-1/+1
* Move TargetData to DataLayout.Micah Villmow2012-10-081-4/+4
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-023-3/+148
* Removing dependency on third party library for Intel JIT event support.Andrew Kaylor2012-09-281-102/+0
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-181-4/+4
* Fix Doxygen issues:Dmitri Gribenko2012-09-141-1/+1
* Better const handling for RuntimeDyld and MCJIT.Jim Grosbach2012-09-132-2/+2
* MCJIT: getPointerToFunction() references target address space.Jim Grosbach2012-09-051-0/+4
* Fixed few warnings.Galina Kistanova2012-07-191-1/+1
* Fix some formatting, grammar and style issues and add a couple of missing com...Eli Bendersky2012-04-291-4/+7
* Fix comments from copy-paste to a more relevant meaningEli Bendersky2012-04-293-3/+3
* Re-factored RuntimeDyLd:Danil Malyshev2012-03-301-11/+0
* Revert r153694. It was causing failures in the buildbots.Bill Wendling2012-03-291-0/+11
* Re-factored RuntimeDyld.Danil Malyshev2012-03-291-11/+0
* Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev2012-03-282-0/+15
* Make it feasible for clients using EngineBuilder to capture the TargetMachine...Owen Anderson2012-03-231-11/+12
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-222-14/+9