aboutsummaryrefslogtreecommitdiff
path: root/test/FrontendC++
AgeCommit message (Expand)Author
2010-02-08test case for r95604.Devang Patel
2010-02-03Debugging is now reenabled on PPC darwin, so reenableDale Johannesen
2010-01-24this test has been failing or a long time, just disable it for now to getChris Lattner
2009-12-24Testcase for llvm-gcc checkin 92108.Dale Johannesen
2009-12-21XFAIL these tests on powerpc, under the assumption that no one cares. If you ...Daniel Dunbar
2009-12-05Fix this code to use DIScope instead of DICompileUnit, as in r90181.Dan Gohman
2009-12-05Remove now-redundant llvm-as invocations.Dan Gohman
2009-12-04Add testcase for PR4262.Bill Wendling
2009-11-30Debug info is disabled on PPC Darwin.Bill Wendling
2009-11-25Test for llvm-gcc checkin 89898.Dale Johannesen
2009-11-18Not all ASM has # for comments.Bill Wendling
2009-11-13Move DebugInfo checks into EmitComments and remove them fromDavid Greene
2009-11-11Reenable StackTracke.cpp test.Devang Patel
2009-11-11XFAIL for now.Devang Patel
2009-11-09Use ',' separation in XFAILs, lit doesn't evaluate them as regexs (easy to add,Daniel Dunbar
2009-11-03turn IPSCCP back on by default, try #3 or 4? Woo.Chris Lattner
2009-11-03xfail this test since daniel turned off ipsccpChris Lattner
2009-11-01We currently only run ipsccp at LTO time, which is silly. It subsumesChris Lattner
2009-10-27Add radar number.Dale Johannesen
2009-10-27Testcase for llvm-gcc patch 85284.Dale Johannesen
2009-10-23This is passing on Darwin PPC.Bill Wendling
2009-10-22testcase for PR4678 & rdar://7309675Chris Lattner
2009-10-21Adjust testcases for msasm -> alignstack.Dale Johannesen
2009-10-21XFAIL this test for PPC.Bill Wendling
2009-10-14Use llvmgxx for C++ test.Dale Johannesen
2009-10-14Testcases for msasm bit (llvm-gcc 84062).Dale Johannesen
2009-10-13These tests now pass.Devang Patel
2009-10-13remove two old and nearly useless tests.Chris Lattner
2009-10-13XFAIL these tests for now.Devang Patel
2009-10-02Fix test.Evan Cheng
2009-10-02C++ member functions must be 2 byte aligned per ABI.Evan Cheng
2009-09-09Testcase for (llvm-gcc) 81399. Adjust an olderDale Johannesen
2009-09-04Test for llvm-gcc commit 81037.Dale Johannesen
2009-08-28Reapply 79977.Devang Patel
2009-08-26Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel
2009-08-25Remove obsolete -f flags.Dan Gohman
2009-08-25Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel
2009-08-17XFAIL this test since the fix was reverted.Duncan Sands
2009-08-12Testcase for r78770.Bill Wendling
2009-08-07XFAIL 2006-11-06-StackTrace.cpp on powerpc-apple-darwin9 until someone feelsDaniel Dunbar
2009-08-06add a testcase for my llvm-gcc hack.Chris Lattner
2009-08-04Add test for PR4678Rafael Espindola
2009-07-29xfail for now.Evan Cheng
2009-07-24Remove the IA-64 backend.Dan Gohman
2009-07-20Re-apply 75490, 75806 and 76177 with fixes and tests. Efficiency comesDavid Greene
2009-07-20xfail for now.Evan Cheng
2009-07-16Emit line numbers in asm comments when available.David Greene
2009-07-16this should be xfailed on darwin. Darwin doesn't use the libstdc++ in the ll...Chris Lattner
2009-07-16Add tests for fixes I committed earlier to the C++ FE.Rafael Espindola
2009-07-06Mark this test as Darwin only. Patch by Bill Wendling.Stuart Hastings