summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* RuntimeDyld cleanup:Eli Bendersky2012-05-011-8/+18
* RuntimeDyld code cleanup:Eli Bendersky2012-05-011-4/+4
* Code cleanup in RuntimeDyld:Eli Bendersky2012-04-301-34/+33
* Implement GDB integration for source level debugging of code JITed usingPreston Gurd2012-04-161-2/+2
* Re-factored RuntimeDyLd:Danil Malyshev2012-03-301-516/+111
* Revert r153694. It was causing failures in the buildbots.Bill Wendling2012-03-291-111/+516
* Re-factored RuntimeDyld.Danil Malyshev2012-03-291-516/+111
* Made RuntimeDyldMachO support vanilla i386Sean Callanan2012-03-261-0/+37
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-221-108/+514
* Re-factored RuntimeDyld.Danil Malyshev2012-03-211-514/+108
* RuntimeDyldMachO has the ability to keep track ofSean Callanan2012-03-201-0/+33
* Improved support in RuntimeDyldMachO for generatingSean Callanan2012-03-071-16/+48
* Fixed the 32-bit runtime dynamic loader to allocateSean Callanan2012-03-011-1/+1
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-191-1/+0
* Fix various issues (or do cleanups) found by enabling certain MSVC warnings.Ahmed Charles2012-02-131-1/+0
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-1/+1
* Split the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h header to smaller...Eli Bendersky2012-01-221-1/+1
* RuntimeDyld alignment adjustment from MachO file.Jim Grosbach2012-01-211-2/+4
* Fix inverted condition.Jim Grosbach2012-01-201-1/+1
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-1/+0
* Tidy up.Jim Grosbach2012-01-161-1/+1
* ExecutionEngine interface to re-map addresses for engines that support it.Jim Grosbach2012-01-161-0/+2
* MCJIT handle a few more simple x86 relocations for MachO.Jim Grosbach2012-01-161-4/+5
* MCJIT support for non-function sections.Jim Grosbach2012-01-161-213/+281
* Fix typo in stringEli Bendersky2012-01-061-1/+1
* Ignore MachO symbol flags in the upper nibble of n_desc.Jim Grosbach2011-11-011-2/+4
* Add to RuntimeDyld support different object formatsDanil Malyshev2011-07-131-0/+524
OpenPOWER on IntegriCloud