summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryUtils.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* MachO: Change getString16() back to inline functionTom Stellard2018-09-071-1/+1
* MachO: Fix out-of-bounds memory access in getString16Tom Stellard2018-09-071-6/+5
* Move new lld's code to Common subdirectory.Rui Ueyama2017-10-021-1/+1
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Retire llvm::alignOf in favor of C++11 alignof.Benjamin Kramer2016-10-201-6/+3
* Generate LC_FUNCTION_STARTS load command.Pete Cooper2016-02-091-0/+41
* Move includes inside guards. NFC.Pete Cooper2016-02-081-3/+2
* Don't emit relocs for the __eh_frame section as they can be implicit.Pete Cooper2016-01-071-1/+2
* Remove include/lld/Core/Endian.h and use llvm/Support/Endian.h instead.Rui Ueyama2015-03-021-1/+2
* Use read{le,be}{16,32}. NFC.Rui Ueyama2015-02-271-24/+10
* Follow-up to r221913. Fix some -Wcast-qual warning reasons.Simon Atanasyan2014-11-141-6/+6
* [mach-o] explicitly cast little_n uses to ints to silence MSVCTim Northover2014-10-311-3/+9
* TMP: fix readN & writeN to not encourage UBTim Northover2014-10-271-17/+43
* swapStruct extracted into include/llvm/Support/MachO.h (no functional change)Artyom Skrobov2014-07-181-155/+0
* [mach-o] refactor KindHandler into ArchHandler and simplify passes.Nick Kledzik2014-07-161-0/+10
* [mach-o] add parsing of x86 relocationsNick Kledzik2014-07-021-0/+3
* Using llvm::sys::swapByteOrder() for the common case of byte-swapping a value...Artyom Skrobov2014-06-141-106/+107
* llvm::sys::SwapByteOrder() renamed to llvm::sys::getSwappedBytes()Artyom Skrobov2014-06-141-111/+111
* include system_error directly.Rafael Espindola2014-06-121-1/+1
* Run llvm/utils/sort_includes.py in a few files.Rafael Espindola2014-06-121-2/+0
* [mach-o] refactor mach-o output section selection to be table driven.Nick Kledzik2014-06-101-0/+8
* Fix trailing whitespace.Shankar Easwaran2014-01-271-14/+14
* Fix include guards.Rui Ueyama2013-11-151-3/+3
* [mach-o] binary reader and writer Nick Kledzik2013-11-061-0/+293
OpenPOWER on IntegriCloud