summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/C++Frontend
Commit message (Collapse)AuthorAgeFilesLines
...
* foo bug291 bar PR 291Chris Lattner2004-03-161-1/+0
| | | | llvm-svn: 12430
* PR291Chris Lattner2004-03-161-0/+1
| | | | | | Bug 291! llvm-svn: 12429
* // Testcase from Bug 291Chris Lattner2004-03-161-0/+11
| | | | llvm-svn: 12428
* New testcase for PR276: llvm-g++ does not mangle method names that match ↵Chris Lattner2004-03-091-0/+8
| | | | | | stdlib function names llvm-svn: 12265
* Checkin testcase for PR261Chris Lattner2004-03-091-0/+19
| | | | llvm-svn: 12249
* Testcase for PR204Chris Lattner2004-01-121-0/+6
| | | | llvm-svn: 10769
* New testcase for PR165Chris Lattner2003-12-081-0/+10
| | | | llvm-svn: 10314
* Testcase for duplicated cleanup work (PR11). Note that this testcase is not ↵Chris Lattner2003-11-291-0/+39
| | | | | | | | | actually tested automatically, so it is practically useless. However, it seemed silly to throw away my testcase, so here it is. llvm-svn: 10253
* Testcase for PR160Chris Lattner2003-11-281-0/+26
| | | | llvm-svn: 10247
* testcase for PR 148Chris Lattner2003-11-251-0/+10
| | | | llvm-svn: 10206
* Fix0r a test that mistakenly used %llvmg++ instead of %llvmgxx.Brian Gaeke2003-11-201-1/+1
| | | | llvm-svn: 10118
* new testcase for PR126Chris Lattner2003-11-181-0/+13
| | | | llvm-svn: 10072
* New testcase for PR125Chris Lattner2003-11-181-0/+12
| | | | llvm-svn: 10071
* Testcase for PR128Chris Lattner2003-11-181-0/+12
| | | | llvm-svn: 10070
* New testcaseChris Lattner2003-11-091-0/+20
| | | | llvm-svn: 9829
* new testcaseChris Lattner2003-11-081-0/+10
| | | | llvm-svn: 9815
* Add a dtor to ensure that they are called the right number of times.Chris Lattner2003-11-051-0/+1
| | | | llvm-svn: 9721
* NEw testcaseChris Lattner2003-11-051-0/+9
| | | | llvm-svn: 9720
* New testcaseChris Lattner2003-11-051-0/+9
| | | | llvm-svn: 9718
* The 'thefunc' function should not have weak linkage, it should have linkonce ↵Chris Lattner2003-11-021-0/+12
| | | | | | linkage. llvm-svn: 9655
* New testcase which crashes the C++ FEChris Lattner2003-10-271-0/+15
| | | | llvm-svn: 9534
* New testcase, fixed in the C++ frontendChris Lattner2003-10-211-0/+12
| | | | llvm-svn: 9353
* New testcase for C++ frontend crashChris Lattner2003-10-171-0/+9
| | | | llvm-svn: 9192
* New testcase that was not correctly handledChris Lattner2003-09-301-0/+8
| | | | llvm-svn: 8800
* This bug is not fixed, but will be in the future eventuallyChris Lattner2003-09-301-0/+10
| | | | llvm-svn: 8799
* new testcaseChris Lattner2003-09-301-0/+8
| | | | llvm-svn: 8798
* Changed TestRunner test class so that it replaces %llvmgcc and %llvmgxxJohn Criswell2003-09-302-2/+2
| | | | | | instead of %gcc and %gxx. llvm-svn: 8792
* 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. llvm-svn: 8789
* This makefile is completely wrong, don't even bother to keep itChris Lattner2003-09-301-4/+0
| | | | llvm-svn: 8786
* These tests got moved to test/Programs/SingleSource/Regression/C++/EHChris Lattner2003-09-307-220/+0
| | | | llvm-svn: 8785
* New fixed bug, distilled from 252.eonChris Lattner2003-09-301-0/+10
| | | | llvm-svn: 8761
* update run commandChris Lattner2003-09-291-1/+1
| | | | llvm-svn: 8749
* Simplify test, include problem analysisChris Lattner2003-09-291-3/+7
| | | | llvm-svn: 8747
* Adding Makefiles for llvm/test/Programs/SingleSource/Regression/C++/EH andJohn Criswell2003-09-291-0/+4
| | | | | | llvm/test/Programs/SingleSource/Regression/C++/CompileFail. llvm-svn: 8745
* New testcase, distilled by JohnChris Lattner2003-09-291-0/+11
| | | | llvm-svn: 8743
* 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. llvm-svn: 8722
* new testcase that crashes the C++ frontend, found by JohnChris Lattner2003-09-221-0/+9
| | | | llvm-svn: 8655
* new old testcaseChris Lattner2003-09-171-0/+14
| | | | llvm-svn: 8574
* Removing Makefiles. Regression tests are now run by QMTest.John Criswell2003-09-152-32/+0
| | | | llvm-svn: 8548
* New testcase for annoying structure layout stuff!Chris Lattner2003-08-311-0/+14
| | | | llvm-svn: 8252
* New testcaseChris Lattner2003-08-291-0/+13
| | | | llvm-svn: 8218
* NEw testcaseChris Lattner2003-08-291-0/+20
| | | | llvm-svn: 8199
* New testcase, not only possible of causing compilation failures, but couldChris Lattner2003-08-291-0/+22
| | | | | | also cause miscompilations! llvm-svn: 8198
* Add another testcase I found lying around.Chris Lattner2003-08-281-0/+23
| | | | llvm-svn: 8186
* 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. llvm-svn: 8185
* 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. llvm-svn: 8183
* Link to the C++ libraries. This is temporaryChris Lattner2003-08-281-0/+2
| | | | llvm-svn: 8182
* Move the testcase elsewhereChris Lattner2003-08-271-25/+0
| | | | llvm-svn: 8165
* 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. llvm-svn: 8162
* New testcases, which WORK with LLVMG++ and the CBE.Chris Lattner2003-08-272-0/+53
| | | | llvm-svn: 8158
OpenPOWER on IntegriCloud