aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
...
* Remove DOS line endings.Jakub Staszak2012-11-142-141/+141
* Add interface for object-based JIT events.Andrew Kaylor2012-11-061-0/+15
* Add a method to indicate section address re-assignment is finished.Andrew Kaylor2012-11-051-0/+7
* Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.Andrew Kaylor2012-11-012-33/+19
* Spacing.Eric Christopher2012-10-161-1/+1
* Move TargetData to DataLayout.Micah Villmow2012-10-081-4/+4
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-023-3/+148
* Removing dependency on third party library for Intel JIT event support.Andrew Kaylor2012-09-281-102/+0
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-181-4/+4
* Fix Doxygen issues:Dmitri Gribenko2012-09-141-1/+1
* Better const handling for RuntimeDyld and MCJIT.Jim Grosbach2012-09-132-2/+2
* MCJIT: getPointerToFunction() references target address space.Jim Grosbach2012-09-051-0/+4
* Fixed few warnings.Galina Kistanova2012-07-191-1/+1
* Fix some formatting, grammar and style issues and add a couple of missing com...Eli Bendersky2012-04-291-4/+7
* Fix comments from copy-paste to a more relevant meaningEli Bendersky2012-04-293-3/+3
* 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