aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* Re-factored RuntimeDyLd:Danil Malyshev2012-03-301-11/+0
* Revert r153694. It was causing failures in the buildbots.Bill Wendling2012-03-291-0/+11
* Re-factored RuntimeDyld.Danil Malyshev2012-03-291-11/+0
* Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev2012-03-282-0/+15
* Make it feasible for clients using EngineBuilder to capture the TargetMachine...Owen Anderson2012-03-231-11/+12
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-222-14/+9
* Re-factored RuntimeDyld.Danil Malyshev2012-03-211-11/+1
* Missed getPointerToNamedFunction() declaration.Danil Malyshev2012-03-211-0/+4
* Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev2012-03-211-0/+11
* Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky2012-03-133-4/+264
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-4/+6
* ExecutionEngine interface to re-map addresses for engines that support it.Jim Grosbach2012-01-162-3/+19
* MCJIT support for non-function sections.Jim Grosbach2012-01-162-2/+28
* A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be ca...Danil Malyshev2012-01-051-0/+11
* ExecutionEngine: refactor interfaceDylan Noblesmith2011-12-121-3/+2
* EngineBuilder: support for custom TargetOptions. Fixes thePeter Collingbourne2011-12-071-0/+11
* ExecutionEngine: honor optimization levelDylan Noblesmith2011-12-011-0/+1
* Delete names for unused parameters in inline function definitions in headers,...Eli Friedman2011-11-041-4/+4
* Tidy up. Formatting.Jim Grosbach2011-09-291-8/+5
* The code model of JIT should default to JITDefault.Nicolas Geoffray2011-08-301-1/+1
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-201-2/+4
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-191-0/+12
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-2/+2
* Add to RuntimeDyld support different object formatsDanil Malyshev2011-07-131-0/+1
* ExecutionEngine: push TargetMachine creation into clients (v2)Dylan Noblesmith2011-05-131-8/+2
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)Dylan Noblesmith2011-05-131-0/+8
* Revert ExecutionEngine patches, they either failed to build or broke unit tests.Jakob Stoklund Olesen2011-05-071-10/+8
* ExecutionEngine: push TargetMachine creation into clientsDylan Noblesmith2011-05-061-8/+2
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplicationDylan Noblesmith2011-05-061-0/+8
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* MCJIT lazy relocation resolution and symbol address re-assignment.Jim Grosbach2011-04-121-1/+5
* Tidy up a bit now that we're using the MemoryManager interface.Jim Grosbach2011-04-121-3/+0
* Refactor MCJIT 32-bit section loading.Jim Grosbach2011-04-081-1/+4
* EngineBuilder setter method for UseMCJIT was missing return value.Jim Grosbach2011-04-061-1/+2
* RuntimeDyld should use the memory manager API.Jim Grosbach2011-04-061-3/+3
* Make the virtual destructor out-of-line so we have a key function.Chandler Carruth2011-04-051-1/+1
* Provide an empty virtual destructor to go with the virtual methods inChandler Carruth2011-04-051-0/+1
* Layer the memory manager between the JIT and the runtime Dyld.Jim Grosbach2011-04-041-3/+26
* Tidy up. Whitespace and 80-columns.Jim Grosbach2011-03-302-26/+28
* Instantiate a JITMemoryManager for MCJIT DyldJim Grosbach2011-03-291-1/+2
* Propogate the error message, not just the error state.Jim Grosbach2011-03-221-0/+1
* Library-ize the dyld components of llvm-rtdyld.Jim Grosbach2011-03-211-0/+45
* Support unregistering exception frames of functions when they are removed.Eric Christopher2011-03-041-3/+17
* Merge System into Support.Michael J. Spencer2010-11-294-4/+4
* MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.Daniel Dunbar2010-11-171-0/+38
* lli: Add stub -use-mcjit option, which doesn't currently do anything.Daniel Dunbar2010-11-171-2/+20
* JIT: More nitty style tweakage, aka territory marking.Daniel Dunbar2010-11-131-56/+67
* More style nittiness.Daniel Dunbar2010-11-131-8/+2
* Clean up some doxyments/style.Daniel Dunbar2010-11-131-23/+27
* Fix the cleanup process of exception information in JIT. Now JITDuncan Sands2010-10-211-6/+17