aboutsummaryrefslogtreecommitdiff
path: root/lld/lib/ReaderWriter/MachO/ArchHandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-02-19Fix heap-buffer-overflow bugs identified by the Address SanitizerGreg Fitzgerald1-0/+2
2014-10-27TMP: fix readN & writeN to not encourage UBTim Northover1-11/+11
2014-10-18Sort include files according to convention.Shankar Easwaran1-2/+0
2014-10-16[mach-o] update __eh_frame handling for Nick's suggestionsTim Northover1-0/+12
2014-10-15[mach-o] make __unwind_info defer to __eh_frame when necessary.Tim Northover1-0/+11
2014-09-09[mach-o] Add support for arm64 (AAarch64)Nick Kledzik1-0/+2
2014-07-17[mach-o] implement more x86 and x86_64 relocation supportNick Kledzik1-0/+38
2014-07-16[mach-o] refactor KindHandler into ArchHandler and simplify passes.Nick Kledzik1-0/+109