David Carlier db084dfbfd Fix llvm signal tests build. 5 years ago
..
DynamicLibrary 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
ARMAttributeParser.cpp afefcdba98 [ARM] add target arch definitions for 8.1-M and MVE 6 years ago
AlignOfTest.cpp eb521fd586 [NFC] Remove LLVM_ALIGNAS 6 years ago
AlignmentTest.cpp 6dacb1c9c1 [Alignment][NFC] Move and type functions from MathExtras to Alignment 5 years ago
AllocatorTest.cpp 6dacb1c9c1 [Alignment][NFC] Move and type functions from MathExtras to Alignment 5 years ago
AnnotationsTest.cpp 4bc5e93aac [Support] Try to unbreak windows buildbot 6 years ago
ArrayRecyclerTest.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
BinaryStreamTest.cpp 114087caa6 [llvm] Migrate llvm::make_unique to std::make_unique 6 years ago
BlockFrequencyTest.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
BranchProbabilityTest.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
CMakeLists.txt fa78819405 Disable exit-on-SIGPIPE in lldb 5 years ago
CRCTest.cpp db4d724079 Unify the two CRC implementations 5 years ago
CachePruningTest.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
Casting.cpp 114087caa6 [llvm] Migrate llvm::make_unique to std::make_unique 6 years ago
CheckedArithmeticTest.cpp b97b3021fc Add checkMulAdd helper function to CheckedArithmetic 7 years ago
Chrono.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
CommandLineTest.cpp 2c80014379 Revert Recommit "[CommandLine] Remove OptionCategory and SubCommand caches from the Option class." 6 years ago
CompressionTest.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
ConvertUTFTest.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
CrashRecoveryTest.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
DJBTest.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
DataExtractorTest.cpp 49276e2904 Add error handling to the DataExtractor class 6 years ago
DebugCounterTest.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
DebugTest.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
EndianStreamTest.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
EndianTest.cpp fbbf45ee83 [Support/Endian] Add support for endian-specific enums 6 years ago
ErrnoTest.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
ErrorOrTest.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
ErrorTest.cpp 0fe6aada16 [Error] Make llvm::cantFail include the original error messages 5 years ago
FileCheckTest.cpp c610898add [NFC] [FileCheck] Reapply fix init of objects in unit tests 5 years ago
FileCollectorTest.cpp 08a48fec39 [FileCollector] test: disable the directory entry collection checks on windows 6 years ago
FileOutputBufferTest.cpp 8a4b825100 Revert "raw_ostream: add operator<< overload for std::error_code" 6 years ago
FileUtilitiesTest.cpp 5383cf2b34 [Support] Add writeFileAtomically() to FileUtilities 6 years ago
FormatVariadicTest.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
GlobPatternTest.cpp 1f0245cf5c Reapply r375051: [support] GlobPattern: add support for `\` and `[!...]`, and allow `]` in more places 5 years ago
Host.cpp 114087caa6 [llvm] Migrate llvm::make_unique to std::make_unique 6 years ago
ItaniumManglingCanonicalizerTest.cpp 438784aaf3 Update more file headers across all of the LLVM projects in the monorepo 6 years ago
JSONTest.cpp 2802669519 [Support] Add JSON streaming output API, faster where the heavy value types aren't needed. 6 years ago
KnownBitsTest.cpp 6c48db9360 [KnownBits] Add computeForAddCarry() 6 years ago
LEB128Test.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
LineIteratorTest.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
LockFileManagerTest.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
MD5Test.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
ManagedStatic.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
MatchersTest.cpp 4021ab72ee [Support] Add a GTest matcher for Optional<T> 6 years ago
MathExtrasTest.cpp 90b08b77ef [Alignment][NFC] Support compile time constants 5 years ago
MemoryBufferTest.cpp 3ffae1923a [Support] Improve readNativeFile(Slice) interface 6 years ago
MemoryTest.cpp 766312c7e0 [Support] Renamed member 'Size' to 'AllocatedSize' in MemoryBlock and OwningMemoryBlock. 6 years ago
NativeFormatTests.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
ParallelTest.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
Path.cpp 3ffae1923a [Support] Improve readNativeFile(Slice) interface 6 years ago
ProcessTest.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
ProgramTest.cpp 8a4b825100 Revert "raw_ostream: add operator<< overload for std::error_code" 6 years ago
RegexTest.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
ReplaceFileTest.cpp 8a4b825100 Revert "raw_ostream: add operator<< overload for std::error_code" 6 years ago
ReverseIterationTest.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
ScaledNumberTest.cpp cb39a85070 Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...> 6 years ago
SignalsTest.cpp db084dfbfd Fix llvm signal tests build. 5 years ago
SourceMgrTest.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
SpecialCaseListTest.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
StringPool.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
SwapByteOrderTest.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
SymbolRemappingReaderTest.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
TarWriterTest.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
TargetParserTest.cpp 31b6172a53 [AArch64] Add support for Transactional Memory Extension (TME) 6 years ago
TaskQueueTest.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
ThreadLocalTest.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
ThreadPool.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
Threading.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
TimerTest.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
TrailingObjectsTest.cpp 6dacb1c9c1 [Alignment][NFC] Move and type functions from MathExtras to Alignment 5 years ago
TrigramIndexTest.cpp 114087caa6 [llvm] Migrate llvm::make_unique to std::make_unique 6 years ago
TypeNameTest.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
TypeTraitsTest.cpp 059c038861 Fix compilation warnings when compiling with GCC 7.3 6 years ago
UnicodeTest.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
VersionTupleTest.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
VirtualFileSystemTest.cpp 51c5d032f5 Fix an unused variable introduced in rL374955 / rG21703543. 5 years ago
YAMLIOTest.cpp 114087caa6 [llvm] Migrate llvm::make_unique to std::make_unique 6 years ago
YAMLParserTest.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
formatted_raw_ostream_test.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
raw_ostream_test.cpp 2ffd08308b Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC 6 years ago
raw_pwrite_stream_test.cpp 8a4b825100 Revert "raw_ostream: add operator<< overload for std::error_code" 6 years ago
raw_sha1_ostream_test.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
xxhashTest.cpp 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago