aboutsummaryrefslogtreecommitdiff
path: root/test/FrontendAda
AgeCommit message (Expand)Author
2009-10-22Check that accessing a struct field that occurs before the startDuncan Sands
2009-10-22Test handling of record fields with negative offsets.Duncan Sands
2009-03-12Adjust this test for recent sroa improvements.Duncan Sands
2009-02-25Check that records with a known constant size are notDuncan Sands
2008-08-13Teach constant folding that an inttoptr of aDuncan Sands
2008-01-15Testcase for gimplify_expr crash caused by anDuncan Sands
2008-01-04Testcase with non-integer "bitfields" (in quotes,Duncan Sands
2008-01-03Test for handling of large bit offset from aDuncan Sands
2008-01-03An example for which the TYPE_SIZE was being set fromDuncan Sands
2008-01-03Test handling of records for which the fields areDuncan Sands
2007-07-23For multipart tests, place the parts with noDuncan Sands
2007-05-06Testcase for yet another global constant Ada f-e bug.Duncan Sands
2007-05-02Test that TREE_CONSTANT is being set correctly.Duncan Sands
2007-05-02Test that inline assembler compiles (llvm-gcc added an extra "uses" parameterDuncan Sands
2007-04-21Replace llvm_gcc_supports_ada and llvm_gcc_supports_objc with just a singleReid Spencer
2007-04-21Test if the compiler supports Ada, and enable Ada tests if so. While I wasDuncan Sands
2007-04-16Testcase for debug info emission for structure fields at variable offsets.Duncan Sands
2007-04-03move ada testsChris Lattner