aboutsummaryrefslogtreecommitdiffstats
path: root/test/Feature
Commit message (Expand)AuthorAgeFilesLines
* Convert .cvsignore filesJohn Criswell2007-06-291-1/+0
* Commit first round work of PR1373. "noalias" is now fully supported inZhou Sheng2007-06-051-0/+2
* Make sure we can round-trip an escaped value in a name.Reid Spencer2007-05-191-0/+1
* remove libbzip2 from this. This should use llvm-config or something.Chris Lattner2007-05-061-1/+1
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-281-2/+2
* not fully implemented yet.Chris Lattner2007-04-281-0/+2
* An example for PR1362Andrew Lenharth2007-04-261-0/+1
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-251-0/+28
* For PR1319:Reid Spencer2007-04-163-5/+3
* 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