summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC++
Commit message (Collapse)AuthorAgeFilesLines
* Remove no-longer relevant comment. Pointed outDuncan Sands2009-01-221-1/+0
| | | | | | by Gabor. llvm-svn: 62765
* This passes on linux.Duncan Sands2009-01-221-1/+1
| | | | llvm-svn: 62764
* Use lightweight DebugInfo objects directly.Devang Patel2009-01-151-1/+0
| | | | llvm-svn: 62276
* xfail for now.Devang Patel2009-01-141-0/+1
| | | | llvm-svn: 62243
* the new scalarrepl changes are optimizing away a temporary alloca in Chris Lattner2009-01-081-41/+0
| | | | | | | | check242, which invalidates this test. This test is an x86-32 ABI test that is trying to be run in a target-independent way, which is not going to work very well. Just remove the test. llvm-svn: 61921
* This test works again for Darwin because a patch was reverted.Bill Wendling2008-12-191-4/+2
| | | | llvm-svn: 61254
* Re-XFAIL this test until debug stuff settles down.Bill Wendling2008-12-181-1/+4
| | | | llvm-svn: 61219
* XFAIL on Linux.Bill Wendling2008-12-181-1/+1
| | | | llvm-svn: 61176
* Do not XFAIL.Bill Wendling2008-12-181-1/+0
| | | | llvm-svn: 61174
* XFAIL for now.Devang Patel2008-12-171-0/+1
| | | | llvm-svn: 61167
* Re-enable test.Devang Patel2008-12-121-1/+0
| | | | llvm-svn: 60968
* XFAIL these tests for now.Devang Patel2008-12-122-2/+2
| | | | llvm-svn: 60959
* Testcase for PR2917.Duncan Sands2008-10-291-0/+489
| | | | llvm-svn: 58389
* XFAIL some tests that became failing due to the extra error reporting ↵Matthijs Kooijman2008-06-131-0/+2
| | | | | | recently. PR's are created for these. llvm-svn: 52250
* Use %link not %llvmgxx (which includes -c) to do the link.Dale Johannesen2008-06-101-1/+1
| | | | | | | The test still fails because an expected symbol is not present, and I don't see why it should be. llvm-svn: 52188
* Fix some llvm-gcc warnings in testcases, mostly by adding includes or addingMatthijs Kooijman2008-06-101-1/+1
| | | | | | | | | | declarations. These are the fixes that I was pretty confident about, there are still a lot of other llvm-gcc warnings of which I'm not sure if they can be safely ignored or fixed, without breaking the test case. This fixes 11 testcases. llvm-svn: 52176
* For PR1338: Rename test dirsAnton Korobeynikov2008-05-2988-0/+1656
llvm-svn: 51695
OpenPOWER on IntegriCloud