Chris Lattner
|
97e0aaaf51
|
new testcase
llvm-svn: 9815
|
2003-11-08 23:00:49 +00:00 |
|
Chris Lattner
|
9cb20e43cb
|
Add a dtor to ensure that they are called the right number of times.
llvm-svn: 9721
|
2003-11-05 05:31:24 +00:00 |
|
Chris Lattner
|
616346ebe4
|
NEw testcase
llvm-svn: 9720
|
2003-11-05 05:22:15 +00:00 |
|
Chris Lattner
|
c6ba8bc617
|
New testcase
llvm-svn: 9718
|
2003-11-05 01:36:49 +00:00 |
|
Chris Lattner
|
931d295504
|
The 'thefunc' function should not have weak linkage, it should have linkonce linkage.
llvm-svn: 9655
|
2003-11-02 06:30:39 +00:00 |
|
Chris Lattner
|
210cfb0bd4
|
New testcase which crashes the C++ FE
llvm-svn: 9534
|
2003-10-27 17:51:31 +00:00 |
|
Chris Lattner
|
520372242b
|
New testcase, fixed in the C++ frontend
llvm-svn: 9353
|
2003-10-21 21:33:18 +00:00 |
|
Chris Lattner
|
080cafcc0e
|
New testcase for C++ frontend crash
llvm-svn: 9192
|
2003-10-17 05:20:51 +00:00 |
|
Chris Lattner
|
aab98f79dc
|
New testcase that was not correctly handled
llvm-svn: 8800
|
2003-09-30 21:46:23 +00:00 |
|
Chris Lattner
|
7682227bd6
|
This bug is not fixed, but will be in the future eventually
llvm-svn: 8799
|
2003-09-30 21:31:25 +00:00 |
|
Chris Lattner
|
4c63db748c
|
new testcase
llvm-svn: 8798
|
2003-09-30 21:29:27 +00:00 |
|
John Criswell
|
9adadc67ec
|
Changed TestRunner test class so that it replaces %llvmgcc and %llvmgxx
instead of %gcc and %gxx.
llvm-svn: 8792
|
2003-09-30 19:56:36 +00:00 |
|
John Criswell
|
401e62f538
|
Adjusted for the new TestRunner test class. This replaces %gcc and %g++ with
the names of the LLVM C and C++ frontends, respectively.
llvm-svn: 8789
|
2003-09-30 19:28:26 +00:00 |
|
Chris Lattner
|
a8c0bd06d8
|
This makefile is completely wrong, don't even bother to keep it
llvm-svn: 8786
|
2003-09-30 18:59:24 +00:00 |
|
Chris Lattner
|
96d90d4f5a
|
These tests got moved to test/Programs/SingleSource/Regression/C++/EH
llvm-svn: 8785
|
2003-09-30 18:57:56 +00:00 |
|
Chris Lattner
|
556f12d3ce
|
New fixed bug, distilled from 252.eon
llvm-svn: 8761
|
2003-09-30 15:40:25 +00:00 |
|
Chris Lattner
|
e9cc8fc2fa
|
update run command
llvm-svn: 8749
|
2003-09-29 22:17:12 +00:00 |
|
Chris Lattner
|
58fbfa14a8
|
Simplify test, include problem analysis
llvm-svn: 8747
|
2003-09-29 21:53:04 +00:00 |
|
John Criswell
|
1ac2e6d226
|
Adding Makefiles for llvm/test/Programs/SingleSource/Regression/C++/EH and
llvm/test/Programs/SingleSource/Regression/C++/CompileFail.
llvm-svn: 8745
|
2003-09-29 21:34:49 +00:00 |
|
Chris Lattner
|
24cb913891
|
New testcase, distilled by John
llvm-svn: 8743
|
2003-09-29 21:18:36 +00:00 |
|
John Criswell
|
ec067ed81a
|
Removing these tests from the regressions directory.
They now live in llvm/test/Programs/SingleSource/Regression alongside their
UnitTest brethren.
llvm-svn: 8722
|
2003-09-26 14:58:39 +00:00 |
|
Chris Lattner
|
a49eeeece4
|
new testcase that crashes the C++ frontend, found by John
llvm-svn: 8655
|
2003-09-22 18:27:20 +00:00 |
|
Chris Lattner
|
6f8d60ccf2
|
new old testcase
llvm-svn: 8574
|
2003-09-17 05:00:56 +00:00 |
|
John Criswell
|
5cbd25ea1d
|
Removing Makefiles. Regression tests are now run by QMTest.
llvm-svn: 8548
|
2003-09-15 20:21:38 +00:00 |
|
Chris Lattner
|
488e273422
|
New testcase for annoying structure layout stuff!
llvm-svn: 8252
|
2003-08-31 06:53:05 +00:00 |
|
Chris Lattner
|
3d0e4a99ec
|
New testcase
llvm-svn: 8218
|
2003-08-29 16:00:19 +00:00 |
|
Chris Lattner
|
4fb9814f05
|
NEw testcase
llvm-svn: 8199
|
2003-08-29 00:29:55 +00:00 |
|
Chris Lattner
|
03e444c960
|
New testcase, not only possible of causing compilation failures, but could
also cause miscompilations!
llvm-svn: 8198
|
2003-08-29 00:03:45 +00:00 |
|
Chris Lattner
|
b045389650
|
Add another testcase I found lying around.
llvm-svn: 8186
|
2003-08-28 20:33:46 +00:00 |
|
Chris Lattner
|
d105e0d5fd
|
Add test for the last chapter of our C++ exception handling odyssey. llvmg++
now fully supports all C++ exception handling functionality.
llvm-svn: 8185
|
2003-08-28 20:32:36 +00:00 |
|
Chris Lattner
|
eb133d331c
|
New testcases, all of which work with llvmg++!
This tests exception specifications, and also adds an "easy" rethrow test.
llvm-svn: 8183
|
2003-08-28 19:57:53 +00:00 |
|
Chris Lattner
|
735129a531
|
Link to the C++ libraries. This is temporary
llvm-svn: 8182
|
2003-08-28 19:57:14 +00:00 |
|
Chris Lattner
|
8b65c87099
|
Move the testcase elsewhere
llvm-svn: 8165
|
2003-08-27 19:06:04 +00:00 |
|
Chris Lattner
|
ca65067ff8
|
New testcase. Unfortunately, native GCC gets this wrong. Someday we will have to figure out how to deal with this.
llvm-svn: 8162
|
2003-08-27 18:19:53 +00:00 |
|
Chris Lattner
|
acf9c4a442
|
New testcases, which WORK with LLVMG++ and the CBE.
llvm-svn: 8158
|
2003-08-27 04:57:33 +00:00 |
|
Chris Lattner
|
e16f66a7e4
|
New testcase
llvm-svn: 8138
|
2003-08-24 20:23:21 +00:00 |
|
Chris Lattner
|
352ed0b9f0
|
Add output
llvm-svn: 8137
|
2003-08-24 20:19:49 +00:00 |
|
Chris Lattner
|
749944ac8a
|
New testcase
llvm-svn: 8113
|
2003-08-24 12:30:51 +00:00 |
|
Chris Lattner
|
682e37350d
|
New testcase directory
llvm-svn: 8112
|
2003-08-24 12:27:53 +00:00 |
|
Chris Lattner
|
01800ef0ae
|
Remove name, add body. Causes llvmg++ segfault!
llvm-svn: 8045
|
2003-08-22 04:36:12 +00:00 |
|
Chris Lattner
|
320579f1a6
|
add comment
llvm-svn: 8044
|
2003-08-22 04:31:24 +00:00 |
|
Chris Lattner
|
3a124f3c34
|
new testcase
llvm-svn: 8043
|
2003-08-22 04:13:13 +00:00 |
|
Chris Lattner
|
ca386ad6d8
|
Simplify testcase even more
llvm-svn: 7991
|
2003-08-20 20:36:09 +00:00 |
|
Chris Lattner
|
131c891918
|
New makefile for new directory
llvm-svn: 7990
|
2003-08-20 20:24:16 +00:00 |
|
Chris Lattner
|
8a5fd6ec0b
|
new testcase
llvm-svn: 7989
|
2003-08-20 20:24:09 +00:00 |
|
Chris Lattner
|
efbb117a4a
|
new testcase
llvm-svn: 7988
|
2003-08-20 19:48:18 +00:00 |
|
Chris Lattner
|
2fec73e216
|
Add a testcase to ensure that ctor/dtor attributes work in C
llvm-svn: 6919
|
2003-06-26 14:56:36 +00:00 |
|
Chris Lattner
|
91ada7bbb3
|
Arg, sparc doesn't have correct things in math.h!
llvm-svn: 6729
|
2003-06-17 00:03:56 +00:00 |
|
Chris Lattner
|
b8f2866a26
|
Minor tweak to make testcase less simple
llvm-svn: 6710
|
2003-06-16 14:04:18 +00:00 |
|
Chris Lattner
|
38dd52de8e
|
New testcase identified by joel
llvm-svn: 6709
|
2003-06-16 13:33:59 +00:00 |
|