summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/RuntimeDyld
Commit message (Expand)AuthorAge
* Merging MIPS JIT/MCJIT changeset into 3.2 release branch.Pawel Wodnicki2012-12-04
* Add a method to indicate section address re-assignment is finished.Andrew Kaylor2012-11-05
* Change resolveRelocation parameters so the relocations can find placeholder v...Andrew Kaylor2012-11-02
* Fixed format string to avoid pointer truncation during 64-bit debugging.Andrew Kaylor2012-11-01
* Make use of common-symbol alignment info in ELF loader.Tim Northover2012-10-29
* PowerPC: Initial support for PowerPC64 MCJITAdhemerval Zanella2012-10-25
* Grammar.Eric Christopher2012-10-23
* Check section type rather than assuming it's code when emitting sections whil...Andrew Kaylor2012-10-12
* Indenting.Eric Christopher2012-10-12
* Remove unnecessary classof()'sSean Silva2012-10-11
* Implement .rel relocation for R_ARM_ABS32 in MCJIT.Tim Northover2012-10-03
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-02
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-18
* Better const handling for RuntimeDyld and MCJIT.Jim Grosbach2012-09-13
* MCJIT: relocation addends encoded in the target aren't quite so easy.Jim Grosbach2012-09-13
* MCJIT: Make sure to mask off non-type-field bits.Jim Grosbach2012-09-13
* MCJIT: Pass the i386 MachO relocation type properly.Jim Grosbach2012-09-13
* [Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni!Michael J. Spencer2012-09-10
* MCJIT: getPointerToFunction() references target address space.Jim Grosbach2012-09-05
* Fix comment for function RuntimeDyldImpl.resolveRelocation()Danil Malyshev2012-08-27
* Fix coding style violations in 162135 and 162136.Akira Hatanaka2012-08-20
* Correct MCJIT functionality for MIPS32 architecture.Akira Hatanaka2012-08-17
* Fixing problems with X86_64_32 relocations and making the assertions more rea...Andrew Kaylor2012-07-27
* Test commit, clean up commentAndrew Kaylor2012-07-27
* Test commit, clean up commentAndrew Kaylor2012-07-27
* Fix a typo (the the => the)Sylvestre Ledru2012-07-23
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-02
* RuntimeDyld cleanup:Eli Bendersky2012-05-01
* RuntimeDyld code cleanup:Eli Bendersky2012-05-01
* 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