summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support
Commit message (Expand)AuthorAgeFilesLines
* [Support] Add a function to check if a file resides locally.Zachary Turner2017-02-211-0/+22
* [AArch64] Add Cavium ThunderX supportJoel Jones2017-02-171-0/+24
* [Support] Add formatv support for StringLiteralPavel Labath2017-02-141-0/+2
* [CMake] Fix pthread handling for out-of-tree buildsEric Fiselier2017-02-101-1/+1
* [Support] Extend SLEB128 encoding support.Dan Gohman2017-02-101-14/+33
* [ARM] Add support for armv7ve triple in llvm (PR31358).George Burgess IV2017-02-091-17/+21
* [Support] Add FormatVariadic support for chrono typesPavel Labath2017-02-071-0/+31
* [Support] Simplify triple check in Host CPU test. NFC.Ahmed Bougacha2017-02-041-13/+4
* [Support] Accept macosx triple as 'darwin' in Host unittest. NFC.Ahmed Bougacha2017-02-031-0/+1
* [ARM] const cast fix for ARMAttributeParser testSam Parker2017-02-011-2/+3
* [ARM] Enable Cortex-M23 and Cortex-M33 support.Javed Absar2017-02-011-0/+4
* Fix fs::set_current_path unit testPavel Labath2017-01-241-1/+5
* [Support] Add sys::fs::set_current_path() (aka chdir)Pavel Labath2017-01-241-0/+19
* [ARM] Create objdump subtarget from build attrsSam Parker2017-01-182-0/+385
* Recommit r292214 "[Support/Compression] - Change zlib API to return Error ins...George Rimar2017-01-171-5/+12
* Revert r292214 "[Support/Compression] - Change zlib API to return Error inste...George Rimar2017-01-171-12/+5
* [Support/Compression] - Change zlib API to return Error instead of custom sta...George Rimar2017-01-171-5/+12
* Remove unused lambda captures. NFCMalcolm Parsons2017-01-132-2/+3
* Revert r291903 and r291898. Reason: they break check-lld on the bots.Ivan Krasin2017-01-132-385/+0
* [ARM] Enable objdump to construct triple for ARMSam Parker2017-01-132-0/+385
* Revert r291503, "Lift the 10-type limit for AlignedCharArrayUnion", and follo...NAKAMURA Takumi2017-01-131-18/+0
* Use EXPECT_EQ instead of ASSERT_EQ in a unit test.Rui Ueyama2017-01-111-10/+10
* Fix memory leak in a unit test.Rui Ueyama2017-01-101-1/+1
* Lift the 10-type limit for AlignedCharArrayUnionSean Callanan2017-01-091-0/+18
* TarWriter: Fix a bug in Ustar header.Rui Ueyama2017-01-092-1/+90
* Support: Add YAML I/O support for custom mappings.Peter Collingbourne2017-01-041-0/+62
* Fix unit test in NDEBUG buildEugene Leviant2016-12-271-0/+2
* Allow setting multiple debug typesEugene Leviant2016-12-272-0/+33
* Move GlobPattern class from LLD to llvm/Support.Rui Ueyama2016-12-202-1/+72
* Simplify format member detection in FormatVariadicPavel Labath2016-12-151-39/+19
* Add support for Samsung Exynos M3 (NFC)Evandro Menezes2016-12-131-0/+8
* Fix MSCV compilation broken by r289040Pavel Labath2016-12-081-4/+4
* Improve format member detection in llvm::formatvPavel Labath2016-12-081-2/+54
* Refactor TargetParserTests.Zijiao Ma2016-12-061-346/+498
* Support escaping in TrigramIndex.Ivan Krasin2016-12-022-2/+33
* Use trigrams to speed up SpecialCaseList.Ivan Krasin2016-12-013-0/+157
* Fix macro check for ABI breacking check: should use #if instead of #ifndefMehdi Amini2016-11-301-10/+10
* Change Error unittest to use the LLVM_ENABLE_ABI_BREAKING_CHECKS instead of N...Mehdi Amini2016-11-291-10/+10
* Improve error handling in YAML parsingMehdi Amini2016-11-281-0/+8
* [ThreadPool] Rollback recent changes until I figure out the breakage.Davide Italiano2016-11-281-0/+16
* [ThreadPool] Simplify the interface. NFCI.Davide Italiano2016-11-281-16/+0
* Revert "Improve error handling in YAML parsing"Mehdi Amini2016-11-281-8/+0
* Improve error handling in YAML parsingMehdi Amini2016-11-281-0/+8
* Add convenient functions to compute hashes of byte vectors.Rui Ueyama2016-11-232-0/+17
* Timer: Track name and description.Matthias Braun2016-11-181-2/+2
* Remove TimeValue classPavel Labath2016-11-162-51/+0
* [AArch64] Add support for Qualcomm's Falkor CPU.Chad Rosier2016-11-151-0/+1
* [AArch64] Refactor test per Matthias' request.Chad Rosier2016-11-151-3/+9
* [Support] Introduce llvm::formatv() function.Zachary Turner2016-11-113-1/+540
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-10/+11
OpenPOWER on IntegriCloud