Chris Lattner
|
7ecf56aec4
|
new c front-end testcase
llvm-svn: 25579
|
2006-01-24 05:01:39 +00:00 |
Chris Lattner
|
800ad5287c
|
make this work for Reid, who renamed his CVS module dir :)
llvm-svn: 25443
|
2006-01-19 06:49:46 +00:00 |
Chris Lattner
|
514a8f89d0
|
Ensure that the CFE always emits intrinsics in their unsigned version, not with signed operands
llvm-svn: 25390
|
2006-01-17 06:24:01 +00:00 |
Jim Laskey
|
2d7162aaf4
|
testcase for PR676: http://llvm.cs.uiuc.edu/PR676
llvm-svn: 25306
|
2006-01-14 00:29:48 +00:00 |
Chris Lattner
|
403a11ca8f
|
testcase for PR691
llvm-svn: 25298
|
2006-01-13 22:05:36 +00:00 |
Chris Lattner
|
6084664580
|
Modify this test to not depend on the host math.h implementation
llvm-svn: 25138
|
2006-01-07 01:37:25 +00:00 |
Chris Lattner
|
b0e9741022
|
New testcase for PR660
llvm-svn: 24601
|
2005-12-05 04:48:12 +00:00 |
Chris Lattner
|
7b43664aa0
|
testcase for PR664
llvm-svn: 24600
|
2005-12-05 03:22:46 +00:00 |
John Criswell
|
3bdbd3024b
|
Merged from RELEASE_16.
llvm-svn: 24243
|
2005-11-08 21:11:33 +00:00 |
Chris Lattner
|
38d7f2be4c
|
Testcase that crashes llvmgcc in type layout
llvm-svn: 23806
|
2005-10-19 00:52:21 +00:00 |
Chris Lattner
|
379dea1999
|
new testcase that crashes the CFE
llvm-svn: 23423
|
2005-09-24 20:54:33 +00:00 |
Chris Lattner
|
a88736647b
|
new testcase for PR630
llvm-svn: 23422
|
2005-09-24 08:38:28 +00:00 |
Chris Lattner
|
5ff606401b
|
Testcase for PR629
llvm-svn: 23401
|
2005-09-21 06:53:56 +00:00 |
Duraid Madina
|
a78635c1f0
|
fails since linux-itanium headers are Different
llvm-svn: 23326
|
2005-09-13 01:03:53 +00:00 |
Chris Lattner
|
7727bbfb06
|
New testcase for PR610
llvm-svn: 22545
|
2005-07-28 20:18:33 +00:00 |
Chris Lattner
|
f7100ad225
|
Testcase for PR607
llvm-svn: 22519
|
2005-07-26 22:08:53 +00:00 |
Chris Lattner
|
4e6c118b4d
|
If errno doesn't matter (e.g. in -ffast-math scenarios), sqrt* should be
compiled to llvm.sqrt.
llvm-svn: 22488
|
2005-07-21 01:09:27 +00:00 |
Chris Lattner
|
0c2be5094c
|
new testcase for PR580
llvm-svn: 22222
|
2005-06-15 22:42:53 +00:00 |
Chris Lattner
|
afcc1a854b
|
new testcase for PR562
llvm-svn: 21849
|
2005-05-10 22:32:29 +00:00 |
Chris Lattner
|
6ea3be51f8
|
new testcase
llvm-svn: 21756
|
2005-05-07 02:16:08 +00:00 |
Jeff Cohen
|
8047f13a88
|
Eliminate tabs and trailing spaces
llvm-svn: 21479
|
2005-04-23 21:26:11 +00:00 |
Reid Spencer
|
a3d4e04da8
|
Add the RUN: prefix to the start of the run line so this test doesn't fail.
BTW .. isn't the date on this funky? We haven't reachec 2005-05-09 yet???
llvm-svn: 21432
|
2005-04-22 02:49:25 +00:00 |
Chris Lattner
|
2de306ba83
|
make this harder
llvm-svn: 21201
|
2005-04-10 03:18:18 +00:00 |
Chris Lattner
|
d65632a9ca
|
oops add ~
llvm-svn: 21200
|
2005-04-10 03:07:25 +00:00 |
Chris Lattner
|
38b1ae75fc
|
new testcase for previously unsupported unary complex operators
llvm-svn: 21199
|
2005-04-10 03:06:27 +00:00 |
John Criswell
|
9f680da784
|
For Sparc, this xfails. I don't think sparc has the C99 complex data
type support.
llvm-svn: 20993
|
2005-04-01 23:16:23 +00:00 |
Chris Lattner
|
c2fdf33162
|
new testcase for __builtin_prefetch support.
llvm-svn: 20561
|
2005-03-11 06:14:23 +00:00 |
Chris Lattner
|
a93419c8df
|
new testcase reduced from the MultiSource/Applications/d failure last night.
llvm-svn: 20490
|
2005-03-06 19:40:19 +00:00 |
Chris Lattner
|
15ac102737
|
New testcase for PR533
llvm-svn: 20456
|
2005-03-05 18:47:28 +00:00 |
Chris Lattner
|
5042453bb8
|
Test that a global is marked constant when it can be.
llvm-svn: 20349
|
2005-02-27 18:19:26 +00:00 |
Chris Lattner
|
600420647f
|
Fix misspellings, patch contributed by Gabor Greif!
llvm-svn: 20341
|
2005-02-27 06:14:21 +00:00 |
Chris Lattner
|
8a8f9032c3
|
New testcase for PR522.
llvm-svn: 20259
|
2005-02-20 23:29:23 +00:00 |
Chris Lattner
|
ac4e5ef023
|
Remove this test. This test is already in PR269, so it should be
readded when the bug is fixed.
llvm-svn: 19722
|
2005-01-20 20:58:42 +00:00 |
Jeff Cohen
|
529d0068c8
|
Test fails on all platforms, not just linux
llvm-svn: 19405
|
2005-01-08 23:44:03 +00:00 |
Chris Lattner
|
588d9471f3
|
new testcase for PR481
llvm-svn: 19270
|
2005-01-03 04:39:16 +00:00 |
Chris Lattner
|
1859e90a1e
|
New testcase for PR487
llvm-svn: 19268
|
2005-01-03 04:15:11 +00:00 |
Chris Lattner
|
0982708a11
|
Testcase for PR494
llvm-svn: 19258
|
2005-01-02 21:11:11 +00:00 |
Reid Spencer
|
46f8f24f15
|
XFAIL this test everywhere.
llvm-svn: 19174
|
2004-12-29 03:17:30 +00:00 |
Reid Spencer
|
28d2ad3396
|
XFAIL this everywhere, the CFE doesn't support bitfield initialization.
llvm-svn: 19173
|
2004-12-29 03:16:40 +00:00 |
John Criswell
|
241011e6b0
|
Fix llvmgcc to use the TestRunner substition mechanism.
llvm-svn: 18634
|
2004-12-08 16:41:34 +00:00 |
John Criswell
|
02fa673e6f
|
xfail this across all platforms.
llvm-svn: 18633
|
2004-12-08 16:31:06 +00:00 |
Chris Lattner
|
59ed56e232
|
This fails due to the sun headers.
llvm-svn: 18510
|
2004-12-04 23:24:30 +00:00 |
Chris Lattner
|
bf3a546a5b
|
This is a c++ test
llvm-svn: 18394
|
2004-11-30 18:25:05 +00:00 |
Chris Lattner
|
d7f028e4e3
|
This was fixed with the recent tester changes.
llvm-svn: 18385
|
2004-11-30 16:48:26 +00:00 |
Chris Lattner
|
7a887d7c6c
|
New testcase for PR360
llvm-svn: 18296
|
2004-11-28 00:39:58 +00:00 |
Chris Lattner
|
fc19d3f070
|
New testcase for PR244
llvm-svn: 18294
|
2004-11-28 00:06:07 +00:00 |
Chris Lattner
|
9d63271caa
|
New testcase for PR424
llvm-svn: 18281
|
2004-11-27 19:44:07 +00:00 |
Chris Lattner
|
d0b3983275
|
New testcase for PR451
llvm-svn: 18236
|
2004-11-25 06:25:13 +00:00 |
Chris Lattner
|
0157ac2de4
|
These tests really are failing, do not let them accidentally be XPASS.
Note that apparently 'failing command | succeeding command' is a fail on
csh but not on sh. :(
llvm-svn: 18114
|
2004-11-22 19:11:40 +00:00 |
Tanya Lattner
|
f1e4bf5b66
|
Adding srcdir arg
llvm-svn: 18020
|
2004-11-19 22:45:25 +00:00 |