summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/C++Frontend
Commit message (Collapse)AuthorAgeFilesLines
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-1760-988/+0
| | | | llvm-svn: 33296
* PR1085 is fixed now.Reid Spencer2007-01-091-1/+0
| | | | llvm-svn: 33029
* XFAIL this test until PR1085 mystery is resolved.Reid Spencer2007-01-081-0/+1
| | | | llvm-svn: 33019
* Testcase for PR1085Chris Lattner2007-01-071-0/+50
| | | | llvm-svn: 32968
* New testcase for PR1084Chris Lattner2007-01-071-0/+75
| | | | llvm-svn: 32967
* For PR950:Reid Spencer2006-12-311-2/+2
| | | | | | | | | | | | | | | | | | | | | | Update the test suite to accommodate the change from signed integer types to signless integer types. The changes were of only a few kinds: 1. Make sure llvm-upgrade is run on the source which does the bulk of the changes automatically. 2. Change things like "grep 'int'" to "grep 'i32'" 3. In several tests bitcasting caused the same name to be reused in the same type plane. These had to be manually fixed. The fix was (generally) to leave the bitcast and provide the instruction with a new name. This should not affect the semantics of the test. In a few cases, the bitcasts were known to be superfluous and irrelevant to the test case so they were removed. 4. One test case uses a bytecode file which needed to be updated to the latest bytecode format. llvm-svn: 32789
* new testcase for PR1027Chris Lattner2006-12-011-0/+27
| | | | llvm-svn: 32063
* Should be xfailed for llvmgcc4 and NOT *. * means all platforms regardless ↵Tanya Lattner2006-11-081-1/+1
| | | | | | of what llvmgcc you use. llvm-svn: 31577
* Should be xfailed for llvm-gcc3.4Tanya Lattner2006-11-081-0/+1
| | | | llvm-svn: 31568
* xfail this for the 1.9 release. This is PR984.Chris Lattner2006-11-051-0/+1
| | | | llvm-svn: 31471
* new testcaseChris Lattner2006-10-311-0/+16
| | | | llvm-svn: 31307
* Make sure C++ protection shows up in debug infoJim Laskey2006-09-271-0/+13
| | | | llvm-svn: 30626
* Use "%llvmgxx" instead of "llvm-g++".Bill Wendling2006-09-222-2/+2
| | | | llvm-svn: 30580
* Testcase that crashes the C++ FE.Chris Lattner2006-09-121-0/+28
| | | | llvm-svn: 30273
* (indirect) test for the __builtin_powi builtin which we now support.Chris Lattner2006-09-091-0/+7
| | | | llvm-svn: 30224
* Another case where a dead cast was causing the test to spuriouslyChris Lattner2006-04-131-1/+1
| | | | | | fail with the new front-end. llvm-svn: 27663
* Don't get confused by dead casts.Chris Lattner2006-04-132-2/+2
| | | | llvm-svn: 27662
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-121-1/+1
| | | | llvm-svn: 27635
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-231-0/+3
| | | | | | | | with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up about known output from running "make check". llvm-svn: 27009
* Add a RUN: line so this test doesn't fail.Reid Spencer2006-03-161-1/+1
| | | | llvm-svn: 26790
* new regression testChris Lattner2006-03-061-0/+24
| | | | llvm-svn: 26579
* testcase that crashed the new CFEChris Lattner2006-03-011-0/+14
| | | | llvm-svn: 26465
* new testcase for PR602Chris Lattner2005-07-211-0/+14
| | | | llvm-svn: 22495
* Eliminate tabs and trailing spacesJeff Cohen2005-04-232-5/+5
| | | | llvm-svn: 21479
* Remove trailing whitespaceMisha Brukman2005-04-2110-33/+33
| | | | llvm-svn: 21427
* New testcase for PR529Chris Lattner2005-02-271-0/+8
| | | | llvm-svn: 20356
* new testcase for PR523Chris Lattner2005-02-211-0/+11
| | | | llvm-svn: 20261
* Testcase for PR520Chris Lattner2005-02-191-0/+22
| | | | llvm-svn: 20248
* Adjust this test to pass after recent CFE changes. We now generate:Chris Lattner2005-02-191-1/+1
| | | | | | | | %XX = global int cast (int* getelementptr ([2 x int]* getelementptr (%struct.S* null, int 0, uint 0), int 0, int 1) to int) which is the literal translation of the testcase :) llvm-svn: 20247
* Make this testcase harder, to test the read case as well.Chris Lattner2005-02-191-0/+3
| | | | llvm-svn: 20245
* new testcase.Chris Lattner2005-02-191-0/+11
| | | | llvm-svn: 20244
* New testcase for PR510.Chris Lattner2005-02-151-0/+11
| | | | llvm-svn: 20189
* new testcase for PR509Chris Lattner2005-02-141-0/+9
| | | | llvm-svn: 20171
* This test is invalidChris Lattner2005-02-121-12/+0
| | | | llvm-svn: 20131
* New testcase for PR501Chris Lattner2005-02-111-0/+32
| | | | llvm-svn: 20117
* Add a testcase to check that initializer that CAN be evaluated statically ARE.Chris Lattner2005-01-031-0/+8
| | | | | | These used to result in dynamic initializations. llvm-svn: 19278
* This test passes on all platformsChris Lattner2004-12-041-1/+0
| | | | llvm-svn: 18509
* Move this from the C test suiteChris Lattner2004-11-301-0/+22
| | | | llvm-svn: 18395
* New testcase for PR447Chris Lattner2004-11-281-0/+9
| | | | llvm-svn: 18298
* New testcase for PR397Chris Lattner2004-11-271-0/+26
| | | | llvm-svn: 18292
* new testcaseChris Lattner2004-11-271-0/+14
| | | | llvm-svn: 18290
* New testcaseChris Lattner2004-11-271-0/+7
| | | | llvm-svn: 18284
* Adding srcdir argTanya Lattner2004-11-191-1/+1
| | | | llvm-svn: 18020
* Adding subdirectory dg.exp files in order to be able to use dejagnu to only ↵Tanya Lattner2004-11-131-0/+3
| | | | | | run specific tests (located in some subdirectory of Regression) llvm-svn: 17712
* Adding RUN lines.Tanya Lattner2004-11-0626-0/+52
| | | | llvm-svn: 17529
* Adding XFAIL lines for dejagnu support.Tanya Lattner2004-11-061-1/+1
| | | | llvm-svn: 17514
* New testcase for PR450Chris Lattner2004-10-051-0/+12
| | | | llvm-svn: 16670
* New testcase that crashes the C++ FE, encountered while working on PR445Chris Lattner2004-09-281-0/+17
| | | | llvm-svn: 16532
* New testcase for PR355Chris Lattner2004-06-081-0/+17
| | | | llvm-svn: 14062
* foo Bug 291, bar PR291Chris Lattner2004-03-161-0/+1
| | | | llvm-svn: 12431
OpenPOWER on IntegriCloud