aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
AgeCommit message (Expand)Author
2012-04-17Fix incorrect call of resolveRelocation() for ARM ELF stub relocations.Danil Malyshev
2012-04-16Implement GDB integration for source level debugging of code JITed usingPreston Gurd
2012-04-12This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd
2012-03-30Re-factored RuntimeDyLd:Danil Malyshev
2012-03-29Revert r153694. It was causing failures in the buildbots.Bill Wendling
2012-03-29Re-factored RuntimeDyld.Danil Malyshev
2012-03-22Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth
2012-03-21Re-factored RuntimeDyld.Danil Malyshev
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper
2012-02-05Explain to the compiler why TargetAddr is not used uninitialized later.Duncan Sands
2012-01-22Split the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h header to smaller...Eli Bendersky
2012-01-16Tidy up.Jim Grosbach
2012-01-16MCJIT support for non-function sections.Jim Grosbach
2012-01-16A fix for the previous commit: "integer constant is too large for ‘long’ ...Eli Bendersky
2012-01-16Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is curren...Eli Bendersky