1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-01 16:33:37 +01:00
llvm-mirror/unittests/Support
Nick Lewycky 90e835b327 Clean up ConstantRange a bit:
- remove ashr which never worked.
 - fix lshr and shl and add tests.
 - remove dead function "intersect1Wrapped".
 - add a new sub method to subtract ranges, with test.

llvm-svn: 110861
2010-08-11 22:04:36 +00:00
..
AllocatorTest.cpp Spelling fixes. 2010-03-01 17:51:02 +00:00
Casting.cpp add dyn_cast_or_null tests, exclude invalid dyn_cast test 2010-07-22 15:37:20 +00:00
CommandLineTest.cpp
ConstantRangeTest.cpp Clean up ConstantRange a bit: 2010-08-11 22:04:36 +00:00
LeakDetectorTest.cpp Fix death tests in -Asserts builds. 2010-03-17 01:18:45 +00:00
Makefile
MathExtrasTest.cpp
raw_ostream_test.cpp
RegexTest.cpp Add Regex::sub, for doing regular expression substitution with backreferences. 2010-02-17 20:08:42 +00:00
System.cpp
TypeBuilderTest.cpp Add support for TypeBuilder<const/volatile void*, false>. 2010-02-09 19:07:19 +00:00
ValueHandleTest.cpp