summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/MCJIT
Commit message (Expand)AuthorAge
* Fix build error from previous commit.Andrew Kaylor2012-11-06
* Add interface for object-based JIT events.Andrew Kaylor2012-11-06
* Add a method to indicate section address re-assignment is finished.Andrew Kaylor2012-11-05
* Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.Andrew Kaylor2012-11-01
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-02
* Better const handling for RuntimeDyld and MCJIT.Jim Grosbach2012-09-13
* MCJIT: getPointerToFunction() references target address space.Jim Grosbach2012-09-05
* MCJIT: Tidy up the constructor.Jim Grosbach2012-08-21
* Enable lazy compilation in MCJITAndrew Kaylor2012-08-07
* Round 2 of dead private variable removal.Benjamin Kramer2012-06-06
* Added LLIMCJITMemoryManager to the lli. This manager will be used for MCJIT i...Danil Malyshev2012-05-16
* Fix some formatting, grammar and style issues and add a couple of missing com...Eli Bendersky2012-04-29
* This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd2012-04-12
* Re-factored RuntimeDyLd:Danil Malyshev2012-03-30
* Revert r153694. It was causing failures in the buildbots.Bill Wendling2012-03-29
* Re-factored RuntimeDyld.Danil Malyshev2012-03-29
* Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev2012-03-28
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-22
* Re-factored RuntimeDyld.Danil Malyshev2012-03-21
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153208 91177308-0d34...Danil Malyshev2012-03-21
* Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev2012-03-21
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Fix MCJIT memory leak of owned TargetMachine.Jim Grosbach2012-01-17
* 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
* Fix up the CMake build for the new files added in r146960, they'reChandler Carruth2011-12-20
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-12
* ExecutionEngine: refactor interfaceDylan Noblesmith2011-12-12
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-29
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-16
* Fixed the MCJIT so that it can emit not only instanceSean Callanan2011-11-12
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-03
* The MCJITMemoryManager takes ownership of the JMM, so don't leak it.Jim Grosbach2011-10-18
* MCJIT initialization TargetDataDanil Malyshev2011-09-30
* Fix the asserts in lib/Target/X86/X86ELFWriterInfo.cpp andRichard Trieu2011-09-10
* EE: Provide the symbol "lseek64" explicitly with <unistd.h> on Linux glibc.NAKAMURA Takumi2011-08-14
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Avoid a Twine that referenced a tmp (which proceded to go out of scope beforeJim Grosbach2011-05-19
* Restore sanity to 131601.Jim Grosbach2011-05-18
* Objective C functions may use a magic '\1' on the name. Handle that whenJim Grosbach2011-05-18
* ExecutionEngine: push TargetMachine creation into clients (v2)Dylan Noblesmith2011-05-13
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)Dylan Noblesmith2011-05-13
* The MCJIT memory manager needs to initialize its Module member.Jim Grosbach2011-05-12
* Revert ExecutionEngine patches, they either failed to build or broke unit tests.Jakob Stoklund Olesen2011-05-07
* ExecutionEngine: delete duplicated filesDylan Noblesmith2011-05-06