aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ExecutionEngine/ExecutionEngine.h
AgeCommit message (Expand)Author
2013-05-01This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo
2013-04-25Re-enabling MCJIT object caching with memory leak fixedAndrew Kaylor
2013-04-25Revert "Adding object caching support to MCJIT"Rafael Espindola
2013-04-23Fix dependency layering issues caused by r180112.Eric Christopher
2013-04-23Fixing typo in comment.Andrew Kaylor
2013-04-23Adding object caching support to MCJITAndrew Kaylor
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-11-05Add a method to indicate section address re-assignment is finished.Andrew Kaylor
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-09-14Fix Doxygen issues:Dmitri Gribenko
2012-09-13Better const handling for RuntimeDyld and MCJIT.Jim Grosbach
2012-07-19Fixed few warnings.Galina Kistanova
2012-03-23Make it feasible for clients using EngineBuilder to capture the TargetMachine...Owen Anderson
2012-02-05Convert assert(0) to llvm_unreachableCraig Topper
2012-01-16ExecutionEngine interface to re-map addresses for engines that support it.Jim Grosbach
2012-01-05A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be ca...Danil Malyshev
2011-12-12ExecutionEngine: refactor interfaceDylan Noblesmith
2011-12-07EngineBuilder: support for custom TargetOptions. Fixes thePeter Collingbourne
2011-12-01ExecutionEngine: honor optimization levelDylan Noblesmith
2011-09-29Tidy up. Formatting.Jim Grosbach
2011-08-30The code model of JIT should default to JITDefault.Nicolas Geoffray
2011-07-20- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng
2011-07-19Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-05-13ExecutionEngine: push TargetMachine creation into clients (v2)Dylan Noblesmith
2011-05-13ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)Dylan Noblesmith
2011-05-07Revert ExecutionEngine patches, they either failed to build or broke unit tests.Jakob Stoklund Olesen
2011-05-06ExecutionEngine: push TargetMachine creation into clientsDylan Noblesmith
2011-05-06ExecutionEngine: fix JIT/MCJIT selectTarget() duplicationDylan Noblesmith
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-04-06EngineBuilder setter method for UseMCJIT was missing return value.Jim Grosbach
2011-03-30Tidy up. Whitespace and 80-columns.Jim Grosbach
2011-03-04Support unregistering exception frames of functions when they are removed.Eric Christopher
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-17lli: Add stub -use-mcjit option, which doesn't currently do anything.Daniel Dunbar
2010-11-13JIT: More nitty style tweakage, aka territory marking.Daniel Dunbar
2010-10-21Fix the cleanup process of exception information in JIT. Now JITDuncan Sands
2010-07-12Convert some tab stops into spaces.Duncan Sands
2010-02-05Move --march, --mcpu, and --mattr from JIT/TargetSelect.cpp to lli.cpp.Jeffrey Yasskin
2010-02-03r94686 changed all ModuleProvider parameters to Modules, which made theJeffrey Yasskin
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin
2009-11-17Add ability to set code model within the execution engine buildersEric Christopher
2009-11-09Remove dlsym stubs, with Nate Begeman's permission.Jeffrey Yasskin
2009-10-29add interpreter support for indirect goto / blockaddress. The interpreterChris Lattner
2009-10-27Revert the API changes from r85295 to make it easier for people to buildJeffrey Yasskin
2009-10-27Change the JIT to compile eagerly by default as agreed inJeffrey Yasskin
2009-10-27Automatically do the equivalent of freeMachineCodeForFunction(F) when F isJeffrey Yasskin
2009-10-23Fix http://llvm.org/PR4822: allow module deletion after a function has beenJeffrey Yasskin
2009-10-13Make the ExecutionEngine automatically remove global mappings on when theirJeffrey Yasskin