aboutsummaryrefslogtreecommitdiff
path: root/test/Feature
AgeCommit message (Expand)Author
2007-04-11Add a test case for PR1318.Reid Spencer
2007-04-11Use the new %link variable to make this test portable.Reid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2007-04-11Add a test case for testing basic IR features via llvm2cpp. This helps findReid Spencer
2007-04-11Make sure upgrade doesn't fail on this.Reid Spencer
2007-04-11Upgrade this file completely instead of downgrading it. Make sure thatReid Spencer
2007-04-11Make sure this test uses llvm-upgrade.Reid Spencer
2007-04-11Fix to not give false positives.Reid Spencer
2007-04-01For PR1297:Reid Spencer
2007-03-28Remove use of implementation keyword.Reid Spencer
2007-03-22Add tests for nounwind and noreturn function attributes.Reid Spencer
2007-01-30For PR411:Reid Spencer
2007-01-26For PR761:Reid Spencer
2007-01-08Packed structs use packed struct initializersAndrew Lenharth
2007-01-07Redefinition of functions is no longer permitted.Reid Spencer
2007-01-05For PR1077:Reid Spencer
2007-01-05Fix the test case for the change in parameter attribute syntax. The @ isReid Spencer
2007-01-05For PR1077:Reid Spencer
2007-01-05For PR1077:Reid Spencer
2007-01-04XFAIL this test until such time that code gen can handle a comparison ofReid Spencer
2007-01-04Add a test to ensure that we can assembly comparisons of packed values.Reid Spencer
2007-01-04Test @zext and @sext fully as well as testing the "short" call syntax.Reid Spencer
2007-01-03Add a test case to test parameter attributes feature.Reid Spencer
2006-12-29Run llvm-upgrade on test to prepare for new assembly syntax.Reid Spencer
2006-12-20Add some tests for negative constants to unsigned and large positiveReid Spencer
2006-12-18Add a couple little tests for SExt/ZExt of constants of a sign that doesn'tReid Spencer
2006-12-11Add a test for constant folding of bitcast to/from floating point.Reid Spencer
2006-12-08packed initializers too in the testAndrew Lenharth
2006-12-08feature test for packed structsAndrew Lenharth
2006-12-02Remove old intrinsic declarations and usage.Reid Spencer
2006-12-02Remove a redundant RUN: line.Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-11-27For PR950:Reid Spencer
2006-11-23Fix some typos.Reid Spencer
2006-11-23Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer
2006-05-28Fix a problem where dejagnu won't accept the value of global tcl variableReid Spencer
2006-05-28Provide an infrastructure for testing the llvm2cpp program (yet to beReid Spencer
2006-05-19new testcase for csretccChris Lattner
2006-04-12Added the ability to xfail based on llvmgcc versionTanya Lattner
2006-04-08new testcase for shufflevectorChris Lattner
2006-03-23Tired of wading through cvs's list ? files that are generated when buildingReid Spencer
2006-01-25new tests for actual inline asm expressionsChris Lattner
2006-01-24minor syntax changeChris Lattner
2006-01-23new testcaseChris Lattner
2006-01-19Expand test to cover the non-overloaded variants of the arithmetic andReid Spencer
2006-01-17Test case for the insertelement operation.Robert Bocchino
2006-01-10new testcase for extractelement instructionChris Lattner
2005-11-12new testcaseChris Lattner
2005-11-06add alignment info for globals and functionsChris Lattner
2005-11-05new testcaseChris Lattner