summaryrefslogtreecommitdiffstats
path: root/lld/unittests/MachOTests
Commit message (Expand)AuthorAgeFilesLines
* [MachO] Add a test for detecting reserved unit length.Igor Kudrin2020-01-151-0/+38
* Make it possible to redirect not only errs() but also outs()Rui Ueyama2019-11-181-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-194-16/+12
* [MachO] Don't write test files to /tmp, remove them afterwards.Martin Storsjo2018-05-111-5/+10
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-074-9/+9
* Fix potential test failures.Rui Ueyama2016-09-021-0/+4
* Fix Clang-tidy misc-unused-using-decls and Include What You Use warnings.Eugene Zelenko2016-04-213-4/+26
* Fix test which failed Error migration on Windows bots.Pete Cooper2016-04-041-3/+2
* Use Expected<T> instead of ErrorOr<T>in yaml reader. NFCPete Cooper2016-03-311-1/+1
* Convert readBinary to llvm::Error. NFCPete Cooper2016-03-302-2/+2
* Convert normalized file to atoms methods to new error handling. NFC.Pete Cooper2016-03-301-2/+2
* 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-302-9/+10
* Fix Clang-tidy modernize-deprecated-headers warnings; other minor fixes.Eugene Zelenko2016-03-213-22/+0
* Remove unused typedefs.Rui Ueyama2015-04-081-1/+1
* Use arithmetic type to represent alignments (not in log2) everywhere.Rui Ueyama2015-03-261-9/+9
* Use alignment values everywhere instead of log2.Rui Ueyama2015-03-263-21/+21
* 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-263-26/+25
* Fix Mach-O unit tests breakage on WindowsRui Ueyama2014-11-071-10/+17
* Sort include files according to convention.Shankar Easwaran2014-10-183-10/+3
* update library dependencyNick Kledzik2014-09-291-0/+1
* 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-123-6/+6
* replace llvm::error_code with std::error_code.Rafael Espindola2014-06-122-2/+2
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-131-5/+2
* [Cleanup] Sort includes.Ahmed Charles2014-03-121-2/+2
* [MachO] Add undefined atoms.Joey Gouly2014-02-021-4/+12
* [MachO] Begin support for reading fat binaries.Joey Gouly2014-01-143-27/+1322
* Whitespace.Rui Ueyama2014-01-134-114/+114
* [MachO] Add basic support for local symbols.Joey Gouly2014-01-131-2/+20
* [mach-o] enable mach-o and native yaml to be intermixedNick Kledzik2014-01-112-8/+9
* [mach-o] properly extract atom content from subrange of section contentNick Kledzik2014-01-081-21/+29
* Use the mach-o MH_* name for file types in yamlNick Kledzik2014-01-081-12/+12
* [MachO] Begin to add some MachO specific File/Atoms, and add the start ofJoey Gouly2014-01-032-0/+62
* [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-062-12/+12
* [mach-o] binary reader and writer Nick Kledzik2013-11-063-0/+1401
* fix all EXPECT_EQ(.address) testsNick Kledzik2013-10-081-8/+8
* fix test case failing on botNick Kledzik2013-10-081-1/+1
* Supoort mach-o encoded in yaml.Nick Kledzik2013-10-082-0/+778
OpenPOWER on IntegriCloud