aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ExecutionEngine
AgeCommit message (Expand)Author
2011-12-01ExecutionEngine: honor optimization levelDylan Noblesmith
2011-11-04Delete names for unused parameters in inline function definitions in headers,...Eli Friedman
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-07-13Add to RuntimeDyld support different object formatsDanil Malyshev
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-12MCJIT lazy relocation resolution and symbol address re-assignment.Jim Grosbach
2011-04-12Tidy up a bit now that we're using the MemoryManager interface.Jim Grosbach
2011-04-08Refactor MCJIT 32-bit section loading.Jim Grosbach
2011-04-06EngineBuilder setter method for UseMCJIT was missing return value.Jim Grosbach
2011-04-06RuntimeDyld should use the memory manager API.Jim Grosbach
2011-04-05Make the virtual destructor out-of-line so we have a key function.Chandler Carruth
2011-04-05Provide an empty virtual destructor to go with the virtual methods inChandler Carruth
2011-04-04Layer the memory manager between the JIT and the runtime Dyld.Jim Grosbach
2011-03-30Tidy up. Whitespace and 80-columns.Jim Grosbach
2011-03-29Instantiate a JITMemoryManager for MCJIT DyldJim Grosbach
2011-03-22Propogate the error message, not just the error state.Jim Grosbach
2011-03-21Library-ize the dyld components of llvm-rtdyld.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-17MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.Daniel Dunbar
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-11-13More style nittiness.Daniel Dunbar
2010-11-13Clean up some doxyments/style.Daniel Dunbar
2010-10-21Fix the cleanup process of exception information in JIT. Now JITDuncan Sands
2010-07-22remove the JIT "NeedsExactSize" feature and supporting logic.Chris Lattner
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-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth
2009-10-23Fix http://llvm.org/PR4822: allow module deletion after a function has beenJeffrey Yasskin
2009-10-21Delete the MacOSJITEventListener per echristo's request. It was disabled byJeffrey Yasskin
2009-10-20Move the Function*->allocated blocks map from the JITMemoryManager to theJeffrey Yasskin
2009-10-14Remove a bunch of unused arguments from functions, silencing aEric Christopher