aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/MCJIT
Commit message (Expand)AuthorAgeFilesLines
* add libLLVMExecutionEngine, libLLVMMCJIT and libLLVMRuntimeDyld as device mod...HEADreplicant-6.0-0001replicant-6.0Wolfgang Wiedmeyer2016-08-251-0/+17
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-182-89/+79
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-4/+3
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-236-239/+116
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-022-121/+112
* Update LLVM for rebase to r212749.Stephen Hines2014-07-212-13/+18
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-294-21/+22
* Update to LLVM 3.5a.Stephen Hines2014-04-244-65/+131
* Merge remote-tracking branch 'upstream/release_34' into merge-20140211Stephen Hines2014-02-113-79/+460
|\
| * Fix a problem in MCJIT identifying the module containing a global variable.Andrew Kaylor2013-11-151-2/+2
| * Replaced non-ASCII character.Yaron Keren2013-10-241-1/+1
| * Revert part of r193291, restoring the deletion of loaded objects.Chandler Carruth2013-10-241-0/+9
| * Optimizing MCJIT module state trackingAndrew Kaylor2013-10-242-122/+209
| * FIXME comment shouldn't have been doxygen styleAndrew Kaylor2013-10-211-1/+1
| * Improving MCJIT/RuntimeDyld thread safetyAndrew Kaylor2013-10-212-12/+21
| * Added comments from Andrew Kaylor.Yaron Keren2013-10-191-0/+21
| * Adding support for deregistering EH frames with MCJIT.Andrew Kaylor2013-10-162-0/+8
| * Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-112-14/+7
| * Adding support and tests for multiple module handling in lliAndrew Kaylor2013-10-042-0/+6
| * This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-022-8/+11
| * Fixing MCJIT multiple module linking for OSXAndrew Kaylor2013-10-011-0/+4
| * Adding multiple module support for MCJIT.Andrew Kaylor2013-10-013-64/+305
* | Added libs to the host's libLLVM.so.Todd Fiala2013-10-221-0/+16
|/
* Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...Andrew Kaylor2013-06-281-1/+1
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-211-94/+0
* Roll out r182411 and 182412 because it's still broken.Filip Pizlo2013-05-211-0/+94
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-211-94/+0
* Roll out r182407 and r182408 because they broke builds.Filip Pizlo2013-05-211-0/+84
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-211-84/+0
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-173-2/+9
* SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the Filip Pizlo2013-05-142-6/+6
* Add EH support to the MCJIT.Rafael Espindola2013-05-052-7/+38
* This exposes more MCJIT options via the C API:Filip Pizlo2013-05-011-1/+2
* Exposing MCJIT through C APIAndrew Kaylor2013-04-291-1/+2
* Re-enabling MCJIT object caching with memory leak fixedAndrew Kaylor2013-04-252-18/+68
* Revert "Adding object caching support to MCJIT"Rafael Espindola2013-04-252-65/+18
* Making invalidateInstructionCache automatic in SectionMemoryManagerAndrew Kaylor2013-04-241-0/+5
* Adding object caching support to MCJITAndrew Kaylor2013-04-232-18/+65
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* MCJIT depends on JIT.Benjamin Kramer2012-11-281-1/+1
* Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT an...Andrew Kaylor2012-11-282-0/+227
* Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor2012-11-151-0/+9
* Fix build error from previous commit.Andrew Kaylor2012-11-061-1/+1
* Add interface for object-based JIT events.Andrew Kaylor2012-11-062-0/+43
* Add a method to indicate section address re-assignment is finished.Andrew Kaylor2012-11-052-0/+17
* Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.Andrew Kaylor2012-11-014-67/+1
* Move TargetData to DataLayout.Micah Villmow2012-10-081-3/+3
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-022-19/+20