summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/RuntimeDyld
Commit message (Expand)AuthorAge
* It doesn't make sense to move symbol relocations to section relocations whenEli Bendersky2012-04-30
* Code cleanup in RuntimeDyld:Eli Bendersky2012-04-30
* Fix some formatting, grammar and style issues and add a couple of missing com...Eli Bendersky2012-04-29
* Fix incorrect call of resolveRelocation() for ARM ELF stub relocations.Danil Malyshev2012-04-17
* Add files which were not included by commit 154868.Preston Gurd2012-04-16
* Implement GDB integration for source level debugging of code JITed usingPreston Gurd2012-04-16
* This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd2012-04-12
* Removing a file that's no longer being used after the recent refactoringsEli Bendersky2012-04-01
* 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
* Made RuntimeDyldMachO support vanilla i386Sean Callanan2012-03-26
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-22
* Re-factored RuntimeDyld.Danil Malyshev2012-03-21
* RuntimeDyldMachO has the ability to keep track ofSean Callanan2012-03-20
* Improved support in RuntimeDyldMachO for generatingSean Callanan2012-03-07
* Fixed the 32-bit runtime dynamic loader to allocateSean Callanan2012-03-01
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-19
* Remove duplicate code in this header file which seemed to undergo a copy/past...Ahmed Charles2012-02-13
* Fix various issues (or do cleanups) found by enabling certain MSVC warnings.Ahmed Charles2012-02-13
* Expose the ELFObjectFile class directly in the Object/ELF.h header, similarlyEli Bendersky2012-02-12
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* Explain to the compiler why TargetAddr is not used uninitialized later.Duncan Sands2012-02-05
* Split the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h header to smaller...Eli Bendersky2012-01-22
* RuntimeDyld alignment adjustment from MachO file.Jim Grosbach2012-01-21
* Fix inverted condition.Jim Grosbach2012-01-20
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Tidy up.Jim Grosbach2012-01-16
* ExecutionEngine interface to re-map addresses for engines that support it.Jim Grosbach2012-01-16
* MCJIT handle a few more simple x86 relocations for MachO.Jim Grosbach2012-01-16
* MCJIT support for non-function sections.Jim Grosbach2012-01-16
* A fix for the previous commit: "integer constant is too large for ‘long’ ...Eli Bendersky2012-01-16
* Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is curren...Eli Bendersky2012-01-16
* Fix typo in stringEli Bendersky2012-01-06
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-12
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-29
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-03
* Ignore MachO symbol flags in the upper nibble of n_desc.Jim Grosbach2011-11-01
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* Extra semi-colon.Eric Christopher2011-07-20
* Add to RuntimeDyld support different object formatsDanil Malyshev2011-07-13
* Be a bit more permissive about symbols we don't understand. Just skip themJim Grosbach2011-05-13
* Teach the RtDyld to tell the memory manager about how much space a functionJim Grosbach2011-05-13
* MCJIT section loading should just skip non-text sections rather thanJim Grosbach2011-05-12
* 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
* Make error message more useful.Benjamin Kramer2011-04-09
* Workaround g++ 4.2.1 warning diagnostic false positive.Jim Grosbach2011-04-08
* Refactor MCJIT 32-bit section loading.Jim Grosbach2011-04-08
* tidy up.Jim Grosbach2011-04-06