aboutsummaryrefslogtreecommitdiff
path: root/SingleSource/UnitTests/Integer
AgeCommit message (Expand)Author
2016-01-13CMakeLists.txt: Remove unnecessary LEVEL variableMatthias Braun
2016-01-13CMakeLists: Remove unnecessary autogenerated from commentMatthias Braun
2015-10-27[test-suite] Adding CMakeLists.txt files for CMake+LITRenato Golin
2012-04-16Remove vestiges of the C Backend from the test-suite.David Blaikie
2008-05-20Move definition of LDFLAGS ahead of the includeDale Johannesen
2007-12-29Remove attributionChris Lattner
2007-07-19Correct these reference_outputs.Zhou Sheng
2007-07-17Update this test to show the output of the thing it is testing.Reid Spencer
2007-06-29Convert .cvsignore filesJohn Criswell
2007-06-02Add int8Reid Spencer
2007-06-02Add the exit code to the reference output.Reid Spencer
2007-05-31Add a new test case for reduce_xorZhou Sheng
2007-05-28Add a new test case.Zhou Sheng
2007-05-28Enhance this test case.Zhou Sheng
2007-05-19Make this test case compile again.Reid Spencer
2007-05-19Reduce runtime of this test by using smaller bit width.Reid Spencer
2007-05-19Reduce run time of this test even more.Reid Spencer
2007-05-19Add uint169 type.Reid Spencer
2007-05-19The reference output was previously in error as it wasn't showing 500Reid Spencer
2007-05-19Reduce the running time of this test by using smaller bit widths.Reid Spencer
2007-05-17Change this code to match the reference output.Reid Spencer
2007-05-17Add a new test case for part_set of big integer.Zhou Sheng
2007-05-17Add some new int types.Zhou Sheng
2007-05-17Update to include a test case with a signed value to ensure signReid Spencer
2007-05-17Update to match test program's static output.Reid Spencer
2007-05-17Add reference output for this test.Reid Spencer
2007-05-17Add the reference output. The bug here was caused by APInt.Reid Spencer
2007-05-17Don't attempt to select more bits than there are present.Reid Spencer
2007-05-17: is not a statement terminator, but ; isReid Spencer
2007-05-17Don't shy away from multiple assignments now that its fixed.Reid Spencer
2007-05-17Fix indentation.Reid Spencer
2007-05-17Add a new test case.Reid Spencer
2007-05-17Add new test cases.Reid Spencer
2007-05-17Add 500 and 1024 bit wide unsigned integer types.Reid Spencer
2007-05-17Add a new test case from Sheng Zhou to test bit_concat with really wideReid Spencer
2007-05-16Augment this test case to check conversions of radix 2, 8 and 16 valuesReid Spencer
2007-05-16Add macros for doing octal and binary conversions from strings.Reid Spencer
2007-05-15Test additional cases.Reid Spencer
2007-05-14Add needed integer bit widths.Reid Spencer
2007-05-14Make the output of this test case easier to verify.Reid Spencer
2007-05-14Add test cases for bitwise reduction operators.Reid Spencer
2007-05-14Update the output of this test slight and make it pass the union valueReid Spencer
2007-05-14A test of negative literal constant values with various bit sizes.Reid Spencer
2007-05-12Clean up this test case.Reid Spencer
2007-05-12Add some types needed by the tests.Reid Spencer
2007-05-12Simplify test case.Reid Spencer
2007-05-12Make the output easier to validate.Reid Spencer
2007-05-12Add a new test case.Reid Spencer
2007-05-12Update for change in program output.Reid Spencer
2007-05-02Add some bit widths.Reid Spencer