.. |
AlignOfTest.cpp
|
Add a pragma to supress an MSVC warning on some of the absurd code I'm
|
2012-06-21 10:02:41 +00:00 |
AllocatorTest.cpp
|
BumpPtrAllocator: Make sure threshold cannot be initialized with a value smaller than the slab size.
|
2012-03-01 22:10:16 +00:00 |
BlockFrequencyTest.cpp
|
For reasons I can't fathom MSVC supports ULL but not LLU suffixes on long long integer literals.
|
2012-06-17 14:53:53 +00:00 |
Casting.cpp
|
unittests/Support/Casting.cpp: [PR8226] Workaround for MSVC|Debug.
|
2012-01-22 12:14:35 +00:00 |
CMakeLists.txt
|
Move the IRBuilder unittest from Support to VMCore. This got missed in
|
2012-07-16 07:44:45 +00:00 |
CommandLineTest.cpp
|
|
|
ConstantRangeTest.cpp
|
make ConstantRange::zeroExtend() optimal
|
2012-07-23 20:33:29 +00:00 |
DataExtractorTest.cpp
|
unittests/Support/DataExtractorTest.cpp: Specify ULL explicitly to a few constants.
|
2011-09-13 23:23:49 +00:00 |
EndianTest.cpp
|
Merge System into Support.
|
2010-11-29 18:16:10 +00:00 |
IntegersSubsetTest.cpp
|
Revert "IntRange:" as it appears to be breaking self hosting.
|
2012-07-02 23:22:21 +00:00 |
LeakDetectorTest.cpp
|
Fix death tests in -Asserts builds.
|
2010-03-17 01:18:45 +00:00 |
Makefile
|
|
|
ManagedStatic.cpp
|
Fix Windows build, don't try to #include <pthread.h> when we know it's not
|
2011-11-14 22:10:23 +00:00 |
MathExtrasTest.cpp
|
Fixes warnings emitted by Visual Studio 2010 compiler.
|
2011-03-01 23:11:57 +00:00 |
Path.cpp
|
unittests/Support/Path.cpp: [Win32] Suppress FileSystemTest.FileMapping for now.
|
2012-06-24 03:48:40 +00:00 |
raw_ostream_test.cpp
|
Add raw_ostream::write_escaped, for writing escaped strings.
|
2009-10-17 20:43:08 +00:00 |
RegexTest.cpp
|
Add Regex::sub, for doing regular expression substitution with backreferences.
|
2010-02-17 20:08:42 +00:00 |
SwapByteOrderTest.cpp
|
Merge System into Support.
|
2010-11-29 18:16:10 +00:00 |
TimeValue.cpp
|
unittests: Merge SystemTests back into SupportTests.
|
2010-11-29 22:29:04 +00:00 |
ValueHandleTest.cpp
|
Change all self assignments X=X to (void)X, so that we can turn on a
|
2010-12-23 00:58:24 +00:00 |
YAMLParserTest.cpp
|
Add YAML parser to Support.
|
2012-04-03 23:09:22 +00:00 |