aboutsummaryrefslogtreecommitdiff
path: root/test/CFrontend
AgeCommit message (Expand)Author
2007-08-23Fix this testcase: there are two matches forDuncan Sands
2007-08-22Testcase for llvm.c* intrinsic failures.Bill Wendling
2007-08-22Test handling of complex constants as lvalues. Duncan Sands
2007-08-15Convert tests using "grep -c ... | grep ..." to use the count script.Dan Gohman
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-08-01Add a test for the load/store alignment.Lauro Ramos Venancio
2007-07-29Add tests for generating noalias parameter attribute from __restrict qualifie...Christopher Lamb
2007-07-29Be explicit about which level of optimization is being asked for. The -O optionReid Spencer
2007-07-28Make this explictly signed. Fixes PR1571.Nick Lewycky
2007-07-23Fix for PR1567, which involves a weird bug on non-32bit architectures and sil...Chandler Carruth
2007-07-22Remove -O1 in favour of making llvm-gcc-4.2 a bitDuncan Sands
2007-07-20Need -O1 or better to have these builtins lowered toDuncan Sands
2007-07-19For PR1553:Reid Spencer
2007-07-18Fix this test to not rely on the path but to use theReid Spencer
2007-07-17For PR1558:Reid Spencer
2007-07-15new testcaseChris Lattner
2007-06-29Convert .cvsignore filesJohn Criswell
2007-06-19testcase for PR1513Chris Lattner
2007-06-18Modify annotate intrinsic to take 2 additional args: file and line number.Tanya Lattner
2007-06-15test case for annotate attributeTanya Lattner
2007-06-09rename C files to end with .cChris Lattner
2007-06-07Make the struct bigger, in an attempt to get a "struct return" on moreDuncan Sands
2007-06-06Really use attribute.Tanya Lattner
2007-06-06Test case for noinline attribute.Tanya Lattner
2007-06-06Revert changes for noinline.Tanya Lattner
2007-06-06Ignore llvm.noinlineTanya Lattner
2007-05-30new testcase for PR1421Chris Lattner
2007-05-16Fix PR number.Devang Patel
2007-05-16New test for PR1417Devang Patel
2007-05-15New test.Devang Patel
2007-05-15add PR number and testcase from the PR.Chris Lattner
2007-05-15new testcaseChris Lattner
2007-05-11New test.Devang Patel
2007-05-09Testcase forDuncan Sands
2007-05-08New test for PR1400Devang Patel
2007-05-08New test.Devang Patel
2007-05-05this tests for a missing feature. Move it to PR1391 instead of being anChris Lattner
2007-05-05remove this xfailed testcase, move it into a comment in PR279, an enhancement...Chris Lattner
2007-04-29not all targets want to return an i32. What really matters is whether llc ac...Chris Lattner
2007-04-25new testcaseChris Lattner
2007-04-25testcase for PR1352Chris Lattner
2007-04-24New test.Devang Patel
2007-04-24New test case.Devang Patel
2007-04-22Make running these tests conditional on llvm-gcc supporting the languageReid Spencer
2007-04-21make this portable to 64-bit hostsChris Lattner
2007-04-17Use // not ; since this is C.Duncan Sands
2007-04-17New test case.Devang Patel
2007-04-16We shouldn't have tests for features we don't have yet.Chris Lattner
2007-04-16remove bogus testChris Lattner
2007-04-16Test code quality for variable length array references.Duncan Sands