aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h
AgeCommit message (Expand)Author
2013-05-05Add EH support to the MCJIT.Rafael Espindola
2013-04-29Rationalize what is public in RuntimeDyldMachO and RuntimeDyldELF.Rafael Espindola
2013-04-29Use a RelocationRef instead of a relocation_iterator.Rafael Espindola
2013-04-29Propagate relocation info to resolveRelocation.Rafael Espindola
2013-04-29Replace ObjRelocationInfo with relocation_iterator.Rafael Espindola
2013-04-26Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth
2012-11-02Change resolveRelocation parameters so the relocations can find placeholder v...Andrew Kaylor
2012-10-02Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor
2012-05-01RuntimeDyld code cleanup:Eli Bendersky
2012-04-16Implement GDB integration for source level debugging of code JITed usingPreston 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-26Made RuntimeDyldMachO support vanilla i386Sean Callanan
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-03-20RuntimeDyldMachO has the ability to keep track ofSean Callanan
2012-03-07Improved support in RuntimeDyldMachO for generatingSean Callanan
2012-02-13Remove duplicate code in this header file which seemed to undergo a copy/past...Ahmed Charles
2012-01-22Split the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h header to smaller...Eli Bendersky