..
AlignOfTest.cpp
AllocatorTest.cpp
ArrayRecyclerTest.cpp
BlockFrequencyTest.cpp
[block-freq] Add a right shift to BlockFrequency that saturates at 1.
2013-12-14 02:24:22 +00:00
Casting.cpp
Re-sort all of the includes with ./utils/sort_includes.py so that
2014-01-07 11:48:04 +00:00
CMakeLists.txt
Introduce a simple line-by-line iterator type into the Support library.
2013-12-27 04:28:57 +00:00
CommandLineTest.cpp
Re-sort all of the includes with ./utils/sort_includes.py so that
2014-01-07 11:48:04 +00:00
CompressionTest.cpp
Expose CRC-32 implementation from zlib
2013-08-14 16:03:29 +00:00
ConstantRangeTest.cpp
make ConstantRange::signExtend() optimal
2013-10-30 15:36:50 +00:00
ConvertUTFTest.cpp
[Support] Add a Unicode conversion wrapper from UTF16 to UTF8
2013-07-16 17:14:33 +00:00
DataExtractorTest.cpp
EndianTest.cpp
ErrorOrTest.cpp
Add a unit test for the copy constructor.
2014-01-09 19:47:39 +00:00
FileOutputBufferTest.cpp
formatted_raw_ostream_test.cpp
LeakDetectorTest.cpp
LineIteratorTest.cpp
Introduce a simple line-by-line iterator type into the Support library.
2013-12-27 04:28:57 +00:00
LockFileManagerTest.cpp
Re-sort all of the includes with ./utils/sort_includes.py so that
2014-01-07 11:48:04 +00:00
Makefile
Update incorrect file headers.
2013-08-01 18:42:28 +00:00
ManagedStatic.cpp
MathExtrasTest.cpp
MD5Test.cpp
MemoryBufferTest.cpp
Re-sort all of the includes with ./utils/sort_includes.py so that
2014-01-07 11:48:04 +00:00
MemoryTest.cpp
Path.cpp
Path: Recognize COFF import library file magic.
2013-11-15 21:22:02 +00:00
ProcessTest.cpp
unittests/Support/ProcessTest.cpp: Don't use "windows.h". Use <windows.h> instead.
2013-12-25 10:50:11 +00:00
ProgramTest.cpp
Re-sort all of the includes with ./utils/sort_includes.py so that
2014-01-07 11:48:04 +00:00
raw_ostream_test.cpp
RegexTest.cpp
Make llvm::Regex non-copyable but movable.
2014-01-02 19:04:59 +00:00
SourceMgrTest.cpp
SourceMgr diagnotics printing: fix a bug where printing a fixit for a source
2013-09-27 21:24:36 +00:00
SwapByteOrderTest.cpp
ThreadLocalTest.cpp
Make sys::ThreadLocal<> zero-initialized on non-thread builds (PR18205)
2013-12-19 20:32:44 +00:00
TimeValueTest.cpp
unittests/Support: Add TimeValue.Win32FILETIME, corresponding to r186374.
2013-07-16 02:44:23 +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
ValueHandleTest.cpp
YAMLIOTest.cpp
YAML I/O add support for validate()
2013-11-21 00:28:07 +00:00
YAMLParserTest.cpp