summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
Commit message (Expand)AuthorAge
...
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-22
* Re-factored RuntimeDyld.Danil Malyshev2012-03-21
* RuntimeDyldMachO has the ability to keep track ofSean Callanan2012-03-20
* Improved support in RuntimeDyldMachO for generatingSean Callanan2012-03-07
* Fixed the 32-bit runtime dynamic loader to allocateSean Callanan2012-03-01
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-19
* Fix various issues (or do cleanups) found by enabling certain MSVC warnings.Ahmed Charles2012-02-13
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* Split the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h header to smaller...Eli Bendersky2012-01-22
* RuntimeDyld alignment adjustment from MachO file.Jim Grosbach2012-01-21
* Fix inverted condition.Jim Grosbach2012-01-20
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Tidy up.Jim Grosbach2012-01-16
* ExecutionEngine interface to re-map addresses for engines that support it.Jim Grosbach2012-01-16
* MCJIT handle a few more simple x86 relocations for MachO.Jim Grosbach2012-01-16
* MCJIT support for non-function sections.Jim Grosbach2012-01-16
* Fix typo in stringEli Bendersky2012-01-06
* Ignore MachO symbol flags in the upper nibble of n_desc.Jim Grosbach2011-11-01
* Add to RuntimeDyld support different object formatsDanil Malyshev2011-07-13