summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
Commit message (Expand)AuthorAge
...
* AArch64: add stubs to support long function calls on MCJITTim Northover2013-05-04
* AArch64: implement relocations for global accessTim Northover2013-05-04
* AArch64: implement first relocation required for MCJITTim Northover2013-05-04
* [SystemZ] Add MCJIT supportRichard Sandiford2013-05-03
* Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola2013-04-29
* Use a RelocationRef instead of a relocation_iterator.Rafael Espindola2013-04-29
* Propagate relocation info to resolveRelocation.Rafael Espindola2013-04-29
* Replace ObjRelocationInfo with relocation_iterator.Rafael Espindola2013-04-29
* Two small cleanups for ELF's templates.Rafael Espindola2013-04-17
* Respect Addend when processing MCJIT relocations to local/global symbols.Ulrich Weigand2013-04-05
* [Object][ELF] Simplify ELFObjectFile by using ELFType.Michael J. Spencer2013-01-15
* PowerPC: EH adjustmentsAdhemerval Zanella2013-01-09
* [Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to...Michael J. Spencer2013-01-04
* PowerPC: Fix eh_frame relocation for PIC Adhemerval Zanella2013-01-04
* Runtime dynamic linker for MCJIT should support MIPS BigEndian architecture.Akira Hatanaka2012-12-03
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Add R_ARM_TARGET1 relocation to MCJIT and ensure that the runtime dyld readsAmara Emerson2012-11-16
* Change resolveRelocation parameters so the relocations can find placeholder v...Andrew Kaylor2012-11-02
* 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
* 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
* [Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni!Michael J. Spencer2012-09-10
* 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
* RuntimeDyld cleanup:Eli Bendersky2012-05-01
* RuntimeDyld code cleanup:Eli Bendersky2012-05-01
* Code cleanup in RuntimeDyld:Eli Bendersky2012-04-30
* Fix incorrect call of resolveRelocation() for ARM ELF stub relocations.Danil Malyshev2012-04-17
* 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
* 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
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-22
* Re-factored RuntimeDyld.Danil Malyshev2012-03-21
* 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
* Tidy up.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