summaryrefslogtreecommitdiffstats
path: root/lld/unittests/MachOTests/MachONormalizedFileBinaryWriterTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use alignment values everywhere instead of log2.Rui Ueyama2015-03-261-4/+4
* Define an implicit constructor which takes actual alignment value to PowerOf2.Rui Ueyama2015-03-261-4/+4
* Make PowerOf2's constructor private.Rui Ueyama2015-03-261-4/+4
* Remove implicit constructor and operator int from PowerOf2.Rui Ueyama2015-03-261-9/+8
* Update for llvm api change.Rafael Espindola2014-07-061-1/+3
* Refer to error_code with an std prefix.Rafael Espindola2014-06-121-10/+13
* 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
* Uses #include "..." instead of #include <...> for llvm headers.Rafael Espindola2014-06-121-4/+4
* replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-131-5/+2
* [Cleanup] Sort includes.Ahmed Charles2014-03-121-2/+2
* [MachO] Begin support for reading fat binaries.Joey Gouly2014-01-141-15/+9
* Whitespace.Rui Ueyama2014-01-131-59/+59
* [mach-o] enable mach-o and native yaml to be intermixedNick Kledzik2014-01-111-4/+4
* [mach-o] revert gunk added to test cases to debug build bot failuresNick Kledzik2013-11-081-18/+0
* [mach-o] fix memory ownership in test caseNick Kledzik2013-11-071-14/+28
* add debug logging to help figure out why some tests fail on some build botsNick Kledzik2013-11-071-0/+18
* [mach-o] fix EXPECT_EQ typesNick Kledzik2013-11-061-4/+4
* [mach-o] binary reader and writer Nick Kledzik2013-11-061-0/+685
OpenPOWER on IntegriCloud