summaryrefslogtreecommitdiffstats
path: root/lld/unittests/MachOTests/MachONormalizedFileBinaryReaderTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MachO] Don't write test files to /tmp, remove them afterwards.Martin Storsjo2018-05-111-5/+10
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-2/+2
* Fix Clang-tidy misc-unused-using-decls and Include What You Use warnings.Eugene Zelenko2016-04-211-1/+7
* Fix test which failed Error migration on Windows bots.Pete Cooper2016-04-041-3/+2
* Convert readBinary to llvm::Error. NFCPete Cooper2016-03-301-1/+1
* Fix MachO test which is failing on a Windows bot.Pete Cooper2016-03-301-1/+5
* Convert lld file writing to llvm::Error. NFC.Pete Cooper2016-03-301-1/+2
* Fix Clang-tidy modernize-deprecated-headers warnings; other minor fixes.Eugene Zelenko2016-03-211-9/+0
* Use alignment values everywhere instead of log2.Rui Ueyama2015-03-261-8/+8
* Remove implicit constructor and operator int from PowerOf2.Rui Ueyama2015-03-261-8/+8
* Fix Mach-O unit tests breakage on WindowsRui Ueyama2014-11-071-10/+17
* Sort include files according to convention.Shankar Easwaran2014-10-181-3/+1
* Uses #include "..." instead of #include <...> for llvm headers.Rafael Espindola2014-06-121-1/+1
* [MachO] Begin support for reading fat binaries.Joey Gouly2014-01-141-12/+41
* Whitespace.Rui Ueyama2014-01-131-29/+29
* [mach-o] fix EXPECT_EQ typesNick Kledzik2013-11-061-8/+8
* [mach-o] binary reader and writer Nick Kledzik2013-11-061-0/+714
OpenPOWER on IntegriCloud