.. |
CommandLineInit
|
Reapply "[cmake] Prefix gtest and gtest_main with "llvm_"."
|
2022-03-04 13:45:43 -08:00 |
DynamicLibrary
|
[SystemZ/z/OS] Fix failing dynamic library unit test.
|
2022-06-09 13:48:19 -04:00 |
ARMAttributeParser.cpp
|
[llvm] Don't use Optional::{hasValue,getValue} (NFC)
|
2022-06-25 11:24:23 -07:00 |
AddressRangeTest.cpp
|
[llvm-gsymutil][NFC] refactor AddressRange&AddresRanges structures.
|
2022-04-26 12:00:43 +03:00 |
AlignOfTest.cpp
|
[AIX] Use less than or equal to for some alignment tests on AIX
|
2021-06-28 10:32:32 -04:00 |
AlignmentTest.cpp
|
[llvm] Use value instead of getValue (NFC)
|
2022-07-13 23:11:56 -07:00 |
AllocatorTest.cpp
|
[Support] Fix asan AllocatorTest after ba0d50ad7e
|
2022-05-06 15:51:37 +02:00 |
AnnotationsTest.cpp
|
…
|
|
ArrayRecyclerTest.cpp
|
…
|
|
BLAKE3Test.cpp
|
[Support/Hash functions] Change the `final()` and `result()` of the hashing functions to return an array of bytes
|
2022-04-05 21:38:06 -07:00 |
Base64Test.cpp
|
Revert "Add support for decoding base64."
|
2022-06-23 21:47:20 -07:00 |
BinaryStreamTest.cpp
|
Make BinaryStreamWriter::padToAlignment write blocks vs bytes.
|
2022-05-07 17:37:18 -07:00 |
BlockFrequencyTest.cpp
|
…
|
|
BranchProbabilityTest.cpp
|
…
|
|
CMakeLists.txt
|
[llvm-gsymutil][NFC] refactor AddressRange&AddresRanges structures.
|
2022-04-26 12:00:43 +03:00 |
CRCTest.cpp
|
…
|
|
CSKYAttributeParserTest.cpp
|
[llvm] Don't use Optional::{hasValue,getValue} (NFC)
|
2022-06-25 11:24:23 -07:00 |
CSKYTargetParserTest.cpp
|
[Clang][CSKY] Add the CSKY target and compiler driver
|
2022-04-06 11:37:37 +08:00 |
CachePruningTest.cpp
|
…
|
|
Casting.cpp
|
[llvm] Use has_value instead of hasValue (NFC)
|
2022-07-12 22:25:42 -07:00 |
CheckedArithmeticTest.cpp
|
…
|
|
Chrono.cpp
|
…
|
|
CommandLineTest.cpp
|
Remove unneeded cl::ZeroOrMore for cl::opt/cl::list options
|
2022-06-05 01:07:51 -07:00 |
CompressionTest.cpp
|
Revert "[llvm] add zstd to llvm::compression namespace"
|
2022-07-14 01:23:20 -07:00 |
ConvertUTFTest.cpp
|
Re-land c346068928 with fixes
|
2022-03-23 08:13:17 -04:00 |
CrashRecoveryTest.cpp
|
[Reland][lit] Use sharding for GoogleTest format
|
2022-04-12 14:51:12 -07:00 |
DJBTest.cpp
|
…
|
|
DataExtractorTest.cpp
|
Add a new API seek for the Cursor class in the DataExtractor.cpp
|
2021-09-16 09:39:49 -04:00 |
DebugCounterTest.cpp
|
…
|
|
DebugTest.cpp
|
…
|
|
ELFAttributeParserTest.cpp
|
…
|
|
EndianStreamTest.cpp
|
…
|
|
EndianTest.cpp
|
…
|
|
ErrnoTest.cpp
|
…
|
|
ErrorOrTest.cpp
|
…
|
|
ErrorTest.cpp
|
ManagedStatic: remove many straightforward uses in llvm
|
2022-07-10 10:29:15 +02:00 |
ExtensibleRTTITest.cpp
|
silence new -Wunused-result warnings in test
|
2022-05-12 08:30:36 +02:00 |
FSUniqueIDTest.cpp
|
[NFCI][Support] Avoid ASSERT_/EXPECT_TRUE(A <op> B)
|
2022-01-21 13:15:04 +00:00 |
FileCollectorTest.cpp
|
…
|
|
FileOutputBufferTest.cpp
|
…
|
|
FileUtilitiesTest.cpp
|
…
|
|
FormatVariadicTest.cpp
|
Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C++17"
|
2022-01-26 16:55:53 +01:00 |
GlobPatternTest.cpp
|
…
|
|
HashBuilderTest.cpp
|
[Support/Hash functions] Change the `final()` and `result()` of the hashing functions to return an array of bytes
|
2022-04-05 21:38:06 -07:00 |
Host.cpp
|
[RISCV] Support getHostCpuName for sifive-u74
|
2022-05-17 14:06:59 +08:00 |
IndexedAccessorTest.cpp
|
[STLExtras] Make indexed_accessor_range operator== compatible with C++20
|
2022-05-21 13:00:30 +02:00 |
InstructionCostTest.cpp
|
[InstructionCost] Add saturation support.
|
2021-07-10 11:28:42 +01:00 |
ItaniumManglingCanonicalizerTest.cpp
|
…
|
|
JSONTest.cpp
|
[llvm][json] Fix UINT64 json parsing
|
2022-05-17 09:11:45 -07:00 |
KnownBitsTest.cpp
|
[llvm] Use value instead of getValue (NFC)
|
2022-07-13 23:11:56 -07:00 |
KnownBitsTest.h
|
…
|
|
LEB128Test.cpp
|
…
|
|
LineIteratorTest.cpp
|
…
|
|
LinearPolyBaseTest.cpp
|
[NFC] Remove from UnivariateLinearPolyBase::getValue().
|
2021-11-04 14:32:08 +00:00 |
LockFileManagerTest.cpp
|
PR51018: Remove explicit conversions from SmallString to StringRef to future-proof against C++23
|
2021-07-08 13:37:57 -07:00 |
MD5Test.cpp
|
[Support/Hash functions] Change the `final()` and `result()` of the hashing functions to return an array of bytes
|
2022-04-05 21:38:06 -07:00 |
ManagedStatic.cpp
|
…
|
|
MatchersTest.cpp
|
…
|
|
MathExtrasTest.cpp
|
Fix signed/unsigned comparison warnings on ppc buildbots
|
2022-02-08 14:15:28 +00:00 |
MemoryBufferRefTest.cpp
|
…
|
|
MemoryBufferTest.cpp
|
Fixed a roll-over on size_t in getNewUninitMemBuffer()
|
2022-03-11 13:16:58 +04:00 |
MemoryTest.cpp
|
Bump googletest to 1.10.0
|
2021-05-14 19:16:31 +02:00 |
NativeFormatTests.cpp
|
Print the sign of negative infinity
|
2021-12-14 22:38:42 -08:00 |
OptimizedStructLayoutTest.cpp
|
Fix a bug in OptimizedStructLayout when filling gaps before
|
2021-07-21 15:47:18 -04:00 |
ParallelTest.cpp
|
Rename parallelForEachN to just parallelFor
|
2022-06-19 17:49:00 -04:00 |
Path.cpp
|
Fix a buglet in remove_dots().
|
2022-06-02 11:07:44 -07:00 |
ProcessTest.cpp
|
[RGT] Use GTEST_SKIP() in more places where we skip a test
|
2022-04-08 15:20:53 -07:00 |
ProgramTest.cpp
|
[Reland][lit] Use sharding for GoogleTest format
|
2022-04-12 14:51:12 -07:00 |
RISCVAttributeParserTest.cpp
|
[llvm] Don't use Optional::{hasValue,getValue} (NFC)
|
2022-06-25 11:24:23 -07:00 |
RegexTest.cpp
|
…
|
|
ReplaceFileTest.cpp
|
…
|
|
ReverseIterationTest.cpp
|
Move STLFunctionalExtras out of STLExtras
|
2022-01-24 14:13:21 +01:00 |
SHA256.cpp
|
[Support/Hash functions] Change the `final()` and `result()` of the hashing functions to return an array of bytes
|
2022-04-05 21:38:06 -07:00 |
ScaledNumberTest.cpp
|
…
|
|
ScopedPrinterTest.cpp
|
[llvm] Add JSONScopedPrinter class
|
2021-12-10 18:57:33 +00:00 |
SourceMgrTest.cpp
|
…
|
|
SpecialCaseListTest.cpp
|
…
|
|
SuffixTreeTest.cpp
|
…
|
|
SwapByteOrderTest.cpp
|
…
|
|
SymbolRemappingReaderTest.cpp
|
…
|
|
TarWriterTest.cpp
|
[NFCI][Support] Avoid ASSERT_/EXPECT_TRUE(A <op> B)
|
2022-01-21 13:15:04 +00:00 |
TargetParserTest.cpp
|
[ARM] Add Support for Cortex-M85
|
2022-07-05 10:43:31 +01:00 |
TaskQueueTest.cpp
|
…
|
|
ThreadLocalTest.cpp
|
…
|
|
ThreadPool.cpp
|
[ThreadPool] add ability to group tasks into separate groups
|
2022-05-04 06:16:55 +02:00 |
Threading.cpp
|
Support: reduce stack used in default size test.
|
2021-07-13 11:24:12 +01:00 |
TimerTest.cpp
|
[NFCI][Support] Avoid ASSERT_/EXPECT_TRUE(A <op> B)
|
2022-01-21 13:15:04 +00:00 |
ToolOutputFileTest.cpp
|
…
|
|
TrailingObjectsTest.cpp
|
…
|
|
TrigramIndexTest.cpp
|
…
|
|
TypeNameTest.cpp
|
…
|
|
TypeTraitsTest.cpp
|
[Tests] Add missing include (NFC)
|
2021-06-03 18:58:29 +02:00 |
UnicodeTest.cpp
|
Use value_or instead of getValueOr. NFC
|
2022-06-29 21:55:02 -07:00 |
VersionTupleTest.cpp
|
…
|
|
VirtualFileSystemTest.cpp
|
[llvm][vfs] Implement in-memory symlinks
|
2022-06-21 16:29:54 +02:00 |
WithColorTest.cpp
|
…
|
|
YAMLIOTest.cpp
|
[yamlio] Allow parsing an entire mapping as an enumeration
|
2022-03-14 04:41:40 +00:00 |
YAMLParserTest.cpp
|
[llvm] Use has_value instead of hasValue (NFC)
|
2022-07-12 22:25:42 -07:00 |
buffer_ostream_test.cpp
|
Support: Skip buffering buffer_unique_ostream's owned stream
|
2021-10-22 16:25:31 -07:00 |
formatted_raw_ostream_test.cpp
|
…
|
|
raw_fd_stream_test.cpp
|
…
|
|
raw_ostream_test.cpp
|
[NFCI][Support] Avoid ASSERT_/EXPECT_TRUE(A <op> B)
|
2022-01-21 13:15:04 +00:00 |
raw_pwrite_stream_test.cpp
|
…
|
|
raw_sha1_ostream_test.cpp
|
[Support/Hash functions] Change the `final()` and `result()` of the hashing functions to return an array of bytes
|
2022-04-05 21:38:06 -07:00 |
xxhashTest.cpp
|
…
|
|