summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
Commit message (Expand)AuthorAge
* Fix Addend computation for non external relocations on Macho.Rafael Espindola2013-04-30
* Collect the Addend for external relocs.Rafael Espindola2013-04-30
* Use a RelocationRef instead of a relocation_iterator.Rafael Espindola2013-04-29
* Propagate relocation info to resolveRelocation.Rafael Espindola2013-04-29
* Replace ObjRelocationInfo with relocation_iterator.Rafael Espindola2013-04-29
* RuntimeDyld: Fix errant fallthrough.Jim Grosbach2013-01-31
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Change resolveRelocation parameters so the relocations can find placeholder v...Andrew Kaylor2012-11-02
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-02
* MCJIT: relocation addends encoded in the target aren't quite so easy.Jim Grosbach2012-09-13
* MCJIT: Make sure to mask off non-type-field bits.Jim Grosbach2012-09-13
* MCJIT: Pass the i386 MachO relocation type properly.Jim Grosbach2012-09-13
* RuntimeDyld cleanup:Eli Bendersky2012-05-01
* RuntimeDyld code cleanup:Eli Bendersky2012-05-01
* Code cleanup in RuntimeDyld:Eli Bendersky2012-04-30
* Implement GDB integration for source level debugging of code JITed usingPreston Gurd2012-04-16
* Re-factored RuntimeDyLd:Danil Malyshev2012-03-30
* Revert r153694. It was causing failures in the buildbots.Bill Wendling2012-03-29
* Re-factored RuntimeDyld.Danil Malyshev2012-03-29
* Made RuntimeDyldMachO support vanilla i386Sean Callanan2012-03-26
* 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