aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/MCJIT/MCJIT.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-33/+51
* 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-231-47/+54
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-96/+90
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-2/+6
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-17/+18
* Update to LLVM 3.5a.Stephen Hines2014-04-241-25/+71
* Fix a problem in MCJIT identifying the module containing a global variable.Andrew Kaylor2013-11-151-2/+2
* Revert part of r193291, restoring the deletion of loaded objects.Chandler Carruth2013-10-241-0/+9
* Optimizing MCJIT module state trackingAndrew Kaylor2013-10-241-100/+87
* Improving MCJIT/RuntimeDyld thread safetyAndrew Kaylor2013-10-211-8/+21
* Adding support for deregistering EH frames with MCJIT.Andrew Kaylor2013-10-161-0/+2
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-111-12/+5
* Adding support and tests for multiple module handling in lliAndrew Kaylor2013-10-041-0/+1
* Fixing MCJIT multiple module linking for OSXAndrew Kaylor2013-10-011-0/+4
* Adding multiple module support for MCJIT.Andrew Kaylor2013-10-011-55/+210
* Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...Andrew Kaylor2013-06-281-1/+1
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-171-1/+1
* SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the Filip Pizlo2013-05-141-5/+5
* Add EH support to the MCJIT.Rafael Espindola2013-05-051-7/+6
* 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-251-16/+56
* Revert "Adding object caching support to MCJIT"Rafael Espindola2013-04-251-53/+16
* Adding object caching support to MCJITAndrew Kaylor2013-04-231-16/+53
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* 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-061-0/+35
* Add a method to indicate section address re-assignment is finished.Andrew Kaylor2012-11-051-0/+15
* Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.Andrew Kaylor2012-11-011-2/+1
* Move TargetData to DataLayout.Micah Villmow2012-10-081-3/+3
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-021-13/+17
* MCJIT: getPointerToFunction() references target address space.Jim Grosbach2012-09-051-2/+10
* MCJIT: Tidy up the constructor.Jim Grosbach2012-08-211-10/+4
* Enable lazy compilation in MCJITAndrew Kaylor2012-08-071-7/+42
* Round 2 of dead private variable removal.Benjamin Kramer2012-06-061-1/+1
* Fix some formatting, grammar and style issues and add a couple of missing com...Eli Bendersky2012-04-291-2/+2
* This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd2012-04-121-3/+3
* Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev2012-03-281-0/+20
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-221-20/+0
* Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev2012-03-211-0/+20
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-2/+1
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-2/+0
* Fix MCJIT memory leak of owned TargetMachine.Jim Grosbach2012-01-171-0/+1
* ExecutionEngine: refactor interfaceDylan Noblesmith2011-12-121-5/+2
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-161-1/+1
* MCJIT initialization TargetDataDanil Malyshev2011-09-301-0/+1
* Fix the asserts in lib/Target/X86/X86ELFWriterInfo.cpp andRichard Trieu2011-09-101-1/+1