1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/unittests/Support
Stepan Dyatkovskiy ec5607e71d IntegersSubsetMapping: implemented "diff" operation. Operation allows at the same time perform up to three operations:
- LHS exclude RHS
- LHS intersect RHS (LHS successors will keeped)
- RHS exclude LHS
The complexity is N+M, where
  N is size of LHS
  M is size of RHS.

llvm-svn: 159201
2012-06-26 11:57:43 +00:00
..
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 Completely refactor the structuring of unittest CMake files to match the 2012-06-21 09:51:26 +00:00
CommandLineTest.cpp
ConstantRangeTest.cpp fix corner case in ConstantRange::intersectWith(). 2012-05-18 00:14:36 +00:00
DataExtractorTest.cpp
EndianTest.cpp
IntegersSubsetTest.cpp IntegersSubsetMapping: implemented "diff" operation. Operation allows at the same time perform up to three operations: 2012-06-26 11:57:43 +00:00
IRBuilderTest.cpp Fix inappropriate use of anonymous namespaces in unittests. 2012-06-20 08:39:27 +00:00
LeakDetectorTest.cpp
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
MDBuilderTest.cpp Remove support for the special 'fast' value for fpmath accuracy for the moment. 2012-04-16 19:39:33 +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
RegexTest.cpp
SwapByteOrderTest.cpp
TimeValue.cpp
TypeBuilderTest.cpp Round 2 of dead private variable removal. 2012-06-06 19:47:08 +00:00
ValueHandleTest.cpp
YAMLParserTest.cpp Add YAML parser to Support. 2012-04-03 23:09:22 +00:00