summaryrefslogtreecommitdiff
path: root/include/llvm/ExecutionEngine
Commit message (Expand)AuthorAge
* Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka2014-01-23
* Re-apply r196639: Add support for archives and object file caching under MCJIT.Lang Hames2014-01-08
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Whitespace cleanups.NAKAMURA Takumi2013-12-07
* Revert r196639 while I investigate a bot failure.Lang Hames2013-12-07
* Add support for archives and object file caching under MCJIT.Lang Hames2013-12-07
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Optimizing MCJIT module state trackingAndrew Kaylor2013-10-24
* Improving MCJIT/RuntimeDyld thread safetyAndrew Kaylor2013-10-21
* Adding support for deregistering EH frames with MCJIT.Andrew Kaylor2013-10-16
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-11
* Remove dead code.Rafael Espindola2013-10-07
* Adding support and tests for multiple module handling in lliAndrew Kaylor2013-10-04
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-02
* Adding multiple module support for MCJIT.Andrew Kaylor2013-10-01
* Fix include guards.Jakub Staszak2013-08-20
* Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...Andrew Kaylor2013-06-28
* 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