aboutsummaryrefslogtreecommitdiff
path: root/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryUtils.h
AgeCommit message (Expand)AuthorFilesLines
2016-02-09Generate LC_FUNCTION_STARTS load command.Pete Cooper1-0/+41
2016-02-08Move includes inside guards. NFC.Pete Cooper1-3/+2
2016-01-07Don't emit relocs for the __eh_frame section as they can be implicit.Pete Cooper1-1/+2
2015-03-02Remove include/lld/Core/Endian.h and use llvm/Support/Endian.h instead.Rui Ueyama1-1/+2
2015-02-27Use read{le,be}{16,32}. NFC.Rui Ueyama1-24/+10
2014-11-14Follow-up to r221913. Fix some -Wcast-qual warning reasons.Simon Atanasyan1-6/+6
2014-10-31[mach-o] explicitly cast little_n uses to ints to silence MSVCTim Northover1-3/+9
2014-10-27TMP: fix readN & writeN to not encourage UBTim Northover1-17/+43
2014-07-18swapStruct extracted into include/llvm/Support/MachO.h (no functional change)Artyom Skrobov1-155/+0
2014-07-16[mach-o] refactor KindHandler into ArchHandler and simplify passes.Nick Kledzik1-0/+10
2014-07-02[mach-o] add parsing of x86 relocationsNick Kledzik1-0/+3
2014-06-14Using llvm::sys::swapByteOrder() for the common case of byte-swapping a value...Artyom Skrobov1-106/+107
2014-06-14llvm::sys::SwapByteOrder() renamed to llvm::sys::getSwappedBytes()Artyom Skrobov1-111/+111
2014-06-12include system_error directly.Rafael Espindola1-1/+1
2014-06-12Run llvm/utils/sort_includes.py in a few files.Rafael Espindola1-2/+0
2014-06-10[mach-o] refactor mach-o output section selection to be table driven.Nick Kledzik1-0/+8
2014-01-27Fix trailing whitespace.Shankar Easwaran1-14/+14
2013-11-15Fix include guards.Rui Ueyama1-3/+3
2013-11-06[mach-o] binary reader and writer Nick Kledzik1-0/+293