aboutsummaryrefslogtreecommitdiffstats
path: root/test/C++Frontend
Commit message (Collapse)AuthorAgeFilesLines
* New testcase that was not correctly handledChris Lattner2003-09-301-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8800 91177308-0d34-0410-b5e6-96231b3b80d8
* This bug is not fixed, but will be in the future eventuallyChris Lattner2003-09-301-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8799 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2003-09-301-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8798 91177308-0d34-0410-b5e6-96231b3b80d8
* Changed TestRunner test class so that it replaces %llvmgcc and %llvmgxxJohn Criswell2003-09-302-2/+2
| | | | | | | instead of %gcc and %gxx. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8792 91177308-0d34-0410-b5e6-96231b3b80d8
* Adjusted for the new TestRunner test class. This replaces %gcc and %g++ withJohn Criswell2003-09-302-2/+2
| | | | | | | the names of the LLVM C and C++ frontends, respectively. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8789 91177308-0d34-0410-b5e6-96231b3b80d8
* This makefile is completely wrong, don't even bother to keep itChris Lattner2003-09-301-4/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8786 91177308-0d34-0410-b5e6-96231b3b80d8
* These tests got moved to test/Programs/SingleSource/Regression/C++/EHChris Lattner2003-09-307-220/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8785 91177308-0d34-0410-b5e6-96231b3b80d8
* New fixed bug, distilled from 252.eonChris Lattner2003-09-301-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8761 91177308-0d34-0410-b5e6-96231b3b80d8
* update run commandChris Lattner2003-09-291-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8749 91177308-0d34-0410-b5e6-96231b3b80d8
* Simplify test, include problem analysisChris Lattner2003-09-291-3/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8747 91177308-0d34-0410-b5e6-96231b3b80d8
* Adding Makefiles for llvm/test/Programs/SingleSource/Regression/C++/EH andJohn Criswell2003-09-291-0/+4
| | | | | | | llvm/test/Programs/SingleSource/Regression/C++/CompileFail. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8745 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase, distilled by JohnChris Lattner2003-09-291-0/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8743 91177308-0d34-0410-b5e6-96231b3b80d8
* Removing these tests from the regressions directory.John Criswell2003-09-2621-358/+0
| | | | | | | | They now live in llvm/test/Programs/SingleSource/Regression alongside their UnitTest brethren. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8722 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase that crashes the C++ frontend, found by JohnChris Lattner2003-09-221-0/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8655 91177308-0d34-0410-b5e6-96231b3b80d8
* new old testcaseChris Lattner2003-09-171-0/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8574 91177308-0d34-0410-b5e6-96231b3b80d8
* Removing Makefiles. Regression tests are now run by QMTest.John Criswell2003-09-152-32/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8548 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for annoying structure layout stuff!Chris Lattner2003-08-311-0/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8252 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2003-08-291-0/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8218 91177308-0d34-0410-b5e6-96231b3b80d8
* NEw testcaseChris Lattner2003-08-291-0/+20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8199 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase, not only possible of causing compilation failures, but couldChris Lattner2003-08-291-0/+22
| | | | | | | also cause miscompilations! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8198 91177308-0d34-0410-b5e6-96231b3b80d8
* Add another testcase I found lying around.Chris Lattner2003-08-281-0/+23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8186 91177308-0d34-0410-b5e6-96231b3b80d8
* Add test for the last chapter of our C++ exception handling odyssey. llvmg++Chris Lattner2003-08-281-0/+55
| | | | | | | now fully supports all C++ exception handling functionality. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8185 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcases, all of which work with llvmg++!Chris Lattner2003-08-282-0/+76
| | | | | | | This tests exception specifications, and also adds an "easy" rethrow test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8183 91177308-0d34-0410-b5e6-96231b3b80d8
* Link to the C++ libraries. This is temporaryChris Lattner2003-08-281-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8182 91177308-0d34-0410-b5e6-96231b3b80d8
* Move the testcase elsewhereChris Lattner2003-08-271-25/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8165 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase. Unfortunately, native GCC gets this wrong. Someday we will ↵Chris Lattner2003-08-271-0/+25
| | | | | | have to figure out how to deal with this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8162 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcases, which WORK with LLVMG++ and the CBE.Chris Lattner2003-08-272-0/+53
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8158 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2003-08-241-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8138 91177308-0d34-0410-b5e6-96231b3b80d8
* Add outputChris Lattner2003-08-241-1/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8137 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2003-08-241-0/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8113 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase directoryChris Lattner2003-08-241-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8112 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove name, add body. Causes llvmg++ segfault!Chris Lattner2003-08-221-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8045 91177308-0d34-0410-b5e6-96231b3b80d8
* add commentChris Lattner2003-08-221-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8044 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2003-08-221-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8043 91177308-0d34-0410-b5e6-96231b3b80d8
* Simplify testcase even moreChris Lattner2003-08-201-4/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7991 91177308-0d34-0410-b5e6-96231b3b80d8
* New makefile for new directoryChris Lattner2003-08-201-0/+20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7990 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2003-08-201-0/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7989 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2003-08-201-0/+21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7988 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a testcase to ensure that ctor/dtor attributes work in CChris Lattner2003-06-261-0/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6919 91177308-0d34-0410-b5e6-96231b3b80d8
* Arg, sparc doesn't have correct things in math.h!Chris Lattner2003-06-171-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6729 91177308-0d34-0410-b5e6-96231b3b80d8
* Minor tweak to make testcase less simpleChris Lattner2003-06-161-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6710 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase identified by joelChris Lattner2003-06-161-0/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6709 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase identified by joelChris Lattner2003-06-161-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6708 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix final linking errorsChris Lattner2003-06-162-6/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6707 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix link errors by adding main'sChris Lattner2003-06-162-10/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6706 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix link problemChris Lattner2003-06-161-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6705 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcases for bugs and the new DAE passChris Lattner2003-06-163-0/+48
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6693 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2003-05-301-0/+21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6454 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase identified by Brian Gaeke. Gotta love GCC extensions. :(Chris Lattner2003-05-231-0/+20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6310 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix testcaseChris Lattner2003-05-221-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6299 91177308-0d34-0410-b5e6-96231b3b80d8