summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support
Commit message (Expand)AuthorAgeFilesLines
* Reapply [Support] Add a test for recursive response file expansionShoaib Meenai2019-04-161-0/+34
* Revert [Support] Add a test for recursive response file expansionShoaib Meenai2019-04-151-31/+0
* Revert [Support] Fix recursive response file expansion guardShoaib Meenai2019-04-151-37/+0
* [Support] Fix recursive response file expansion guardShoaib Meenai2019-04-151-0/+37
* [Support] Add a test for recursive response file expansionShoaib Meenai2019-04-151-0/+31
* [CommandLineParser] Add DefaultOption flagDon Hinton2019-04-151-0/+62
* Revert r358337: "[CommandLineParser] Add DefaultOption flag"Ilya Biryukov2019-04-151-61/+0
* FileCheck [1/12]: Move variable table in new objectThomas Preud'homme2019-04-152-0/+53
* [X86] Use PC-relative mode for the kernel code modelBill Wendling2019-04-131-1/+2
* [CommandLineParser] Add DefaultOption flagDon Hinton2019-04-131-0/+61
* [KnownBits] Add computeForAddCarry()Nikita Popov2019-04-122-0/+131
* YAMLIO: Fix serialization of strings with embedded nulsPavel Labath2019-04-111-0/+5
* Attempt to recommit r357901Eugene Leviant2019-04-082-0/+30
* Reverting r357901 as fails to build on some of the buildbotsEugene Leviant2019-04-082-30/+0
* [Support] Add zlib independent CRC32Eugene Leviant2019-04-082-0/+30
* [llvm] Add isa_and_nonnullDon Hinton2019-04-051-0/+6
* [Support] Implement is_local_impl with AIX mntctlHubert Tong2019-03-291-0/+23
* [AArch64, ARM] Add support for Exynos M5Evandro Menezes2019-03-221-2/+24
* [AArch64] Update for ExynosEvandro Menezes2019-03-211-5/+5
* YAMLIO: Improve endian type supportPavel Labath2019-03-151-0/+85
* Handle consecutive-double-quotes in Windows argument parsingSunil Srivastava2019-03-141-1/+8
* YAMLIO: Improve template arg deduction for mapOptionalPavel Labath2019-03-141-3/+3
* Appease MSVC builds by #ifdef wrapping runAndGetCommandOutput tests. NFCI.Simon Pilgrim2019-03-131-0/+2
* Use AIX version detection at LLVM run-timeHubert Tong2019-03-131-23/+91
* [Support/Endian] Add support for endian-specific enumsPavel Labath2019-03-111-0/+9
* [CommandLine] Allow grouping options which can have values.Igor Kudrin2019-03-011-1/+172
* [CommandLine] Do not crash if an option has both ValueRequired and Grouping.Igor Kudrin2019-03-011-0/+22
* [Memory] Add basic support for large/huge memory pagesAlexandre Ganea2019-02-281-0/+16
* [ARM] Add Cortex-M35PLuke Cheeseman2019-02-261-1/+3
* [AArch64] Add support for Cortex-A76 and Cortex-A76AELuke Cheeseman2019-02-251-2/+26
* Reapply [VFS] Allow multiple RealFileSystem instances with independent CWDs.Sam McCall2019-02-141-1/+86
* Recommit: Add support for prefix-only CLI optionsThomas Preud'homme2019-02-051-0/+74
* [CommandLine] Don't print empty sentinel values from EnumValN lists in help textJames Henderson2019-02-041-0/+215
* Revert r353048.James Henderson2019-02-041-215/+0
* [CommandLine] Don't print empty sentinel values from EnumValN lists in help textJames Henderson2019-02-041-0/+215
* Revert r352750.James Henderson2019-02-011-134/+0
* [CommandLine] Improve help text for cl::values style optionsJames Henderson2019-01-311-0/+134
* [VFS] Fix warning and use better check.Michael J. Spencer2019-01-291-1/+1
* VERSION_GREATER_EQUAL not supported in llvm cmake.Ranjeet Singh2019-01-281-1/+1
* Fix some warnings on MSVCAlexandre Ganea2019-01-271-1/+15
* Revert "Add support for prefix-only CLI options"Thomas Preud'homme2019-01-271-75/+1
* Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>Serge Guelton2019-01-201-0/+3
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1974-296/+222
* Remove F_modify flag from FileOutputBuffer.Rui Ueyama2019-01-191-49/+0
* [Support] Remove error return value from one overload of fs::make_absolutePavel Labath2019-01-161-1/+1
* Revert "[VFS] Allow multiple RealFileSystem instances with independent CWDs."Amara Emerson2019-01-141-80/+0
* [VFS] Disable unix-assuming VFS test on windowsSam McCall2019-01-141-1/+1
* [VFS] Allow multiple RealFileSystem instances with independent CWDs.Sam McCall2019-01-141-0/+80
* Add support for prefix-only CLI optionsThomas Preud'homme2019-01-141-1/+75
OpenPOWER on IntegriCloud