Age | Commit message (Expand) | Author |
2011-08-20 | Remove the rest of the files in FrontendC++ and the directory itself. | Eric Christopher |
2011-08-20 | Remove migrated or obsolete tests. | Eric Christopher |
2011-08-19 | Remove migrated or obsolete tests. | Eric Christopher |
2011-08-19 | Remove obsolete test. | Eric Christopher |
2011-08-19 | Remove migrated test. | Eric Christopher |
2011-08-19 | Remove obsolete or migrated tests. | Eric Christopher |
2011-08-19 | Remove tests migrated to clang. | Eric Christopher |
2011-08-19 | Remove previously migrated test. | Eric Christopher |
2011-08-19 | Remove tests migrated to clang or are unnecessary. | Eric Christopher |
2011-08-19 | Remove this test. The feature and test have already been migrated to clang. | Eric Christopher |
2011-08-19 | Remove tests migrated to clang. | Eric Christopher |
2011-08-19 | Remove 2009-09-04-modify-crash.cpp as clang doesn't support 32-bit kext. | Eric Christopher |
2011-08-19 | Remove migrated tests. | Eric Christopher |
2011-08-19 | Remove migrated test. | Eric Christopher |
2011-08-19 | Remove this test. There are other, duplicates, in the clang test suite. | Eric Christopher |
2011-08-19 | Move 2010-03-22-empty-baseclass.cpp from a frontend+opt test to just | Eric Christopher |
2011-08-17 | Fix test case. | Devang Patel |
2011-08-17 | Robustify test. | Devang Patel |
2011-08-16 | Remove tests that have been obsoleted or migrated to clang/optimizer tests. | Eric Christopher |
2011-08-13 | Fix test. | Eli Friedman |
2011-07-28 | Due to changes coming from the new LLVM type system, you now get | Duncan Sands |
2011-06-03 | Remove testcase. It's problematic for the buildbots. | Bill Wendling |
2011-06-03 | Accomodate front-ends which use private instead of internal here. | Bill Wendling |
2011-06-02 | This should have been a C++ testcase. | Bill Wendling |
2011-05-06 | Pass -disable-cfi to llc. | Rafael Espindola |
2011-05-03 | Pass --disable-cfi to llc. | Rafael Espindola |
2011-04-18 | Remove test to check line numbers. There are other numerous tests in our test... | Devang Patel |
2011-02-09 | remove a small scattering of basically pointless tests. These are | Chris Lattner |
2011-02-09 | remove a broken test, this is matching nounwind on intrinsics, not the old un... | Chris Lattner |
2011-02-01 | Remove stale test that has never worked, afaik. | Devang Patel |
2010-12-02 | This test dates from the time when llvm-gcc had problems if two types were | Duncan Sands |
2010-11-25 | Remove explicit uses of -emit-llvm, the test infrastructure adds it | Duncan Sands |
2010-11-25 | Judging from the comment, the system assembler is supposed to assemble | Duncan Sands |
2010-09-29 | Generalize DISubprogram element to encode various flags instead of just one b... | Devang Patel |
2010-08-31 | Reapply r112623. Included additional check for unused byval argument. | Devang Patel |
2010-08-31 | Revert r112623. It is causing self host build failures. | Devang Patel |
2010-08-31 | Remember byval argument's frame index during argument lowering and use this i... | Devang Patel |
2010-07-27 | Update tests to not rely on input file's absolute path. | Devang Patel |
2010-07-23 | Test case to insure template function declaration refers to correct filename.... | Stuart Hastings |
2010-07-19 | Testcase for 108732 (8195660). | Dale Johannesen |
2010-06-23 | Less incorrect handling of zero-length bitfields. Radars 7992077 and 8093043. | Stuart Hastings |
2010-06-22 | Corresponding test changes for r106564. | Bill Wendling |
2010-06-21 | test case for r106438. | Devang Patel |
2010-06-11 | Support for nested functions/classes in debug output. (Again.) Radar 7424645. | Stuart Hastings |
2010-06-07 | Tweak test for debug/metadata change, update to FileCheck. Radar 7424645. | Stuart Hastings |
2010-06-05 | Revert 105492 & 105493 due to a testcase regression. Radar 7424645. | Stuart Hastings |
2010-06-04 | Support for nested functions/classes in debug output. Radar 7424645. | Stuart Hastings |
2010-05-28 | Revert 104841, 104842, 104876 due to buildbot failures. Radar 7424645. | Stuart Hastings |
2010-05-27 | Support for nested functions/classes in debug output. Radar 7424645. | Stuart Hastings |
2010-05-20 | Match "4" or "8" depending upon if it's 32- or 64-bit. | Bill Wendling |