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