..
DynamicLibrary
Allow clients to specify search order of DynamicLibraries.
2017-07-12 21:22:45 +00:00
AlignOfTest.cpp
Revert r291503, "Lift the 10-type limit for AlignedCharArrayUnion", and followings.
2017-01-13 01:13:10 +00:00
AllocatorTest.cpp
[unittest] Explicitly specify alignment when using BumpPtrAllocator.
2017-03-11 01:24:56 +00:00
ARMAttributeParser.cpp
Re-sort #include lines for unittests. This uses a slightly modified
2017-06-06 11:06:56 +00:00
ArrayRecyclerTest.cpp
Rename the unittest from ArrayRecylerTest.cpp to ArrayRecyclerTest.cpp.
2013-01-05 02:08:43 +00:00
BinaryStreamTest.cpp
[gtest] Create a shared include directory for gtest utilities.
2017-06-14 16:41:50 +00:00
BlockFrequencyTest.cpp
Add - and -= operators to BlockFrequency using saturating arithmetic.
2015-10-12 18:34:00 +00:00
BranchProbabilityTest.cpp
[BPI] Add multiplication by scalar operators to BranchProbability
2017-04-21 03:14:30 +00:00
CachePruningTest.cpp
Make the size specification for cache_size_bytes case insensitive.
2017-06-23 17:13:51 +00:00
Casting.cpp
[Support] Add support for unique_ptr<> to Casting.h.
2017-04-12 19:59:37 +00:00
Chrono.cpp
[Support] Add FormatVariadic support for chrono types
2017-02-07 18:11:33 +00:00
CMakeLists.txt
Recommit "[Support] Add RetryAfterSignal helper function"
2017-06-29 13:15:31 +00:00
CommandLineTest.cpp
Support: chunk writing on Linux
2017-06-20 20:51:51 +00:00
CompressionTest.cpp
Re-sort #include lines for unittests. This uses a slightly modified
2017-06-06 11:06:56 +00:00
ConvertUTFTest.cpp
[NFC] Header cleanup
2016-04-18 09:17:29 +00:00
CrashRecoveryTest.cpp
Re-sort #include lines for unittests. This uses a slightly modified
2017-06-06 11:06:56 +00:00
DataExtractorTest.cpp
Re-sort #include lines for unittests. This uses a slightly modified
2017-06-06 11:06:56 +00:00
DebugTest.cpp
Fix unit test in NDEBUG build
2016-12-27 11:07:53 +00:00
EndianStreamTest.cpp
Re-sort #include lines for unittests. This uses a slightly modified
2017-06-06 11:06:56 +00:00
EndianTest.cpp
Fix another UBSan test error from r248897 and follow on fix r249689
2015-10-08 20:52:23 +00:00
ErrnoTest.cpp
Recommit "[Support] Add RetryAfterSignal helper function"
2017-06-29 13:15:31 +00:00
ErrorOrTest.cpp
Use std::forward to make ErrorOr<T> constructible from a value that has a user-defined conversion to T. No functionality change intended.
2016-02-09 04:47:58 +00:00
ErrorTest.cpp
fix typos in comments; NFC
2017-07-11 06:04:59 +00:00
FileOutputBufferTest.cpp
Re-sort #include lines for unittests. This uses a slightly modified
2017-06-06 11:06:56 +00:00
formatted_raw_ostream_test.cpp
Re-sort #include lines for unittests. This uses a slightly modified
2017-06-06 11:06:56 +00:00
FormatVariadicTest.cpp
[formatv] Add the ability to specify a fill character when aligning.
2017-06-15 03:06:38 +00:00
GlobPatternTest.cpp
Move GlobPattern class from LLD to llvm/Support.
2016-12-20 23:09:09 +00:00
Host.cpp
[Support] sys::getProcessTriple should return a macOS triple using
2017-07-07 09:53:47 +00:00
LEB128Test.cpp
Re-sort #include lines for unittests. This uses a slightly modified
2017-06-06 11:06:56 +00:00
LineIteratorTest.cpp
LineIterator: Provide a variant that keeps blank lines
2014-09-17 15:43:01 +00:00
LockFileManagerTest.cpp
Asserting that the call to chdir succeeds in this test. Fixes some -Wunused-result warnings.
2014-08-13 11:17:41 +00:00
ManagedStatic.cpp
[ManagedStatic] Avoid putting function pointers in template args.
2017-05-29 20:56:27 +00:00
MathExtrasTest.cpp
MathExtras UnitTest: Assert that isPowerOf2(0) is false. NFC.
2017-07-03 18:42:47 +00:00
MD5Test.cpp
Re-sort #include lines for unittests. This uses a slightly modified
2017-06-06 11:06:56 +00:00
MemoryBufferTest.cpp
Re-sort #include lines for unittests. This uses a slightly modified
2017-06-06 11:06:56 +00:00
MemoryTest.cpp
Fixed warning: must specify at least one argument for '...' parameter.
2017-06-04 05:31:03 +00:00
NativeFormatTests.cpp
[Support] Introduce llvm::formatv() function.
2016-11-11 23:57:40 +00:00
ParallelTest.cpp
SupportTests: Suppress ParallelTests on mingw for now. Investigating.
2017-05-11 06:35:51 +00:00
Path.cpp
Move Object format code to lib/BinaryFormat.
2017-06-07 03:48:56 +00:00
ProcessTest.cpp
Remove dead code. NFC.
2014-12-04 16:59:36 +00:00
ProgramTest.cpp
Re-sort #include lines for unittests. This uses a slightly modified
2017-06-06 11:06:56 +00:00
raw_ostream_test.cpp
Re-sort #include lines for unittests. This uses a slightly modified
2017-06-06 11:06:56 +00:00
raw_pwrite_stream_test.cpp
Re-sort #include lines for unittests. This uses a slightly modified
2017-06-06 11:06:56 +00:00
raw_sha1_ostream_test.cpp
Re-sort #include lines for unittests. This uses a slightly modified
2017-06-06 11:06:56 +00:00
RegexTest.cpp
[Support] - Fix possible crash in match() of llvm::Regex.
2016-09-02 08:44:46 +00:00
ReplaceFileTest.cpp
Fix rename() sometimes failing if another process uses openFileForRead()
2015-10-12 15:11:47 +00:00
ScaledNumberTest.cpp
Cosmetic. Added braces to address gcc warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else].
2017-05-20 00:02:08 +00:00
SourceMgrTest.cpp
Return a std::unique_ptr when creating a new MemoryBuffer.
2014-08-27 20:03:13 +00:00
SpecialCaseListTest.cpp
Re-sort #include lines for unittests. This uses a slightly modified
2017-06-06 11:06:56 +00:00
StringPool.cpp
StringPool: Cleanup typos in unittest comments
2014-12-15 01:04:49 +00:00
SwapByteOrderTest.cpp
Re-sort #include lines for unittests. This uses a slightly modified
2017-06-06 11:06:56 +00:00
TargetParserTest.cpp
Re-sort #include lines for unittests. This uses a slightly modified
2017-06-06 11:06:56 +00:00
TarWriterTest.cpp
Re-sort #include lines for unittests. This uses a slightly modified
2017-06-06 11:06:56 +00:00
Threading.cpp
Rename interface for querying physical hardware concurrency
2016-10-17 14:56:53 +00:00
ThreadLocalTest.cpp
ThreadLocal: Return a mutable pointer if templated with a non-const type
2014-12-15 01:04:45 +00:00
ThreadPool.cpp
Remove unused lambda captures. NFC
2017-01-13 17:12:16 +00:00
TimerTest.cpp
Timer: Track name and description.
2016-11-18 19:43:18 +00:00
TrailingObjectsTest.cpp
Workaround MSVC bug when using TrailingObjects from a template.
2017-02-28 18:05:41 +00:00
TrigramIndexTest.cpp
Re-sort #include lines for unittests. This uses a slightly modified
2017-06-06 11:06:56 +00:00
TypeNameTest.cpp
[Support] Add a fancy helper function to get a static name for a type.
2016-02-25 03:58:21 +00:00
UnicodeTest.cpp
Move generic isPrint and columnWidth implementations to a separate header/source to allow using both generic and system-dependent versions on win32.
2013-09-04 16:00:12 +00:00
xxhashTest.cpp
Add xxhash to llvm.
2016-09-27 15:45:57 +00:00
YAMLIOTest.cpp
Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTOR
2017-06-30 20:56:57 +00:00
YAMLParserTest.cpp
Re-sort #include lines for unittests. This uses a slightly modified
2017-06-06 11:06:56 +00:00