aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-44/+46
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-723/+196
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-2/+125
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-136/+347
* Update to LLVM 3.5a.Stephen Hines2014-04-241-101/+135
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-111-25/+50
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-011-31/+31
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-271-32/+32
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-271-32/+32
* Adding comments to document RuntimeDyld relocation handlingAndrew Kaylor2013-08-191-0/+20
* Support X86_64_GOTLoad relocations in RuntimeDyldMachO by treating them theLang Hames2013-08-151-4/+4
* Optimistically ignore scattered relocations in MachO in RuntimeDyld. ThisLang Hames2013-08-091-0/+10
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-051-3/+2
* Add EH support to the MCJIT.Rafael Espindola2013-05-051-1/+87
* Fix Addend computation for non external relocations on Macho.Rafael Espindola2013-04-301-28/+10
* Collect the Addend for external relocs.Rafael Espindola2013-04-301-5/+12
* Use a RelocationRef instead of a relocation_iterator.Rafael Espindola2013-04-291-4/+4
* Propagate relocation info to resolveRelocation.Rafael Espindola2013-04-291-7/+18
* Replace ObjRelocationInfo with relocation_iterator.Rafael Espindola2013-04-291-9/+16
* RuntimeDyld: Fix errant fallthrough.Jim Grosbach2013-01-311-0/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Change resolveRelocation parameters so the relocations can find placeholder v...Andrew Kaylor2012-11-021-5/+6
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-021-2/+4
* MCJIT: relocation addends encoded in the target aren't quite so easy.Jim Grosbach2012-09-131-1/+6
* MCJIT: Make sure to mask off non-type-field bits.Jim Grosbach2012-09-131-1/+1
* MCJIT: Pass the i386 MachO relocation type properly.Jim Grosbach2012-09-131-1/+1
* 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