aboutsummaryrefslogtreecommitdiff
path: root/test/CFrontend
AgeCommit message (Expand)Author
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
2007-04-16Check handling of arrays of variable sized components.Duncan Sands
2007-04-16Heal this testAnton Korobeynikov
2007-04-16Testcase for C front-end crash.Duncan Sands
2007-04-16For PR1319:Reid Spencer
2007-04-16Use %s, not explicit name.Duncan Sands
2007-04-16For PR1319:Reid Spencer
2007-04-16For PR1319:Reid Spencer
2007-04-16remove a bogus testChris Lattner
2007-04-16update testChris Lattner
2007-04-16For PR1336:Reid Spencer
2007-04-15For PR1336:Reid Spencer
2007-04-15For PR1319: Upgrade to new test harness.Reid Spencer
2007-04-15adjust per review commentsDale Johannesen
2007-04-15testcases for -fno-builtinDale Johannesen
2007-04-13tests for struct/union as input operands to asm.Dale Johannesen
2007-04-12testcases for function linkageDale Johannesen
2007-04-12New test case for PR 1321.Devang Patel
2007-04-11new testcase.Chris Lattner
2007-04-11new testcaseChris Lattner
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2007-04-05testcase for padding before zero-length fields.Dale Johannesen
2007-04-05New tests for Packed structs.Devang Patel
2007-04-04Fix some FreeBSD/amd64 regressions.Jeff Cohen
2007-04-01Add testcase for correct sret handling.Anton Korobeynikov