aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ExecutionEngine/ExecutionEngine.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-32/+39
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-3/+0
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-12/+27
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-155/+36
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-24/+5
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-14/+41
* Update to LLVM 3.5a.Stephen Hines2014-04-241-7/+57
* Optimizing MCJIT module state trackingAndrew Kaylor2013-10-241-2/+5
* Improving MCJIT/RuntimeDyld thread safetyAndrew Kaylor2013-10-211-1/+1
* Remove dead code.Rafael Espindola2013-10-071-45/+0
* Adding multiple module support for MCJIT.Andrew Kaylor2013-10-011-0/+54
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-171-5/+8
* SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the Filip Pizlo2013-05-141-6/+26
* 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-251-0/+7
* Revert "Adding object caching support to MCJIT"Rafael Espindola2013-04-251-7/+0
* 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-231-0/+7
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-4/+4
* Add a method to indicate section address re-assignment is finished.Andrew Kaylor2012-11-051-0/+7
* Move TargetData to DataLayout.Micah Villmow2012-10-081-4/+4
* Fix Doxygen issues:Dmitri Gribenko2012-09-141-1/+1
* Better const handling for RuntimeDyld and MCJIT.Jim Grosbach2012-09-131-1/+1
* Fixed few warnings.Galina Kistanova2012-07-191-1/+1
* Make it feasible for clients using EngineBuilder to capture the TargetMachine...Owen Anderson2012-03-231-11/+12
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-4/+6
* ExecutionEngine interface to re-map addresses for engines that support it.Jim Grosbach2012-01-161-0/+8
* A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be ca...Danil Malyshev2012-01-051-0/+11
* ExecutionEngine: refactor interfaceDylan Noblesmith2011-12-121-3/+2
* EngineBuilder: support for custom TargetOptions. Fixes thePeter Collingbourne2011-12-071-0/+11
* ExecutionEngine: honor optimization levelDylan Noblesmith2011-12-011-0/+1
* Tidy up. Formatting.Jim Grosbach2011-09-291-8/+5
* The code model of JIT should default to JITDefault.Nicolas Geoffray2011-08-301-1/+1
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-201-2/+4
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-191-0/+12
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-2/+2
* ExecutionEngine: push TargetMachine creation into clients (v2)Dylan Noblesmith2011-05-131-8/+2
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)Dylan Noblesmith2011-05-131-0/+8
* Revert ExecutionEngine patches, they either failed to build or broke unit tests.Jakob Stoklund Olesen2011-05-071-10/+8
* ExecutionEngine: push TargetMachine creation into clientsDylan Noblesmith2011-05-061-8/+2
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplicationDylan Noblesmith2011-05-061-0/+8
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* EngineBuilder setter method for UseMCJIT was missing return value.Jim Grosbach2011-04-061-1/+2
* Tidy up. Whitespace and 80-columns.Jim Grosbach2011-03-301-17/+19
* Support unregistering exception frames of functions when they are removed.Eric Christopher2011-03-041-3/+17
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* lli: Add stub -use-mcjit option, which doesn't currently do anything.Daniel Dunbar2010-11-171-2/+20
* JIT: More nitty style tweakage, aka territory marking.Daniel Dunbar2010-11-131-56/+67