summaryrefslogtreecommitdiff
path: root/include/llvm/ExecutionEngine
Commit message (Expand)AuthorAge
* 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
* Add to RuntimeDyld support different object formatsDanil Malyshev2011-07-13
* 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
* MCJIT lazy relocation resolution and symbol address re-assignment.Jim Grosbach2011-04-12
* Tidy up a bit now that we're using the MemoryManager interface.Jim Grosbach2011-04-12
* Refactor MCJIT 32-bit section loading.Jim Grosbach2011-04-08
* EngineBuilder setter method for UseMCJIT was missing return value.Jim Grosbach2011-04-06
* RuntimeDyld should use the memory manager API.Jim Grosbach2011-04-06
* Make the virtual destructor out-of-line so we have a key function.Chandler Carruth2011-04-05
* Provide an empty virtual destructor to go with the virtual methods inChandler Carruth2011-04-05
* Layer the memory manager between the JIT and the runtime Dyld.Jim Grosbach2011-04-04
* Tidy up. Whitespace and 80-columns.Jim Grosbach2011-03-30
* Instantiate a JITMemoryManager for MCJIT DyldJim Grosbach2011-03-29
* Propogate the error message, not just the error state.Jim Grosbach2011-03-22
* Library-ize the dyld components of llvm-rtdyld.Jim Grosbach2011-03-21
* Support unregistering exception frames of functions when they are removed.Eric Christopher2011-03-04
* Merge System into Support.Michael J. Spencer2010-11-29
* MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.Daniel Dunbar2010-11-17
* 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
* More style nittiness.Daniel Dunbar2010-11-13
* Clean up some doxyments/style.Daniel Dunbar2010-11-13
* Fix the cleanup process of exception information in JIT. Now JITDuncan Sands2010-10-21
* remove the JIT "NeedsExactSize" feature and supporting logic.Chris Lattner2010-07-22
* 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
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* Fix http://llvm.org/PR4822: allow module deletion after a function has beenJeffrey Yasskin2009-10-23
* Delete the MacOSJITEventListener per echristo's request. It was disabled byJeffrey Yasskin2009-10-21
* Move the Function*->allocated blocks map from the JITMemoryManager to theJeffrey Yasskin2009-10-20
* Remove a bunch of unused arguments from functions, silencing aEric Christopher2009-10-14
* Make the ExecutionEngine automatically remove global mappings on when theirJeffrey Yasskin2009-10-13
* ExecutionEngine::clearGlobalMappingsFromModule failed to remove reverseJeffrey Yasskin2009-10-09
* This void is implicit in C++.Dan Gohman2009-08-12