Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the rest of the files in FrontendC++ and the directory itself. | Eric Christopher | 2011-08-20 | 8 | -131/+0 |
| | | | | | | All tests have been updated and migrated into clang or were obsolete. llvm-svn: 138165 | ||||
* | Remove migrated or obsolete tests. | Eric Christopher | 2011-08-20 | 11 | -162/+0 |
| | | | | llvm-svn: 138156 | ||||
* | Remove migrated or obsolete tests. | Eric Christopher | 2011-08-19 | 17 | -297/+0 |
| | | | | llvm-svn: 138149 | ||||
* | Remove obsolete test. | Eric Christopher | 2011-08-19 | 1 | -22/+0 |
| | | | | llvm-svn: 138141 | ||||
* | Remove migrated test. | Eric Christopher | 2011-08-19 | 1 | -14/+0 |
| | | | | llvm-svn: 138140 | ||||
* | Remove obsolete or migrated tests. | Eric Christopher | 2011-08-19 | 20 | -570/+0 |
| | | | | llvm-svn: 138135 | ||||
* | Remove tests migrated to clang. | Eric Christopher | 2011-08-19 | 1 | -14/+0 |
| | | | | llvm-svn: 138121 | ||||
* | Remove previously migrated test. | Eric Christopher | 2011-08-19 | 1 | -6/+0 |
| | | | | llvm-svn: 138120 | ||||
* | Remove tests migrated to clang or are unnecessary. | Eric Christopher | 2011-08-19 | 8 | -583/+0 |
| | | | | llvm-svn: 138115 | ||||
* | Remove this test. The feature and test have already been migrated to clang. | Eric Christopher | 2011-08-19 | 1 | -8/+0 |
| | | | | llvm-svn: 138101 | ||||
* | Remove tests migrated to clang. | Eric Christopher | 2011-08-19 | 7 | -101/+0 |
| | | | | llvm-svn: 138100 | ||||
* | Remove 2009-09-04-modify-crash.cpp as clang doesn't support 32-bit kext. | Eric Christopher | 2011-08-19 | 1 | -7/+0 |
| | | | | llvm-svn: 138087 | ||||
* | Remove migrated tests. | Eric Christopher | 2011-08-19 | 2 | -61/+0 |
| | | | | llvm-svn: 138086 | ||||
* | Remove migrated test. | Eric Christopher | 2011-08-19 | 1 | -16/+0 |
| | | | | llvm-svn: 138085 | ||||
* | Remove this test. There are other, duplicates, in the clang test suite. | Eric Christopher | 2011-08-19 | 1 | -21/+0 |
| | | | | llvm-svn: 138084 | ||||
* | Move 2010-03-22-empty-baseclass.cpp from a frontend+opt test to just | Eric Christopher | 2011-08-19 | 1 | -134/+0 |
| | | | | | | an opt test. llvm-svn: 138082 | ||||
* | Fix test case. | Devang Patel | 2011-08-17 | 1 | -1/+2 |
| | | | | llvm-svn: 137847 | ||||
* | Robustify test. | Devang Patel | 2011-08-17 | 1 | -4/+8 |
| | | | | llvm-svn: 137845 | ||||
* | Remove tests that have been obsoleted or migrated to clang/optimizer tests. | Eric Christopher | 2011-08-16 | 19 | -499/+0 |
| | | | | llvm-svn: 137775 | ||||
* | Fix test. | Eli Friedman | 2011-08-13 | 1 | -1/+1 |
| | | | | llvm-svn: 137556 | ||||
* | Due to changes coming from the new LLVM type system, you now get | Duncan Sands | 2011-07-28 | 1 | -1/+2 |
| | | | | | | | bitcasts in this test rather than getelementptr instructions; llvm-gcc produces two bitcasts, clang produces one. llvm-svn: 136349 | ||||
* | Remove testcase. It's problematic for the buildbots. | Bill Wendling | 2011-06-03 | 1 | -93/+0 |
| | | | | llvm-svn: 132589 | ||||
* | Accomodate front-ends which use private instead of internal here. | Bill Wendling | 2011-06-03 | 1 | -1/+1 |
| | | | | llvm-svn: 132575 | ||||
* | This should have been a C++ testcase. | Bill Wendling | 2011-06-02 | 1 | -0/+93 |
| | | | | llvm-svn: 132504 | ||||
* | Pass -disable-cfi to llc. | Rafael Espindola | 2011-05-06 | 1 | -1/+1 |
| | | | | llvm-svn: 130999 | ||||
* | Pass --disable-cfi to llc. | Rafael Espindola | 2011-05-03 | 3 | -3/+3 |
| | | | | llvm-svn: 130754 | ||||
* | Remove test to check line numbers. There are other numerous tests in our ↵ | Devang Patel | 2011-04-18 | 1 | -27/+0 |
| | | | | | | test harness to check line number information. llvm-svn: 129725 | ||||
* | remove a small scattering of basically pointless tests. These are | Chris Lattner | 2011-02-09 | 19 | -260/+0 |
| | | | | | | | all covered by llvm-test, which is what they were reduced from back in 2003. llvm-svn: 125189 | ||||
* | remove a broken test, this is matching nounwind on intrinsics, not the old ↵ | Chris Lattner | 2011-02-09 | 1 | -10/+0 |
| | | | | | | unwind instruction llvm-svn: 125188 | ||||
* | Remove stale test that has never worked, afaik. | Devang Patel | 2011-02-01 | 1 | -60/+0 |
| | | | | llvm-svn: 124635 | ||||
* | This test dates from the time when llvm-gcc had problems if two types were | Duncan Sands | 2010-12-02 | 1 | -12/+0 |
| | | | | | | | | | | | named the same, so it had to qualify type names according to the enclosing scope to ensure uniqueness. This is no longer needed for correctness (though it may be helpful when reading the IR), so this test has lost its importance. Zap it because dragonegg will never be able to produce the qualified type name since modern gcc zaps language specific info (such as whether a type is nested inside another - needed to get X::Y here) before dragonegg is reached. llvm-svn: 120721 | ||||
* | Remove explicit uses of -emit-llvm, the test infrastructure adds it | Duncan Sands | 2010-11-25 | 47 | -63/+63 |
| | | | | | | | | automatically. Use -S with llvm-gcc rather than -c, so tests can work when llvm-gcc is really dragonegg (which can output IR with -S but not -c). llvm-svn: 120160 | ||||
* | Judging from the comment, the system assembler is supposed to assemble | Duncan Sands | 2010-11-25 | 1 | -1/+1 |
| | | | | | | | | the output of this test. Since it was producing bitcode, that clearly wasn't happening! Have it produce target assembler and assemble that instead. llvm-svn: 120159 | ||||
* | Generalize DISubprogram element to encode various flags instead of just one ↵ | Devang Patel | 2010-09-29 | 1 | -2/+2 |
| | | | | | | | | boolean for isArtificial. This is a backword compatible change. llvm-svn: 115084 | ||||
* | Reapply r112623. Included additional check for unused byval argument. | Devang Patel | 2010-08-31 | 1 | -0/+53 |
| | | | | llvm-svn: 112659 | ||||
* | Revert r112623. It is causing self host build failures. | Devang Patel | 2010-08-31 | 1 | -53/+0 |
| | | | | llvm-svn: 112631 | ||||
* | Remember byval argument's frame index during argument lowering and use this ↵ | Devang Patel | 2010-08-31 | 1 | -0/+53 |
| | | | | | | | | info to emit debug info. Fixes Radar 8367011. llvm-svn: 112623 | ||||
* | Update tests to not rely on input file's absolute path. | Devang Patel | 2010-07-27 | 2 | -3/+3 |
| | | | | llvm-svn: 109521 | ||||
* | Test case to insure template function declaration refers to correct ↵ | Stuart Hastings | 2010-07-23 | 1 | -0/+86 |
| | | | | | | filename. Radar 8063111. llvm-svn: 109258 | ||||
* | Testcase for 108732 (8195660). | Dale Johannesen | 2010-07-19 | 1 | -0/+21 |
| | | | | llvm-svn: 108733 | ||||
* | Less incorrect handling of zero-length bitfields. Radars 7992077 and 8093043. | Stuart Hastings | 2010-06-23 | 2 | -0/+25 |
| | | | | llvm-svn: 106611 | ||||
* | Corresponding test changes for r106564. | Bill Wendling | 2010-06-22 | 1 | -4/+4 |
| | | | | llvm-svn: 106569 | ||||
* | test case for r106438. | Devang Patel | 2010-06-21 | 1 | -0/+13 |
| | | | | llvm-svn: 106439 | ||||
* | Support for nested functions/classes in debug output. (Again.) Radar 7424645. | Stuart Hastings | 2010-06-11 | 1 | -1/+3 |
| | | | | llvm-svn: 105828 | ||||
* | Tweak test for debug/metadata change, update to FileCheck. Radar 7424645. | Stuart Hastings | 2010-06-07 | 1 | -2/+3 |
| | | | | llvm-svn: 105559 | ||||
* | Revert 105492 & 105493 due to a testcase regression. Radar 7424645. | Stuart Hastings | 2010-06-05 | 1 | -3/+1 |
| | | | | llvm-svn: 105511 | ||||
* | Support for nested functions/classes in debug output. Radar 7424645. | Stuart Hastings | 2010-06-04 | 1 | -1/+3 |
| | | | | llvm-svn: 105492 | ||||
* | Revert 104841, 104842, 104876 due to buildbot failures. Radar 7424645. | Stuart Hastings | 2010-05-28 | 1 | -3/+1 |
| | | | | llvm-svn: 104953 | ||||
* | Support for nested functions/classes in debug output. Radar 7424645. | Stuart Hastings | 2010-05-27 | 1 | -1/+3 |
| | | | | llvm-svn: 104841 | ||||
* | Match "4" or "8" depending upon if it's 32- or 64-bit. | Bill Wendling | 2010-05-20 | 1 | -2/+2 |
| | | | | llvm-svn: 104196 |