aboutsummaryrefslogtreecommitdiffstats
path: root/test/Feature
Commit message (Expand)AuthorAgeFilesLines
* Changes to fix problems with "make check". Apparently you can redefineReid Spencer2007-04-141-1/+1
* Try some alternative syntax.Reid Spencer2007-04-143-5/+5
* Simplify this test and correct redirection for Tcl exec.Reid Spencer2007-04-141-3/+2
* For PR1319:Reid Spencer2007-04-144-9/+8
* Fix a missing -f that the new llvm.exp found.Reid Spencer2007-04-141-1/+1
* Fix a missing -f caught by the new llvm.exp script.Reid Spencer2007-04-141-1/+1
* vector compares aren't allowed. It doesn't make sense to have an xfailedChris Lattner2007-04-121-57/+0
* The hello pass actually requires a function to chew on!Reid Spencer2007-04-121-0/+5
* Fix a guard that is supposed to guard against mistakes like this patch fixes!Reid Spencer2007-04-111-1/+1
* The "Hello" message is written on stderr so make sure it is duplicated toReid Spencer2007-04-111-1/+1
* Add a test case for PR1318.Reid Spencer2007-04-111-0/+6
* Use the new %link variable to make this test portable.Reid Spencer2007-04-111-1/+1
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-111-1/+1
* Add a test case for testing basic IR features via llvm2cpp. This helps findReid Spencer2007-04-111-0/+795
* Make sure upgrade doesn't fail on this.Reid Spencer2007-04-111-0/+1
* Upgrade this file completely instead of downgrading it. Make sure thatReid Spencer2007-04-111-31/+30
* Make sure this test uses llvm-upgrade.Reid Spencer2007-04-111-1/+2
* Fix to not give false positives.Reid Spencer2007-04-111-1/+2
* For PR1297:Reid Spencer2007-04-011-18/+18
* Remove use of implementation keyword.Reid Spencer2007-03-282-2/+0
* Add tests for nounwind and noreturn function attributes.Reid Spencer2007-03-221-2/+2
* For PR411:Reid Spencer2007-01-301-3/+3
* For PR761:Reid Spencer2007-01-265-35/+35
* Packed structs use packed struct initializersAndrew Lenharth2007-01-081-17/+17
* Redefinition of functions is no longer permitted.Reid Spencer2007-01-072-4/+3
* For PR1077:Reid Spencer2007-01-051-2/+1
* Fix the test case for the change in parameter attribute syntax. The @ isReid Spencer2007-01-051-6/+6
* For PR1077:Reid Spencer2007-01-053-4/+15
* For PR1077:Reid Spencer2007-01-051-12/+0
* XFAIL this test until such time that code gen can handle a comparison ofReid Spencer2007-01-041-0/+1
* Add a test to ensure that we can assembly comparisons of packed values.Reid Spencer2007-01-041-0/+57
* Test @zext and @sext fully as well as testing the "short" call syntax.Reid Spencer2007-01-041-3/+5
* Add a test case to test parameter attributes feature.Reid Spencer2007-01-031-0/+18
* Run llvm-upgrade on test to prepare for new assembly syntax.Reid Spencer2006-12-292-2/+2
* Add some tests for negative constants to unsigned and large positiveReid Spencer2006-12-201-0/+7
* Add a couple little tests for SExt/ZExt of constants of a sign that doesn'tReid Spencer2006-12-181-0/+7
* Add a test for constant folding of bitcast to/from floating point.Reid Spencer2006-12-111-0/+18
* packed initializers too in the testAndrew Lenharth2006-12-081-0/+4
* feature test for packed structsAndrew Lenharth2006-12-081-0/+29
* Remove old intrinsic declarations and usage.Reid Spencer2006-12-021-14/+0
* Remove a redundant RUN: line.Reid Spencer2006-12-021-2/+0
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-0239-66/+71
* For PR950:Reid Spencer2006-11-271-1/+15
* Fix some typos.Reid Spencer2006-11-231-3/+2
* Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer2006-11-235-15/+16
* Fix a problem where dejagnu won't accept the value of global tcl variableReid Spencer2006-05-281-1/+0
* Provide an infrastructure for testing the llvm2cpp program (yet to beReid Spencer2006-05-281-0/+3
* new testcase for csretccChris Lattner2006-05-191-0/+5
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-121-1/+1
* new testcase for shufflevectorChris Lattner2006-04-081-0/+12