aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support
AgeCommit message (Expand)AuthorFilesLines
2016-09-13Revert "[Support][CommandLine] Add cl::getRegisteredSubcommands()"Zachary Turner1-23/+0
2016-09-13[Support][CommandLine] Add cl::getRegisteredSubcommands()Dean Michael Berris1-0/+23
2016-09-08[YAMLIO] Add the ability to map with context.Zachary Turner1-0/+69
2016-09-02[Support] - Fix possible crash in match() of llvm::Regex.George Rimar1-0/+9
2016-09-02raw_pwrite_stream_test.cpp: _putenv_s() may be assumed as win32-generic.NAKAMURA Takumi1-1/+1
2016-09-02Fix a real temp file leak in FileOutputBufferReid Kleckner3-9/+16
2016-09-02Try to fix some temp file leaks in SupportTests, PR18335Reid Kleckner4-14/+62
2016-09-01[LLVM/Support] - Create no-arguments constructor for llvm::RegexGeorge Rimar1-0/+9
2016-08-20Move unittests/Support/IteratorTest.cpp to unittests/ADT/Duncan P. N. Exon Smith2-213/+0
2016-08-19[ADT] add pointer_iterator, the opposite of pointee_iteratorTim Shen1-0/+24
2016-08-12[ADT] Add filter_iterator for filtering elementsTim Shen1-0/+69
2016-08-11Use the range variant of find instead of unpacking begin/endDavid Majnemer2-16/+14
2016-08-09[ADT] Change iterator_adaptor_base's default template arguments to forward mo...Tim Shen1-0/+18
2016-08-05Fix TargetParser unit tests for ARM / AArch64.Zachary Turner1-4/+13
2016-08-01[AArch64] Add support for Samsung Exynos M2 (NFC).Evandro Menezes1-3/+4
2016-07-30TrailingObjects::FixedSizeStorage constexpr fixes + testsHubert Tong1-0/+47
2016-07-28Fix some sign compare warnings breaking the -Werror buildDavid Blaikie1-2/+2
2016-07-28Removed unused variablesSimon Pilgrim1-12/+0
2016-07-28Fix signed/unsigned warning.Simon Pilgrim1-6/+6
2016-07-28Remove two tests added in r276957.Daniel Jasper1-18/+0
2016-07-28R276957 broke bot clang-ppc64be-linux-multistage,try to fix it.Zijiao Ma1-4/+4
2016-07-28Add unittests to {ARM | AArch64}TargetParser.Zijiao Ma1-17/+502
2016-07-22[Support] Make ErrorAsOutParameter take an Error* rather than an Error&.Lang Hames1-1/+1
2016-07-17Add tests for max/minIntN(64).Justin Lebar1-0/+4
2016-07-17Fix isShiftedInt and isShiftedUint for widths > 32.Justin Lebar1-0/+38
2016-07-16Don't do uint64_t(1) << 64 in maxUIntN.Justin Lebar1-0/+1
2016-06-30[Support] Fix a bug in ErrorList::join / joinErrors.Lang Hames1-0/+45
2016-06-29Resubmit "Update llvm command line parser to support subcommands."Zachary Turner2-5/+215
2016-06-28Revert r274054 to try to appease the botManman Ren2-203/+5
2016-06-28Update llvm command line parser to support subcommands.Zachary Turner2-5/+203
2016-06-21Switch to using an API that handles non-ASCII paths appropriately on Windows.Aaron Ballman1-0/+26
2016-06-20Fix a relatively nasty bug with fs::getPathFromOpenFD() on Windows. The GetFi...Aaron Ballman1-0/+33
2016-06-13In openFileForRead, attempt to fetch the actual name of the file on disk -- i...Taewook Oh1-0/+57
2016-06-08Support: correct AArch64 TargetParser implementationSaleem Abdulrasool1-0/+41
2016-06-07[yaml] Add a ScalarTraits for mapping endian aware types.Zachary Turner1-0/+106
2016-06-05Fix deadlock in ThreadPool unittest.Eli Friedman1-1/+1
2016-06-04Revert commit r271704, a patch that enables warnings for non-portable #includ...Taewook Oh1-57/+0
2016-06-03In openFileForRead, attempt to fetch the actual name of the file on disk -- i...Taewook Oh1-0/+57
2016-06-02Add tests to Support/MathExtrasDylan McKay1-0/+29
2016-05-27[Support] Rename unconvertibleErrorCode to inconvertibleErrorCode.Lang Hames1-1/+1
2016-05-27[Support] Add a StringError convenience class to Error.hLang Hames1-0/+16
2016-05-17[ThinLTO] Option to control path of distributed backend filesTeresa Johnson1-0/+25
2016-05-13[Support][Unittests] Add unittest for recursive_directory_iterator::level()Bruno Cardoso Lopes1-0/+14
2016-05-03[Support] Add a free toString function for ErrorVedant Kumar1-0/+19
2016-04-26Use gcc's rules for parsing gcc-style response filesNico Weber1-5/+6
2016-04-25[Support] Fix latent bugs in Expected and ExitOnError that were preventing themLang Hames1-0/+14
2016-04-18Unbreak building unit tests on Windows after r266595.Nico Weber1-0/+1
2016-04-18[NFC] Header cleanupMehdi Amini4-3/+1
2016-04-05Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith5-29/+15
2016-04-05Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko5-15/+29