OSDN Git Service

[X86][SSE] Add SSE2/AVX2 vector rotate tests
[android-x86/external-llvm.git] / unittests / Support /
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.
2017-10-24 Sam McCallSupport formatv of TimePoint with strftime-style formats.
2017-10-23 Jonas HahnfeldFix FormatVariadicTest with GCC
2017-10-23 Sam McCallSupport formatting formatv_objects.
2017-10-18 NAKAMURA TakumiUntabify.
2017-10-12 Adam NemetAdd DK_Remark to SMDiagnostic
2017-10-10 Peter CollingbourneSupport: Have directory_iterator::status() return FindF...
2017-10-08 Benjamin KramerRemove unused variables. No functionality change.
2017-10-08 Benjamin KramerRemove unused variables. No functionality change.
2017-10-06 Peter CollingbourneSupport: Rewrite Windows implementation of sys::fs...
2017-09-27 Rui UeyamaFix off-by-one error in TarWriter.
2017-09-25 Vlad TsyrklevichAdd section headers to SpecialCaseLists
2017-09-25 Chad Rosier[AArch64] Add basic support for Qualcomm's Saphira...
2017-09-22 Balaram Makam [Falkor] Add falkor CPU to host detection
2017-09-15 Sam CleggChange encodeU/SLEB128 to pad to certain number of...
2017-09-13 Eli Friedman[ARM] Add more CPUs to host detection
2017-09-13 Vedant Kumar[unittests] Fix up test after rL313156
2017-09-13 Alexander KornienkoConvenience/safety fix for llvm::sys::Execute(And|No...
2017-09-05 Davide Italiano[unittest/ReverseIteration] Unbreak when compiling...
2017-09-05 Mandeep Singh Grang[unittests] Add reverse iteration unit test for pointer...
2017-08-29 Lang Hames[Error] Add an optional error message to cantFail.
2017-08-28 Evgeny Mankov[Support][CommandLine] Add cl::Option::setDefault()
2017-08-28 NAKAMURA TakumiUntabify.
2017-08-28 Lang Hames[Error] Add a handleExpected utility.
2017-08-25 Mandeep Singh Grang[unittests] Remove reverse iteration tests which use...
2017-08-25 Stephen HinesFix two (three) more issues with unchecked Error.
2017-08-24 Mandeep Singh Grang[ADT] Enable reverse iteration for DenseMap
2017-08-24 Chad Rosier[TargetParser][AArch64] Add support for RDM feature...
2017-08-24 Lang Hames[Support] Rewrite handleAllErrors in terms of cantFail.
next