summaryrefslogtreecommitdiff
path: root/include/llvm/ExecutionEngine
Commit message (Expand)AuthorAge
...
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-22
* Re-factored RuntimeDyld.Danil Malyshev2012-03-21
* Missed getPointerToNamedFunction() declaration.Danil Malyshev2012-03-21
* Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev2012-03-21
* Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky2012-03-13
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* ExecutionEngine interface to re-map addresses for engines that support it.Jim Grosbach2012-01-16
* MCJIT support for non-function sections.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
* Delete names for unused parameters in inline function definitions in headers,...Eli Friedman2011-11-04
* 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
* 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