..
CommandLineInit
DynamicLibrary
AddressRangeTest.cpp
[dsymutil] dsymutil produces broken lines info (probably) with LTO on mac
2023-02-03 11:09:50 +01:00
AlignmentTest.cpp
std::optional::value => operator*/operator->
2022-12-16 22:44:08 +00:00
AlignOfTest.cpp
AllocatorTest.cpp
ARMAttributeParser.cpp
AttributeParser: Convert Optional to std::optional
2022-12-02 07:43:18 +00:00
ArrayRecyclerTest.cpp
Base64Test.cpp
BinaryStreamTest.cpp
Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ part
2023-01-05 14:11:08 +01:00
BLAKE3Test.cpp
BlockFrequencyTest.cpp
BranchProbabilityTest.cpp
buffer_ostream_test.cpp
CachePruningTest.cpp
Casting.cpp
[Support] llvm::Optional => std::optional
2022-12-16 08:49:10 +00:00
CheckedArithmeticTest.cpp
CheckedArithmetic: llvm::Optional => std::optional
2022-12-05 04:30:54 +00:00
Chrono.cpp
CMakeLists.txt
[lld][RISCV] Avoid error when encountering unrecognised ISA extensions/versions in RISC-V attributes
2023-02-25 06:17:50 +00:00
CommandLineTest.cpp
[NFC][TargetParser] Replace uses of llvm/Support/Host.h
2023-02-10 09:59:46 +00:00
CompressionTest.cpp
ConvertUTFTest.cpp
Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ part
2023-01-05 14:11:08 +01:00
CrashRecoveryTest.cpp
[NFC][TargetParser] Replace uses of llvm/Support/Host.h
2023-02-10 09:59:46 +00:00
CRCTest.cpp
[unittests] Use GTEST_SKIP() instead of return when appropriate
2023-01-25 13:59:01 -08:00
CSKYAttributeParserTest.cpp
AttributeParser: Convert Optional to std::optional
2022-12-02 07:43:18 +00:00
DataExtractorTest.cpp
[llvm] Use std::nullopt instead of None in comments (NFC)
2022-12-04 17:12:44 -08:00
DebugCounterTest.cpp
DebugTest.cpp
DivisionByConstantTest.cpp
Use APInt::count{l,r}_{zero,one} (NFC)
2023-02-19 22:04:47 -08:00
DJBTest.cpp
Avoid u8"" literals in tests, their type changes in C++20
2023-01-10 15:14:09 +01:00
ELFAttributeParserTest.cpp
EndianStreamTest.cpp
EndianTest.cpp
ErrnoTest.cpp
ErrorOrTest.cpp
Reland "[llvm][NFC] Use c++17 style variable type traits"
2022-11-08 14:15:15 +00:00
ErrorTest.cpp
[Support] llvm::Optional => std::optional
2022-12-16 08:49:10 +00:00
ExtensibleRTTITest.cpp
FileCollectorTest.cpp
[llvm] Use *{Set,Map}::contains (NFC)
2023-03-14 18:56:07 -07:00
FileOutputBufferTest.cpp
FileUtilitiesTest.cpp
formatted_raw_ostream_test.cpp
Avoid u8"" literals in tests, their type changes in C++20
2023-01-12 10:21:33 +01:00
FormatVariadicTest.cpp
[Support] Use a custom base class for FormatVariadicTest.cpp (NFC)
2022-11-21 12:22:16 -08:00
FSUniqueIDTest.cpp
GlobPatternTest.cpp
HashBuilderTest.cpp
Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ part
2023-01-05 14:11:08 +01:00
IndexedAccessorTest.cpp
Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ part
2023-01-05 14:11:08 +01:00
InstructionCostTest.cpp
[llvm/unittests] Use std::nullopt instead of None (NFC)
2022-12-02 22:10:37 -08:00
JSONTest.cpp
[Support] avoid u8"" literals in tests, their type changes in C++20
2023-01-10 14:00:22 +01:00
KnownBitsTest.cpp
[KnownBits] Add blsi and blsmsk
2023-02-18 13:31:07 -06:00
KnownBitsTest.h
LEB128Test.cpp
LineIteratorTest.cpp
LockFileManagerTest.cpp
ManagedStatic.cpp
MatchersTest.cpp
Don't include Optional.h
2022-12-14 21:16:22 -08:00
MathExtrasTest.cpp
[llvm] Deprecate {Bits,Float,Double}To{Bits,Float,Double} (NFC)
2023-02-14 09:52:36 -08:00
MD5Test.cpp
Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ part
2023-01-05 14:11:08 +01:00
MemoryBufferRefTest.cpp
MemoryBufferTest.cpp
[Support][MemBuffer] Prevent UB on empty StringRefs
2023-03-14 12:58:37 +01:00
MemoryTest.cpp
[unittests] Use GTEST_SKIP() instead of return when appropriate
2023-01-25 13:59:01 -08:00
NativeFormatTests.cpp
[llvm] Do not zero out write_unsigned_impl internal buffer
2023-01-26 07:59:33 +01:00
OptimizedStructLayoutTest.cpp
ParallelTest.cpp
Path.cpp
[NFC][TargetParser] Replace uses of llvm/Support/Host.h
2023-02-10 09:59:46 +00:00
ProcessTest.cpp
[NFC][TargetParser] Replace uses of llvm/Support/Host.h
2023-02-10 09:59:46 +00:00
ProgramTest.cpp
Support: Add polling option to sys::Wait
2022-12-22 12:38:59 -05:00
raw_fd_stream_test.cpp
raw_ostream_test.cpp
[STLExtras] Convert deref_or_none and zip_longest to std::optional
2022-12-09 10:27:48 -06:00
raw_pwrite_stream_test.cpp
raw_sha1_ostream_test.cpp
RegexTest.cpp
[Support] Fix alternation support in backreferences (PR60073)
2023-01-17 09:58:10 +01:00
ReplaceFileTest.cpp
ReverseIterationTest.cpp
RISCVAttributeParserTest.cpp
AttributeParser: Convert Optional to std::optional
2022-12-02 07:43:18 +00:00
RISCVISAInfoTest.cpp
[RISCV] Remove ExtName from RISCVExtensionInfo.
2023-03-16 15:20:25 -07:00
ScaledNumberTest.cpp
Reland "[llvm][NFC] Use c++17 style variable type traits"
2022-11-08 14:15:15 +00:00
ScopedPrinterTest.cpp
[llvm][support] Fix ScopedPrinterTest on AIX
2023-03-21 17:36:20 +00:00
SHA256.cpp
SourceMgrTest.cpp
Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ part
2023-01-05 14:11:08 +01:00
SpecialCaseListTest.cpp
SuffixTreeTest.cpp
SwapByteOrderTest.cpp
[llvm] Deprecate PowerOf2Floor and ByteSwap_{16,32,64}
2023-02-12 21:42:07 -08:00
TarWriterTest.cpp
TaskQueueTest.cpp
Threading.cpp
[NFC][TargetParser] Replace uses of llvm/Support/Host.h
2023-02-10 09:59:46 +00:00
ThreadPool.cpp
[NFC][TargetParser] Replace uses of llvm/Support/Host.h
2023-02-10 09:59:46 +00:00
TimeProfilerTest.cpp
TimerTest.cpp
ToolOutputFileTest.cpp
TrailingObjectsTest.cpp
TrigramIndexTest.cpp
TypeNameTest.cpp
TypeSizeTest.cpp
[NFC] Use TypeSize::geFixedValue() instead of TypeSize::getFixedSize()
2023-01-11 16:49:38 +00:00
TypeTraitsTest.cpp
[llvm] Include <optional> instead of "llvm/ADT/Optional.h" (NFC)
2023-01-14 15:09:00 -08:00
UnicodeTest.cpp
Encode columnWidthUTF8 tests as UTF-8 sequences.
2022-11-28 15:56:12 +01:00
VersionTupleTest.cpp
VirtualFileSystemTest.cpp
[NFC][TargetParser] Replace uses of llvm/Support/Host.h
2023-02-10 09:59:46 +00:00
WithColorTest.cpp
xxhashTest.cpp
[xxHash] Don't trigger UB on empty StringRef
2023-02-08 12:53:54 +01:00
YAMLIOTest.cpp
Recommit [YAML IO] Check that mapping doesn't contain duplicating keys
2023-02-13 17:45:07 +03:00
YAMLParserTest.cpp
YAMLParser: llvm::Optional => std::optional
2022-12-15 09:34:31 +00:00