summaryrefslogtreecommitdiffstats
path: root/llvm/test/CFrontend
Commit message (Collapse)AuthorAgeFilesLines
* Make running these tests conditional on llvm-gcc supporting the languageReid Spencer2007-04-221-1/+3
| | | | | | of these test cases. llvm-svn: 36328
* make this portable to 64-bit hostsChris Lattner2007-04-211-1/+1
| | | | llvm-svn: 36297
* Use // not ; since this is C.Duncan Sands2007-04-171-2/+2
| | | | llvm-svn: 36219
* New test case.Devang Patel2007-04-171-0/+4
| | | | llvm-svn: 36217
* We shouldn't have tests for features we don't have yet.Chris Lattner2007-04-161-35/+0
| | | | llvm-svn: 36167
* remove bogus testChris Lattner2007-04-161-17/+0
| | | | llvm-svn: 36166
* Test code quality for variable length array references.Duncan Sands2007-04-161-0/+7
| | | | llvm-svn: 36163
* Check handling of arrays of variable sized components.Duncan Sands2007-04-161-0/+10
| | | | llvm-svn: 36162
* Heal this testAnton Korobeynikov2007-04-161-2/+2
| | | | llvm-svn: 36161
* Testcase for C front-end crash.Duncan Sands2007-04-161-0/+6
| | | | llvm-svn: 36148
* For PR1319:Reid Spencer2007-04-161-1/+1
| | | | | | | | Remove && from the end of the lines to prevent tests from throwing run lines into the background. Also, clean up places where the same command is run multiple times by using a temporary file. llvm-svn: 36142
* Use %s, not explicit name.Duncan Sands2007-04-161-1/+1
| | | | llvm-svn: 36136
* For PR1319:Reid Spencer2007-04-162-2/+2
| | | | | | Fix syntax of tests to ensure grep pattern is properly quoted. llvm-svn: 36134
* For PR1319:Reid Spencer2007-04-164-5/+6
| | | | | | Fix test syntax per new rules. llvm-svn: 36133
* remove a bogus testChris Lattner2007-04-161-61/+0
| | | | llvm-svn: 36116
* update testChris Lattner2007-04-161-2/+1
| | | | llvm-svn: 36115
* For PR1336:Reid Spencer2007-04-161-2/+2
| | | | | | | This test was failing because of signlessness and a difference in the way the AsmWriter prints arguments. llvm-svn: 36098
* For PR1336:Reid Spencer2007-04-153-0/+3
| | | | | | XFAIL tests covered by the PR. These will be un-XFAILed as they are fixed. llvm-svn: 36093
* For PR1319: Upgrade to new test harness.Reid Spencer2007-04-1531-55/+74
| | | | llvm-svn: 36082
* adjust per review commentsDale Johannesen2007-04-151-1/+1
| | | | llvm-svn: 36041
* testcases for -fno-builtinDale Johannesen2007-04-151-0/+7
| | | | llvm-svn: 36038
* tests for struct/union as input operands to asm.Dale Johannesen2007-04-132-0/+16
| | | | llvm-svn: 35976
* testcases for function linkageDale Johannesen2007-04-122-0/+74
| | | | llvm-svn: 35955
* New test case for PR 1321.Devang Patel2007-04-121-0/+12
| | | | llvm-svn: 35934
* new testcase.Chris Lattner2007-04-112-1/+10
| | | | llvm-svn: 35931
* new testcaseChris Lattner2007-04-111-0/+7
| | | | llvm-svn: 35927
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-111-1/+1
| | | | | | | | global variables that needed to be passed in. This makes it possible to add new global variables with only a couple changes (Makefile and llvm-dg.exp) instead of touching every single dg.exp file. llvm-svn: 35918
* testcase for padding before zero-length fields.Dale Johannesen2007-04-051-0/+9
| | | | llvm-svn: 35687
* New tests for Packed structs.Devang Patel2007-04-054-0/+66
| | | | llvm-svn: 35685
* Fix some FreeBSD/amd64 regressions.Jeff Cohen2007-04-041-1/+1
| | | | llvm-svn: 35675
* Add testcase for correct sret handling.Anton Korobeynikov2007-04-011-0/+15
| | | | llvm-svn: 35562
* Testcase for the problem worked around inDuncan Sands2007-04-011-0/+2
| | | | | | http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070319/046204.html llvm-svn: 35554
* llvm-gcc now requires -fnested-functions to enable them in C.Chris Lattner2007-03-201-1/+1
| | | | llvm-svn: 35217
* Test handling of structs with multiple variable-sized fields.Duncan Sands2007-03-202-0/+16
| | | | llvm-svn: 35212
* Use opt instead of gccas.Reid Spencer2007-03-191-1/+2
| | | | llvm-svn: 35168
* Fix the pattern.Reid Spencer2007-03-071-1/+1
| | | | llvm-svn: 34994
* Make this test more reliable across platforms.Reid Spencer2007-03-071-1/+2
| | | | llvm-svn: 34993
* Don't run lli in llvm-test. Instead just check that the datalayout stringReid Spencer2007-03-061-1/+1
| | | | | | is the right length. llvm-svn: 34973
* Fix this to put its output in the output directory.Reid Spencer2007-03-061-1/+1
| | | | llvm-svn: 34971
* Test to ensure that data layout is generated correctly for host platform.Reid Spencer2007-03-061-0/+51
| | | | | | This is for PR1242. llvm-svn: 34944
* testcase for PR1233Chris Lattner2007-03-021-0/+7
| | | | llvm-svn: 34840
* new testcaseChris Lattner2007-02-251-0/+11
| | | | llvm-svn: 34611
* this passes nowChris Lattner2007-02-191-1/+0
| | | | llvm-svn: 34426
* testcase for PR1170Chris Lattner2007-02-171-0/+7
| | | | llvm-svn: 34366
* new testcase for -fwritable-stringsChris Lattner2007-02-171-0/+7
| | | | llvm-svn: 34365
* new testcaseChris Lattner2007-02-171-0/+5
| | | | llvm-svn: 34361
* Eliminate the use of gccas in the test suite.Reid Spencer2007-02-095-8/+12
| | | | llvm-svn: 34088
* New testcase for PR947Chris Lattner2007-02-081-0/+10
| | | | llvm-svn: 34038
* llvm-gcc3 is goneChris Lattner2007-02-089-11/+0
| | | | llvm-svn: 34037
* new testcase for nested functionsChris Lattner2007-02-071-0/+54
| | | | llvm-svn: 34017
OpenPOWER on IntegriCloud