| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Testcase for gimplify_expr crash caused by an | Duncan Sands | 2008-01-15 | 1 | -0/+12 |
| | | | | | | | unexpected placeholder_expr. llvm-svn: 46006 | ||||
| * | Testcase with non-integer "bitfields" (in quotes, | Duncan Sands | 2008-01-04 | 1 | -0/+12 |
| | | | | | | | | since they didn't actually need to be bitfields, though they are marked as such). llvm-svn: 45588 | ||||
| * | Test for handling of large bit offset from a | Duncan Sands | 2008-01-03 | 2 | -0/+16 |
| | | | | | | | variable field offset. llvm-svn: 45534 | ||||
| * | An example for which the TYPE_SIZE was being set from | Duncan Sands | 2008-01-03 | 1 | -0/+12 |
| | | | | | | | | | | the initial value, while the type fields were not (this is a qualified union type, so not all fields are always present). This resulted in the size of the corresponding LLVM type being larger than the gcc TYPE_SIZE. llvm-svn: 45522 | ||||
| * | Test handling of records for which the fields are | Duncan Sands | 2008-01-03 | 1 | -0/+7 |
| | | | | | | | not ordered by offset. llvm-svn: 45520 | ||||
| * | For multipart tests, place the parts with no | Duncan Sands | 2007-07-23 | 20 | -16/+16 |
| | | | | | | | | RUN line in Support. Give up on sending output to /dev/null - this cannot always be arranged. llvm-svn: 40436 | ||||
| * | Testcase for yet another global constant Ada f-e bug. | Duncan Sands | 2007-05-06 | 2 | -0/+9 |
| | | | | | llvm-svn: 36874 | ||||
| * | Test that TREE_CONSTANT is being set correctly. | Duncan Sands | 2007-05-02 | 2 | -0/+17 |
| | | | | | llvm-svn: 36645 | ||||
| * | Test that inline assembler compiles (llvm-gcc added an extra "uses" parameter | Duncan Sands | 2007-05-02 | 1 | -0/+6 |
| | | | | | | | to ASM_EXPR). llvm-svn: 36644 | ||||
| * | Replace llvm_gcc_supports_ada and llvm_gcc_supports_objc with just a single | Reid Spencer | 2007-04-21 | 1 | -1/+1 |
| | | | | | | | | | llvm_gcc_supports function that takes the language as an argument. Base that function on the new LLVMGCC_LANGS configured variable so that we don't have to execute feature checks during the test run. llvm-svn: 36322 | ||||
| * | Test if the compiler supports Ada, and enable Ada tests if so. While I was | Duncan Sands | 2007-04-21 | 1 | -0/+6 |
| | | | | | | | there, delete a temporary file the objc test forgot to delete. llvm-svn: 36312 | ||||
| * | Testcase for debug info emission for structure fields at variable offsets. | Duncan Sands | 2007-04-16 | 1 | -0/+8 |
| | | | | | llvm-svn: 36147 | ||||
| * | move ada tests | Chris Lattner | 2007-04-03 | 14 | -0/+115 |
| llvm-svn: 35629 | |||||

