summaryrefslogtreecommitdiff
path: root/test/Feature
AgeCommit message (Expand)AuthorFilesLines
2007-12-11Use not instead of ignore when an exit status is expected to alwaysDan Gohman1-1/+1
2007-11-27Fix PR1146: parameter attributes are longer part ofDuncan Sands1-1/+1
2007-11-17Add support for vectors to int <-> float casts.Nate Begeman1-0/+5
2007-10-23llvm/test programs should not be execution programs. This Chris Lattner1-4/+1
2007-09-05Change all floating constants that are not exactlyDale Johannesen2-3/+3
2007-08-04This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth1-54/+18
2007-08-03Long double, part 1 of N. Support in IR.Dale Johannesen3-0/+76
2007-07-23Delete the svn:executable property on these files, which aren't executable.Dan Gohman2-0/+0
2007-07-23The Ada f-e produces various auxiliary output filesDuncan Sands3-7/+7
2007-07-19For PR1553:Reid Spencer1-7/+7
2007-06-29Convert .cvsignore filesJohn Criswell1-1/+0
2007-06-05Commit first round work of PR1373. "noalias" is now fully supported inZhou Sheng1-0/+2
2007-05-19Make sure we can round-trip an escaped value in a name.Reid Spencer1-0/+1
2007-05-06remove libbzip2 from this. This should use llvm-config or something.Chris Lattner1-1/+1
2007-04-28Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov1-2/+2
2007-04-28not fully implemented yet.Chris Lattner1-0/+2
2007-04-26An example for PR1362Andrew Lenharth1-0/+1
2007-04-25Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov1-0/+28
2007-04-16For PR1319:Reid Spencer3-5/+3
2007-04-14Changes to fix problems with "make check". Apparently you can redefineReid Spencer1-1/+1
2007-04-14Try some alternative syntax.Reid Spencer3-5/+5
2007-04-14Simplify this test and correct redirection for Tcl exec.Reid Spencer1-3/+2
2007-04-14For PR1319:Reid Spencer4-9/+8
2007-04-14Fix a missing -f that the new llvm.exp found.Reid Spencer1-1/+1
2007-04-14Fix a missing -f caught by the new llvm.exp script.Reid Spencer1-1/+1
2007-04-12vector compares aren't allowed. It doesn't make sense to have an xfailedChris Lattner1-57/+0
2007-04-12The hello pass actually requires a function to chew on!Reid Spencer1-0/+5
2007-04-11Fix a guard that is supposed to guard against mistakes like this patch fixes!Reid Spencer1-1/+1
2007-04-11The "Hello" message is written on stderr so make sure it is duplicated toReid Spencer1-1/+1
2007-04-11Add a test case for PR1318.Reid Spencer1-0/+6
2007-04-11Use the new %link variable to make this test portable.Reid Spencer1-1/+1
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer1-1/+1
2007-04-11Add a test case for testing basic IR features via llvm2cpp. This helps findReid Spencer1-0/+795
2007-04-11Make sure upgrade doesn't fail on this.Reid Spencer1-0/+1
2007-04-11Upgrade this file completely instead of downgrading it. Make sure thatReid Spencer1-31/+30
2007-04-11Make sure this test uses llvm-upgrade.Reid Spencer1-1/+2
2007-04-11Fix to not give false positives.Reid Spencer1-1/+2
2007-04-01For PR1297:Reid Spencer1-18/+18
2007-03-28Remove use of implementation keyword.Reid Spencer2-2/+0
2007-03-22Add tests for nounwind and noreturn function attributes.Reid Spencer1-2/+2
2007-01-30For PR411:Reid Spencer1-3/+3
2007-01-26For PR761:Reid Spencer5-35/+35
2007-01-08Packed structs use packed struct initializersAndrew Lenharth1-17/+17
2007-01-07Redefinition of functions is no longer permitted.Reid Spencer2-4/+3
2007-01-05For PR1077:Reid Spencer1-2/+1
2007-01-05Fix the test case for the change in parameter attribute syntax. The @ isReid Spencer1-6/+6
2007-01-05For PR1077:Reid Spencer3-4/+15
2007-01-05For PR1077:Reid Spencer1-12/+0
2007-01-04XFAIL this test until such time that code gen can handle a comparison ofReid Spencer1-0/+1
2007-01-04Add a test to ensure that we can assembly comparisons of packed values.Reid Spencer1-0/+57