aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Grammar.Eric Christopher2012-10-231-1/+1
* Check section type rather than assuming it's code when emitting sections whil...Andrew Kaylor2012-10-121-1/+7
* Remove unnecessary classof()'sSean Silva2012-10-111-3/+0
* Implement .rel relocation for R_ARM_ABS32 in MCJIT.Tim Northover2012-10-031-2/+10
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-021-42/+35
* [Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni!Michael J. Spencer2012-09-101-2/+1
* Fix coding style violations in 162135 and 162136.Akira Hatanaka2012-08-201-6/+6
* Correct MCJIT functionality for MIPS32 architecture.Akira Hatanaka2012-08-171-0/+91
* Fixing problems with X86_64_32 relocations and making the assertions more rea...Andrew Kaylor2012-07-271-5/+4
* Test commit, clean up commentAndrew Kaylor2012-07-271-1/+1
* Test commit, clean up commentAndrew Kaylor2012-07-271-1/+1
* RuntimeDyld cleanup:Eli Bendersky2012-05-011-9/+21
* RuntimeDyld code cleanup:Eli Bendersky2012-05-011-4/+5
* Code cleanup in RuntimeDyld:Eli Bendersky2012-04-301-2/+2
* Fix incorrect call of resolveRelocation() for ARM ELF stub relocations.Danil Malyshev2012-04-171-2/+2
* Implement GDB integration for source level debugging of code JITed usingPreston Gurd2012-04-161-2/+167
* This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd2012-04-121-1/+2
* Re-factored RuntimeDyLd:Danil Malyshev2012-03-301-228/+181
* Revert r153694. It was causing failures in the buildbots.Bill Wendling2012-03-291-181/+228
* Re-factored RuntimeDyld.Danil Malyshev2012-03-291-228/+181
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-221-180/+228
* Re-factored RuntimeDyld.Danil Malyshev2012-03-211-228/+180
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-8/+3
* Explain to the compiler why TargetAddr is not used uninitialized later.Duncan Sands2012-02-051-2/+2
* Split the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h header to smaller...Eli Bendersky2012-01-221-1/+1
* Tidy up.Jim Grosbach2012-01-161-1/+1
* MCJIT support for non-function sections.Jim Grosbach2012-01-161-13/+44
* A fix for the previous commit: "integer constant is too large for ‘long’ ...Eli Bendersky2012-01-161-2/+2
* Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is curren...Eli Bendersky2012-01-161-0/+282