aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-1814-335/+745
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0910-169/+266
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2320-194/+1850
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0210-437/+109
* Update LLVM for rebase to r212749.Stephen Hines2014-07-215-28/+109
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-296-21/+56
* Update to LLVM 3.5a.Stephen Hines2014-04-247-29/+115
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-193-0/+4
* Revert r194865 and r194874.Alexey Samsonov2013-11-183-2/+2
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-153-2/+2
* Optimizing MCJIT module state trackingAndrew Kaylor2013-10-241-2/+5
* Improving MCJIT/RuntimeDyld thread safetyAndrew Kaylor2013-10-211-1/+1
* Adding support for deregistering EH frames with MCJIT.Andrew Kaylor2013-10-162-0/+4
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-112-3/+13
* Remove dead code.Rafael Espindola2013-10-071-45/+0
* Adding support and tests for multiple module handling in lliAndrew Kaylor2013-10-041-2/+18
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-022-6/+10
* Adding multiple module support for MCJIT.Andrew Kaylor2013-10-012-0/+61
* Fix include guards.Jakub Staszak2013-08-201-2/+2
* Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...Andrew Kaylor2013-06-281-17/+3
* Pass a StringRef to sys::identifyFileType.Rafael Espindola2013-06-101-0/+1
* 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