summaryrefslogtreecommitdiff
path: root/unittests/Support
AgeCommit message (Expand)Author
2017-12-30Added support for reading configuration filesSerge Pavlov
2017-12-30Reverted 321580: Added support for reading configuration filesSerge Pavlov
2017-12-30Added support for reading configuration filesSerge Pavlov
2017-12-22Unbreak the build. Combining chrono with Optional is annoying.Benjamin Kramer
2017-12-21[YAML] Refactor escaping unittestsFrancis Visoiu Mistrih
2017-12-21[YAML] Fix UTF-8 handlingFrancis Visoiu Mistrih
2017-12-21[Support] Remove MemoryBuffer::getNewUninitMemBufferPavel Labath
2017-12-20[TargetParser] Check size before accessing architecture version.Florian Hahn
2017-12-19[Support] Add WritableMemoryBuffer classPavel Labath
2017-12-18[YAML] Add support for non-printable charactersFrancis Visoiu Mistrih
2017-12-14[Unit][AArch64] Additional tests for target parsingEvandro Menezes
2017-12-13Remove redundant includes from unittests.Michael Zolotukhin
2017-12-13[Testing/Support] Make the HasValue matcher composablePavel Labath
2017-12-08[AArch64] Add Exynos to host detectionEvandro Menezes
2017-12-07[Testing/Support] Make matchers work with Expected<T&>Pavel Labath
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-12-05Fix build bot after r319750 "[Support/TarWriter] - Don't allow TarWriter to a...George Rimar
2017-12-05[Support/TarWriter] - Don't allow TarWriter to add the same file more than once.George Rimar
2017-11-27[cmake] Pass -Wl,-z,nodelete on Linux to prevent unloadingMichal Gorny
2017-11-27Fix -Werror build for signed/unsigned comparison with use of explicit unsigne...David Blaikie
2017-11-27[BinaryStream] Support growable streams.Zachary Turner
2017-11-23[YAMLParser] Don't crash on null keys in KeyValueNodes.Benjamin Kramer
2017-11-22Allow TempFile::discard to be called twice.Rafael Espindola
2017-11-08Convert FileOutputBuffer::commit to Error.Rafael Espindola
2017-11-08Update unittest too.Rafael Espindola
2017-11-07Extend SpecialCaseList to allow users to blame matches on entries in the file.Mitch Phillips
2017-11-04Move these CMake projects into the Tests folder on IDEs like Visual Studio ra...Aaron Ballman
2017-10-27Fix llvm-special-case-list-fuzzer regexp exceptionVlad Tsyrklevich
2017-10-24Check special-case-list regex before insertion.Mitch Phillips
2017-10-24Support formatv of TimePoint with strftime-style formats.Sam McCall
2017-10-23Fix FormatVariadicTest with GCCJonas Hahnfeld
2017-10-23Support formatting formatv_objects.Sam McCall
2017-10-18Untabify.NAKAMURA Takumi
2017-10-12Add DK_Remark to SMDiagnosticAdam Nemet
2017-10-10Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...Peter Collingbourne
2017-10-08Remove unused variables. No functionality change.Benjamin Kramer
2017-10-08Remove unused variables. No functionality change.Benjamin Kramer
2017-10-06Support: Rewrite Windows implementation of sys::fs::rename to be more POSIXy.Peter Collingbourne
2017-09-27Fix off-by-one error in TarWriter.Rui Ueyama
2017-09-25Add section headers to SpecialCaseListsVlad Tsyrklevich
2017-09-25[AArch64] Add basic support for Qualcomm's Saphira CPU.Chad Rosier
2017-09-22 [Falkor] Add falkor CPU to host detectionBalaram Makam
2017-09-15Change encodeU/SLEB128 to pad to certain number of bytesSam Clegg
2017-09-13[ARM] Add more CPUs to host detectionEli Friedman
2017-09-13[unittests] Fix up test after rL313156Vedant Kumar
2017-09-13Convenience/safety fix for llvm::sys::Execute(And|No)WaitAlexander Kornienko
2017-09-05[unittest/ReverseIteration] Unbreak when compiling with GCC.Davide Italiano
2017-09-05[unittests] Add reverse iteration unit test for pointer-like keysMandeep Singh Grang
2017-08-29[Error] Add an optional error message to cantFail.Lang Hames
2017-08-28[Support][CommandLine] Add cl::Option::setDefault()Evgeny Mankov