summaryrefslogtreecommitdiff
path: root/include/llvm/ExecutionEngine
Commit message (Expand)AuthorAge
* Pass a StringRef to sys::identifyFileType.Rafael Espindola2013-06-10
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-22
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-21
* Roll out r182411 and 182412 because it's still broken.Filip Pizlo2013-05-21
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-21
* Roll out r182407 and r182408 because they broke builds.Filip Pizlo2013-05-21
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-21
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-21
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-17
* SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the Filip Pizlo2013-05-14
* Remove exception handling support from the old JIT.Rafael Espindola2013-05-07
* Add EH support to the MCJIT.Rafael Espindola2013-05-05
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-01
* Re-enabling MCJIT object caching with memory leak fixedAndrew Kaylor2013-04-25
* Revert "Adding object caching support to MCJIT"Rafael Espindola2013-04-25
* Making invalidateInstructionCache automatic in SectionMemoryManagerAndrew Kaylor2013-04-24
* Fix dependency layering issues caused by r180112.Eric Christopher2013-04-23
* Fixing typo in comment.Andrew Kaylor2013-04-23
* Adding object caching support to MCJITAndrew Kaylor2013-04-23
* Add support for vector data types in the LLVM interpreter.Nadav Rotem2013-04-01
* Silence anonymous type in anonymous union warnings.Eric Christopher2013-03-15
* Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor2013-01-25
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* JITEventListener.h: Use llvm-config.h instead of config.h.NAKAMURA Takumi2012-12-13
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Fix comment formatting in RuntimeDyld.hAndrew Kaylor2012-11-27
* Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.Andrew Kaylor2012-11-27
* Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor2012-11-15
* Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko2012-11-15
* Fix comment.Jakub Staszak2012-11-14
* Remove DOS line endings.Jakub Staszak2012-11-14
* Add interface for object-based JIT events.Andrew Kaylor2012-11-06
* Add a method to indicate section address re-assignment is finished.Andrew Kaylor2012-11-05
* Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.Andrew Kaylor2012-11-01
* Spacing.Eric Christopher2012-10-16
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-02
* Removing dependency on third party library for Intel JIT event support.Andrew Kaylor2012-09-28
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-18
* Fix Doxygen issues:Dmitri Gribenko2012-09-14
* Better const handling for RuntimeDyld and MCJIT.Jim Grosbach2012-09-13
* MCJIT: getPointerToFunction() references target address space.Jim Grosbach2012-09-05
* Fixed few warnings.Galina Kistanova2012-07-19
* Fix some formatting, grammar and style issues and add a couple of missing com...Eli Bendersky2012-04-29
* Fix comments from copy-paste to a more relevant meaningEli Bendersky2012-04-29
* Re-factored RuntimeDyLd:Danil Malyshev2012-03-30
* Revert r153694. It was causing failures in the buildbots.Bill Wendling2012-03-29
* Re-factored RuntimeDyld.Danil Malyshev2012-03-29
* Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev2012-03-28
* Make it feasible for clients using EngineBuilder to capture the TargetMachine...Owen Anderson2012-03-23