summaryrefslogtreecommitdiff
path: root/unittests/Support
AgeCommit message (Expand)Author
2018-07-26[Support] Introduce createStringError helper functionVictor Leschuk
2018-07-23[DebugCounters] Keep track of total countsGeorge Burgess IV
2018-07-12[Support] Require llvm::Error passed to formatv() to be wrapped in fmt_consume()Sam McCall
2018-07-10[Support] Harded JSON against invalid UTF-8.Sam McCall
2018-07-09[Support] Allow JSON serialization of Optional<T> for supported T.Sam McCall
2018-07-09[Support] Make JSON handle doubles and int64s losslesslySam McCall
2018-07-09Lift JSON library from clang-tools-extra/clangd to llvm/Support.Sam McCall
2018-07-07[Support] Clear errno before calling the function in RetryAfterSignal.Chandler Carruth
2018-07-06[Support] Make support types more easily printable.Sam McCall
2018-07-04Silence an MSVC C4189 warning about a local variable being initialized but no...Aaron Ballman
2018-07-04[ThinLTO] Update ThinLTO cache file atimes when on WindowsAndrew Ng
2018-07-03[Support] This sanity check in the test only works with certain versionsChandler Carruth
2018-07-03[Support] Fix llvm::unique_function when building with GCC 4.9 byChandler Carruth
2018-06-28[SupportTests] Silence -Wsign-compare warningsBenjamin Kramer
2018-06-28Fix padding with custom character in formatv.Zachary Turner
2018-06-28Add a flag to FileOutputBuffer that allows modification.Zachary Turner
2018-06-27Build TaskQueueTest in threads=on builds, fixes regression from r335608.Nico Weber
2018-06-26Fix LLVM_ENABLE_THREADS=0 builds after r335440.Nico Weber
2018-06-25One more build fix for non MSVC compilers.Zachary Turner
2018-06-25Add a TaskQueue that can serialize work on a ThreadPool.Zachary Turner
2018-06-13Revert "Enable ThreadPool to queue tasks that return values."Zachary Turner
2018-06-13Enable ThreadPool to support tasks that return values.Zachary Turner
2018-06-13Add checkMulAdd helper function to CheckedArithmeticGeorge Karpenkov
2018-06-13Change checked arithmetic functions API to return OptionalGeorge Karpenkov
2018-06-13Do not enforce absolute path argv0 in windowsHans Wennborg
2018-06-12Refactor ExecuteAndWait to take StringRefs.Zachary Turner
2018-06-11Move VersionTuple from clang/Basic to llvm/SupportPavel Labath
2018-06-11[Unittests] Change linker flags of dynamic library testsMikhail Maltsev
2018-06-07[FileSystem] Split up the OpenFlags enumeration.Zachary Turner
2018-06-06[AArch64, ARM] Add support for Samsung Exynos M4Evandro Menezes
2018-05-30[YAML] Quote multiline string scalarsIlya Biryukov
2018-05-18Support: Simplify endian stream interface. NFCI.Peter Collingbourne
2018-05-18use standard llvm cmake formatting for targets defined in plugin testsNico Weber
2018-05-16Revert 332508 as it caused problems in the clang test suite.Greg Clayton
2018-05-16Fix llvm::sys::path::remove_dots() to return "." instead of an empty path.Greg Clayton
2018-05-16Give shared modules in unittests the platform-native extension, make PipSquea...Nico Weber
2018-05-15Use perfect forwarding to deduplicate code in unit test. NFC.Benjamin Kramer
2018-05-15Rename three cxx files in unittests to cpp.Nico Weber
2018-05-15Fix broken asan Support testsEric Liu
2018-05-14[CommandLine] Error message for incorrect PositionalEatArgs usageKeno Fischer
2018-05-09[Support/Path] Make handling of paths like "///" consistentPavel Labath
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber
2018-04-29s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber
2018-04-24[Support/Path] Add more tests and improve failure messages of existing onesPavel Labath
2018-04-10[Testing/Support] Make Failed() matcher work with abstract error typesPavel Labath
2018-04-07Fix stack-use-after-scope in test previously hidden by -fmerge-all-constantsVitaly Buka
2018-04-07[unittests] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang
2018-04-07[Support] Make line-number cache robust against access patterns.Graydon Hoare
2018-04-05[llvm-cov] Prevent llvm-cov from hanging when a symblink doesn't exist.Max Moroz