Age | Commit message (Expand) | Author |
2009-11-17 | Remove unnecessary &&s. | Daniel Dunbar |
2009-11-17 | Added block type introspection support. | David Chisnall |
2009-11-17 | Don't #include <stdio.h> when tests don't need it, or use clang instead of cl... | Daniel Dunbar |
2009-11-17 | Remove some redundant tests. | Daniel Dunbar |
2009-11-17 | Add -fblocks, -stack-protector, and -fobjc-nonfragile-abi defaulting to driver, | Daniel Dunbar |
2009-11-17 | Fix tests after enabling -split-phi-edges. | Jakob Stoklund Olesen |
2009-11-17 | PR5526: Make sure to set the right cast kinds for the inserted implicit casts. | Eli Friedman |
2009-11-14 | Make __func__ and friends work correctly within the initializer for a static | Eli Friedman |
2009-11-13 | Obvious fix for PR5474. | Eli Friedman |
2009-11-11 | And now a test fix in +Asserts mode, which I broke. | Daniel Dunbar |
2009-11-11 | Fix some tests in -Asserts mode. | Daniel Dunbar |
2009-11-09 | Enable the use of the new llvm objectsize intrinsic. | Mike Stump |
2009-11-08 | Remove RUN: true lines. | Daniel Dunbar |
2009-11-08 | Eliminate &&s in tests. | Daniel Dunbar |
2009-11-07 | commit test update | Chris Lattner |
2009-11-07 | MIPS linkage name confuses gdb here. Generate and test DW_AT_name here. | Devang Patel |
2009-11-03 | Test case for recent checkin. | Mike Stump |
2009-11-03 | Switch XFAIL format to match LLVM. | Daniel Dunbar |
2009-10-31 | Add missing colons for FileCheck. | Benjamin Kramer |
2009-10-29 | Fix one more bug with __builtin_object_size. | Mike Stump |
2009-10-29 | Add yet more testcases. | Mike Stump |
2009-10-29 | Add some more testcases. | Mike Stump |
2009-10-29 | make clang emit undefs for padding of structs and unions instead of zeros. th... | Nuno Lopes |
2009-10-29 | make this interpretable. | Chris Lattner |
2009-10-29 | make this more interesting, test the static const array. | Chris Lattner |
2009-10-28 | Mangle based on the declaration we're given, not the canonical | Douglas Gregor |
2009-10-27 | Set OptimizeForSize LLVM function attribute with -Os. | Daniel Dunbar |
2009-10-27 | Convert test to FileCheck. | Daniel Dunbar |
2009-10-27 | Make test independent of darwin system headers. | Benjamin Kramer |
2009-10-26 | __builtin_object_size refinements. Also handle stack based objects. WIP. | Mike Stump |
2009-10-26 | __builtin_object_size refinements. When we run out of object, be sure | Mike Stump |
2009-10-26 | Convert a few tests to FileCheck for PR5307. | Edward O'Callaghan |
2009-10-26 | __builtin_object_size refinements. WIP. | Mike Stump |
2009-10-23 | Add radar number. | Mike Stump |
2009-10-23 | Fixup the return type of functions. | Mike Stump |
2009-10-21 | Force triple; this test was failing on non-darwin platforms due to different | Benjamin Kramer |
2009-10-20 | Encode global variable name in debug info. | Devang Patel |
2009-10-18 | Add test for OpenCL vector initializer codegen | Nate Begeman |
2009-10-17 | daniel really wants this in the testsuite. | Chris Lattner |
2009-10-15 | Sorry! Accidentally checked in experimental change. | John Thompson |
2009-10-15 | Make this at least compile. | Mike Stump |
2009-10-15 | Removed math.h include, as Windows math.h has a compile error. | John Thompson |
2009-10-14 | fix some cfstring related issues: | Chris Lattner |
2009-10-13 | Teach sema and codegen about the difference between address of labels, | Chris Lattner |
2009-10-13 | merge an indirect goto test into statements, add another | Chris Lattner |
2009-10-13 | fix PR4938 by recognizing % as a modifier on outputs, | Chris Lattner |
2009-10-12 | Disable tests that check debug info intrinsic. This does not work if debug in... | Devang Patel |
2009-10-08 | Speed up testing by avoiding stdio.h, also helps testing on windows. | Mike Stump |
2009-10-08 | In VC++, the *printf functions put an extra "0" in the exponent part | Mike Stump |
2009-10-08 | Convert some tests to FileCheck to be more portable. Patch by John Thompson. | Mike Stump |