aboutsummaryrefslogtreecommitdiff
path: root/test/C++Frontend
AgeCommit message (Expand)Author
2008-05-29For PR1338: Rename test dirsAnton Korobeynikov
2008-05-21resurrect lost tests by renaming them to not end with .trGabor Greif
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-05-15Remove the S92 code, which really has nothing to doDale Johannesen
2008-05-14Make this test pass on x86-32 linux.Duncan Sands
2008-05-08new testcase.Chris Lattner
2008-03-10Add -m32 to compilation line; test is only valid inDale Johannesen
2008-03-10switch from hard coded g++/as tools to the ones detected fromChris Lattner
2008-03-09This works on x86_64Anton Korobeynikov
2008-02-15Modify test to expect improved code.Dale Johannesen
2008-02-15Fix this test on linux, which returns S242Duncan Sands
2008-02-13New test, see comments.Dale Johannesen
2008-02-05This should also work on x86 now.Evan Cheng
2008-01-29This would be better done as an executable test.Duncan Sands
2008-01-25Test for PR1942.Duncan Sands
2008-01-13new testcase for rdar://5685492Chris Lattner
2008-01-12this actually does pass with 4.0Chris Lattner
2008-01-11llvm-g++ 4.0 has completely different code for this warning,Chris Lattner
2008-01-11new testcaseChris Lattner
2007-12-11Rename these tests to use the appropriate suffixes.Dan Gohman
2007-10-02New test.Devang Patel
2007-09-11Testcase for PR1634Chris Lattner
2007-08-27Fix this test: llvm-gcc-4.2 optimizes almost everything away,Duncan Sands
2007-08-20Fix this test for gcc-4.2.Duncan Sands
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-08-13test that the ptr-to-method is succefully eliminated, leaving just the vtable...Chris Lattner
2007-08-01Clean up C++ restrict test cases and add a test for restrict qualified methods.Christopher Lamb
2007-08-01these tests aren't xfailed.Chris Lattner
2007-07-31Un-XFAIL these tests after r40622 fixed them.Christopher Lamb
2007-07-29Add tests for generating noalias parameter attribute from __restrict qualifie...Christopher Lamb
2007-07-23The Ada f-e produces various auxiliary output filesDuncan Sands
2007-07-19Fix this test. We produce pretty cruddy code for thisDuncan Sands
2007-07-17For PR1558:Reid Spencer
2007-07-04Nested try-catch-filter testcase.Duncan Sands
2007-06-29Convert .cvsignore filesJohn Criswell
2007-06-15Use "ignore" rather than grep tricks.Duncan Sands
2007-06-07Make this test pass if llvm-g++ was built without exception handling support.Duncan Sands
2007-06-06Revert changes for noinline.Tanya Lattner
2007-06-06Ignore llvm.noinlineTanya Lattner
2007-05-30Testcase forDuncan Sands
2007-05-17New test.Devang Patel
2007-05-15Don't put test cases into regression test suite before the bug is fixed.Reid Spencer
2007-05-15Add a test case for PR1420Reid Spencer
2007-05-05llvm-gcc3 is goneChris Lattner
2007-05-04new testcaseChris Lattner
2007-05-01Test handling of TRY_CATCH_EXPRs for which the handler is a sequence ofDuncan Sands
2007-04-22Make running these tests conditional on llvm-gcc supporting the languageReid Spencer
2007-04-17Make it work on 64-bit systems.Jeff Cohen
2007-04-16MAke this test portable.Chris Lattner