aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h
Commit message (Expand)AuthorAgeFilesLines
* Separating ELF and MachO stub info functions for RuntimeDyldAndrew Kaylor2013-10-151-0/+13
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-111-1/+18
* Add EH support to the MCJIT.Rafael Espindola2013-05-051-0/+1
* Rationalize what is public in RuntimeDyldMachO and RuntimeDyldELF.Rafael Espindola2013-04-291-11/+8
* Use a RelocationRef instead of a relocation_iterator.Rafael Espindola2013-04-291-1/+1
* Propagate relocation info to resolveRelocation.Rafael Espindola2013-04-291-5/+8
* Replace ObjRelocationInfo with relocation_iterator.Rafael Espindola2013-04-291-1/+2
* Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola2013-04-261-1/+1
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-1/+1
* Change resolveRelocation parameters so the relocations can find placeholder v...Andrew Kaylor2012-11-021-2/+2
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-021-1/+1
* RuntimeDyld code cleanup:Eli Bendersky2012-05-011-1/+2
* Implement GDB integration for source level debugging of code JITed usingPreston Gurd2012-04-161-2/+2
* Re-factored RuntimeDyLd:Danil Malyshev2012-03-301-74/+12
* Revert r153694. It was causing failures in the buildbots.Bill Wendling2012-03-291-12/+74
* Re-factored RuntimeDyld.Danil Malyshev2012-03-291-74/+12
* Made RuntimeDyldMachO support vanilla i386Sean Callanan2012-03-261-0/+7
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-221-12/+74
* Re-factored RuntimeDyld.Danil Malyshev2012-03-211-74/+12
* RuntimeDyldMachO has the ability to keep track ofSean Callanan2012-03-201-0/+16
* Improved support in RuntimeDyldMachO for generatingSean Callanan2012-03-071-6/+21
* Remove duplicate code in this header file which seemed to undergo a copy/past...Ahmed Charles2012-02-131-96/+0
* Split the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h header to smaller...Eli Bendersky2012-01-221-0/+190