summaryrefslogtreecommitdiff
path: root/test/Feature
Commit message (Expand)AuthorAge
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-28
* not fully implemented yet.Chris Lattner2007-04-28
* An example for PR1362Andrew Lenharth2007-04-26
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-25
* For PR1319:Reid Spencer2007-04-16
* Changes to fix problems with "make check". Apparently you can redefineReid Spencer2007-04-14
* Try some alternative syntax.Reid Spencer2007-04-14
* Simplify this test and correct redirection for Tcl exec.Reid Spencer2007-04-14
* For PR1319:Reid Spencer2007-04-14
* Fix a missing -f that the new llvm.exp found.Reid Spencer2007-04-14
* Fix a missing -f caught by the new llvm.exp script.Reid Spencer2007-04-14
* vector compares aren't allowed. It doesn't make sense to have an xfailedChris Lattner2007-04-12
* The hello pass actually requires a function to chew on!Reid Spencer2007-04-12
* Fix a guard that is supposed to guard against mistakes like this patch fixes!Reid Spencer2007-04-11
* The "Hello" message is written on stderr so make sure it is duplicated toReid Spencer2007-04-11
* Add a test case for PR1318.Reid Spencer2007-04-11
* Use the new %link variable to make this test portable.Reid Spencer2007-04-11
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11
* Add a test case for testing basic IR features via llvm2cpp. This helps findReid Spencer2007-04-11
* Make sure upgrade doesn't fail on this.Reid Spencer2007-04-11
* Upgrade this file completely instead of downgrading it. Make sure thatReid Spencer2007-04-11
* Make sure this test uses llvm-upgrade.Reid Spencer2007-04-11
* Fix to not give false positives.Reid Spencer2007-04-11
* For PR1297:Reid Spencer2007-04-01
* Remove use of implementation keyword.Reid Spencer2007-03-28
* Add tests for nounwind and noreturn function attributes.Reid Spencer2007-03-22
* For PR411:Reid Spencer2007-01-30
* For PR761:Reid Spencer2007-01-26
* Packed structs use packed struct initializersAndrew Lenharth2007-01-08
* Redefinition of functions is no longer permitted.Reid Spencer2007-01-07
* For PR1077:Reid Spencer2007-01-05
* Fix the test case for the change in parameter attribute syntax. The @ isReid Spencer2007-01-05
* For PR1077:Reid Spencer2007-01-05
* For PR1077:Reid Spencer2007-01-05
* XFAIL this test until such time that code gen can handle a comparison ofReid Spencer2007-01-04
* Add a test to ensure that we can assembly comparisons of packed values.Reid Spencer2007-01-04
* Test @zext and @sext fully as well as testing the "short" call syntax.Reid Spencer2007-01-04
* Add a test case to test parameter attributes feature.Reid Spencer2007-01-03
* Run llvm-upgrade on test to prepare for new assembly syntax.Reid Spencer2006-12-29
* Add some tests for negative constants to unsigned and large positiveReid Spencer2006-12-20
* Add a couple little tests for SExt/ZExt of constants of a sign that doesn'tReid Spencer2006-12-18
* Add a test for constant folding of bitcast to/from floating point.Reid Spencer2006-12-11
* packed initializers too in the testAndrew Lenharth2006-12-08
* feature test for packed structsAndrew Lenharth2006-12-08
* Remove old intrinsic declarations and usage.Reid Spencer2006-12-02
* Remove a redundant RUN: line.Reid Spencer2006-12-02
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* For PR950:Reid Spencer2006-11-27
* Fix some typos.Reid Spencer2006-11-23
* Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer2006-11-23