OSDN Git Service

android: NFC: Rename (PDB) RawSession to NativeSession
[android-x86/external-llvm.git] / unittests / Support /
2018-07-26 Victor Leschuk[Support] Introduce createStringError helper function
2018-07-23 George Burgess IV[DebugCounters] Keep track of total counts
2018-07-12 Sam McCall[Support] Require llvm::Error passed to formatv() to...
2018-07-10 Sam McCall[Support] Harded JSON against invalid UTF-8.
2018-07-09 Sam McCall[Support] Allow JSON serialization of Optional<T> for...
2018-07-09 Sam McCall[Support] Make JSON handle doubles and int64s losslessly
2018-07-09 Sam McCallLift JSON library from clang-tools-extra/clangd to...
2018-07-07 Chandler Carruth[Support] Clear errno before calling the function in...
2018-07-06 Sam McCall[Support] Make support types more easily printable.
2018-07-04 Aaron BallmanSilence an MSVC C4189 warning about a local variable...
2018-07-04 Andrew Ng[ThinLTO] Update ThinLTO cache file atimes when on...
2018-07-03 Chandler Carruth[Support] This sanity check in the test only works...
2018-07-03 Chandler Carruth[Support] Fix llvm::unique_function when building with...
2018-06-28 Benjamin Kramer[SupportTests] Silence -Wsign-compare warnings
2018-06-28 Zachary TurnerFix padding with custom character in formatv.
2018-06-28 Zachary TurnerAdd a flag to FileOutputBuffer that allows modification.
2018-06-27 Nico WeberBuild TaskQueueTest in threads=on builds, fixes regress...
2018-06-26 Nico WeberFix LLVM_ENABLE_THREADS=0 builds after r335440.
2018-06-25 Zachary TurnerOne more build fix for non MSVC compilers.
2018-06-25 Zachary TurnerAdd a TaskQueue that can serialize work on a ThreadPool.
2018-06-13 Zachary TurnerRevert "Enable ThreadPool to queue tasks that return...
2018-06-13 Zachary TurnerEnable ThreadPool to support tasks that return values.
2018-06-13 George KarpenkovAdd checkMulAdd helper function to CheckedArithmetic
2018-06-13 George KarpenkovChange checked arithmetic functions API to return Optional
2018-06-13 Hans WennborgDo not enforce absolute path argv0 in windows
2018-06-12 Zachary TurnerRefactor ExecuteAndWait to take StringRefs.
2018-06-11 Pavel LabathMove VersionTuple from clang/Basic to llvm/Support
2018-06-11 Mikhail Maltsev[Unittests] Change linker flags of dynamic library...
2018-06-07 Zachary Turner[FileSystem] Split up the OpenFlags enumeration.
2018-06-06 Evandro Menezes[AArch64, ARM] Add support for Samsung Exynos M4
2018-05-30 Ilya Biryukov[YAML] Quote multiline string scalars
2018-05-18 Peter CollingbourneSupport: Simplify endian stream interface. NFCI.
2018-05-18 Nico Weberuse standard llvm cmake formatting for targets defined...
2018-05-16 Greg ClaytonRevert 332508 as it caused problems in the clang test...
2018-05-16 Greg ClaytonFix llvm::sys::path::remove_dots() to return "." instea...
2018-05-16 Nico WeberGive shared modules in unittests the platform-native...
2018-05-15 Benjamin KramerUse perfect forwarding to deduplicate code in unit...
2018-05-15 Nico WeberRename three cxx files in unittests to cpp.
2018-05-15 Eric LiuFix broken asan Support tests
2018-05-14 Keno Fischer[CommandLine] Error message for incorrect PositionalEat...
2018-05-09 Pavel Labath[Support/Path] Make handling of paths like "///" consistent
2018-05-01 Adrian PrantlRemove \brief commands from doxygen comments.
2018-04-30 Nico WeberIWYU for llvm-config.h in llvm, additions.
2018-04-29 Nico Webers/LLVM_ON_WIN32/_WIN32/, llvm
2018-04-24 Pavel Labath[Support/Path] Add more tests and improve failure messa...
2018-04-10 Pavel Labath[Testing/Support] Make Failed() matcher work with abstr...
2018-04-07 Vitaly BukaFix stack-use-after-scope in test previously hidden...
2018-04-07 Mandeep Singh Grang[unittests] Change std::sort to llvm::sort in response...
2018-04-07 Graydon Hoare[Support] Make line-number cache robust against access...
2018-04-05 Max Moroz[llvm-cov] Prevent llvm-cov from hanging when a symblin...
2018-04-05 Pavel Labath[Testing/Support]: Better matching of Error failure...
2018-03-27 Graydon Hoare[YAML] Remove unit test of multibyte non-printable...
2018-03-27 Graydon Hoare[YAML] Escape non-printable multibyte UTF8 in Output...
2018-03-08 Benjamin Kramer[Support] Pacify -Wsign-compare in unit test.
2018-03-08 Zachary Turner[Support] Add WriteThroughMemoryBuffer.
2018-03-05 Dmitry MikulinOn Windows we need to be able to process response files...
2018-03-02 George KarpenkovUtility functions for checked arithmetic
2018-02-21 Pavel LabathResubmit r325107 (case folding DJB hash)
2018-02-20 Serge PavlovReport fatal error in the case of out of memory
2018-02-15 Serge PavlovRevert r325224 "Report fatal error in the case of out...
2018-02-15 Serge PavlovReport fatal error in the case of out of memory
2018-02-14 Pavel LabathRevert r325107 (case folding DJB hash) and subsequent...
2018-02-14 Pavel LabathFix build broken by r325107
2018-02-14 Pavel LabathImplement a case-folding version of DJB hash
2018-02-08 Erich KeaneFix signed/unsigned compare warning I introduced
2018-02-08 Erich Keane[ARM] Add 'fillValidCPUArchList' to ARM targets
2018-02-02 Richard SmithFix incorrect usage of std::is_assignable.
2018-01-22 Haojian Wu[YAML] Plain scalars can not begin with most indicators.
2018-01-09 Florian Hahn[TargetParser] Add missing armv8l ARMv8 variant.
2018-01-09 Davide Italiano[Support] Use realpath(3) instead of trying to open...
2018-01-09 Pavel Labath[Support] Add WritableMemoryBuffer::getNewMemBuffer
2017-12-30 Serge PavlovAdded support for reading configuration files
2017-12-30 Serge PavlovReverted 321580: Added support for reading configuratio...
2017-12-30 Serge PavlovAdded support for reading configuration files
2017-12-22 Benjamin KramerUnbreak the build. Combining chrono with Optional is...
2017-12-21 Francis Visoiu Mistrih[YAML] Refactor escaping unittests
2017-12-21 Francis Visoiu Mistrih[YAML] Fix UTF-8 handling
2017-12-21 Pavel Labath[Support] Remove MemoryBuffer::getNewUninitMemBuffer
2017-12-20 Florian Hahn[TargetParser] Check size before accessing architecture...
2017-12-19 Pavel Labath[Support] Add WritableMemoryBuffer class
2017-12-18 Francis Visoiu Mistrih[YAML] Add support for non-printable characters
2017-12-14 Evandro Menezes[Unit][AArch64] Additional tests for target parsing
2017-12-13 Michael ZolotukhinRemove redundant includes from unittests.
2017-12-13 Pavel Labath[Testing/Support] Make the HasValue matcher composable
2017-12-08 Evandro Menezes[AArch64] Add Exynos to host detection
2017-12-07 Pavel Labath[Testing/Support] Make matchers work with Expected<T&>
2017-12-05 Shoaib Meenai[CMake] Use PRIVATE in target_link_libraries for execut...
2017-12-05 George RimarFix build bot after r319750 "[Support/TarWriter] -...
2017-12-05 George Rimar[Support/TarWriter] - Don't allow TarWriter to add...
2017-11-27 Michal Gorny[cmake] Pass -Wl,-z,nodelete on Linux to prevent unloading
2017-11-27 David BlaikieFix -Werror build for signed/unsigned comparison with...
2017-11-27 Zachary Turner[BinaryStream] Support growable streams.
2017-11-23 Benjamin Kramer[YAMLParser] Don't crash on null keys in KeyValueNodes.
2017-11-22 Rafael EspindolaAllow TempFile::discard to be called twice.
2017-11-08 Rafael EspindolaConvert FileOutputBuffer::commit to Error.
2017-11-08 Rafael EspindolaUpdate unittest too.
2017-11-07 Mitch PhillipsExtend SpecialCaseList to allow users to blame matches...
2017-11-04 Aaron BallmanMove these CMake projects into the Tests folder on...
2017-10-27 Vlad TsyrklevichFix llvm-special-case-list-fuzzer regexp exception
2017-10-24 Mitch PhillipsCheck special-case-list regex before insertion.
next