summaryrefslogtreecommitdiff
path: root/include/llvm/ExecutionEngine/ExecutionEngine.h
Commit message (Expand)AuthorAge
* SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the Filip Pizlo2013-05-14
* 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
* 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
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Add a method to indicate section address re-assignment is finished.Andrew Kaylor2012-11-05
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Fix Doxygen issues:Dmitri Gribenko2012-09-14
* Better const handling for RuntimeDyld and MCJIT.Jim Grosbach2012-09-13
* Fixed few warnings.Galina Kistanova2012-07-19
* Make it feasible for clients using EngineBuilder to capture the TargetMachine...Owen Anderson2012-03-23
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* ExecutionEngine interface to re-map addresses for engines that support it.Jim Grosbach2012-01-16
* A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be ca...Danil Malyshev2012-01-05
* ExecutionEngine: refactor interfaceDylan Noblesmith2011-12-12
* EngineBuilder: support for custom TargetOptions. Fixes thePeter Collingbourne2011-12-07
* ExecutionEngine: honor optimization levelDylan Noblesmith2011-12-01
* Tidy up. Formatting.Jim Grosbach2011-09-29
* The code model of JIT should default to JITDefault.Nicolas Geoffray2011-08-30
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-20
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* ExecutionEngine: push TargetMachine creation into clients (v2)Dylan Noblesmith2011-05-13
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)Dylan Noblesmith2011-05-13
* Revert ExecutionEngine patches, they either failed to build or broke unit tests.Jakob Stoklund Olesen2011-05-07
* ExecutionEngine: push TargetMachine creation into clientsDylan Noblesmith2011-05-06
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplicationDylan Noblesmith2011-05-06
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* EngineBuilder setter method for UseMCJIT was missing return value.Jim Grosbach2011-04-06
* Tidy up. Whitespace and 80-columns.Jim Grosbach2011-03-30
* Support unregistering exception frames of functions when they are removed.Eric Christopher2011-03-04
* Merge System into Support.Michael J. Spencer2010-11-29
* lli: Add stub -use-mcjit option, which doesn't currently do anything.Daniel Dunbar2010-11-17
* JIT: More nitty style tweakage, aka territory marking.Daniel Dunbar2010-11-13
* Fix the cleanup process of exception information in JIT. Now JITDuncan Sands2010-10-21
* Convert some tab stops into spaces.Duncan Sands2010-07-12
* Move --march, --mcpu, and --mattr from JIT/TargetSelect.cpp to lli.cpp.Jeffrey Yasskin2010-02-05
* r94686 changed all ModuleProvider parameters to Modules, which made theJeffrey Yasskin2010-02-03
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-27
* Add ability to set code model within the execution engine buildersEric Christopher2009-11-17
* Remove dlsym stubs, with Nate Begeman's permission.Jeffrey Yasskin2009-11-09
* add interpreter support for indirect goto / blockaddress. The interpreterChris Lattner2009-10-29
* Revert the API changes from r85295 to make it easier for people to buildJeffrey Yasskin2009-10-27
* Change the JIT to compile eagerly by default as agreed inJeffrey Yasskin2009-10-27
* Automatically do the equivalent of freeMachineCodeForFunction(F) when F isJeffrey Yasskin2009-10-27
* Fix http://llvm.org/PR4822: allow module deletion after a function has beenJeffrey Yasskin2009-10-23