aboutsummaryrefslogtreecommitdiff
path: root/test/CFrontend
AgeCommit message (Expand)Author
2008-01-13Check that nested functions don't get pointlessDuncan Sands
2008-01-08Testcase for PR1721Chris Lattner
2008-01-04Testcase for PR1386.Duncan Sands
2007-12-30Strengthening this test so it fails in release mode.Gordon Henriksen
2007-12-18Testcase for preceding FE fixDale Johannesen
2007-12-16Make instcombine promote inline asm calls to 'nounwind'Duncan Sands
2007-12-11Use not instead of ignore when an exit status is expected to alwaysDan Gohman
2007-11-28New testcase for PR1744Chris Lattner
2007-11-28Fix bug in regression tests that ignored stderr output in RUN lines. Updated ...Tanya Lattner
2007-11-27Add testcase for last llvm-gcc tweaksAnton Korobeynikov
2007-11-27Make this pass for CYGWIN.Zhou Sheng
2007-11-27Make this testcase compatible with CYGWIN.Zhou Sheng
2007-11-14Un XFAIL these tests, now that Bill has backportedDuncan Sands
2007-11-14XFAIL these tests until the fix gets backportedDuncan Sands
2007-11-09Check that the first and third characters, s and u,Duncan Sands
2007-11-09Check that accesses to the second short, t, haveDuncan Sands
2007-11-07Add testcaseBill Wendling
2007-10-30New test.Devang Patel
2007-10-26Test to make sure that if we have an unaligned memcpy, it will still compile.Bill Wendling
2007-10-25Testcase for PR 1397.Dale Johannesen
2007-10-19Don't branch fold inline asm statements.Bill Wendling
2007-10-15New test.Devang Patel
2007-10-03testcase for PR1647Chris Lattner
2007-10-01PR 1603 test case.Devang Patel
2007-09-28Do not ignore packed member size while selecting union type.Devang Patel
2007-09-27new testcase for PR1708Chris Lattner
2007-09-26Test the C front-end, not the C++ front-end.Duncan Sands
2007-09-26Test that local variables are aligned as the user requested.Duncan Sands
2007-09-24XFAIL for llvm-gcc4.0Tanya Lattner
2007-09-21gcroot testcase, patch by Eric Christopher.Chris Lattner
2007-09-19Testcase for PR1678.Duncan Sands
2007-09-15New testcase for PR1662. GCC trees are horrible :(Chris Lattner
2007-09-11Fix date :)Anton Korobeynikov
2007-09-11Testcase for recent pragma pack stuffAnton Korobeynikov
2007-09-07Test for PR1641.Bill Wendling
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