summaryrefslogtreecommitdiff
path: root/test/Feature
Commit message (Expand)AuthorAge
* Fix some escaping and quoting in RUN lines, mainly involving { and <. In twoMatthijs Kooijman2008-06-10
* Remove lingering references to .llx and .tr in the tests.Dan Gohman2008-05-23
* Eliminate questionable syntax for stdin redirection. This probably also speed...Gabor Greif2008-05-20
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-20
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-20
* Update testAnton Korobeynikov2008-04-25
* Start removing 'unwinds to' support from mainline in preparation for 2.3.Nick Lewycky2008-04-22
* Upgrade these tests for the current intrinsic prototypes.Dan Gohman2008-04-14
* Support chained aliases for LLVM IR printing. This fixes PR2145Anton Korobeynikov2008-03-22
* no need to keep around this output.Chris Lattner2008-03-12
* Turn unwind_to into "unwinds to".Nick Lewycky2008-03-10
* Exercise the new CFG change.Nick Lewycky2008-03-06
* Oops, can't unwind to the entry block (entry block may have no preds).Nick Lewycky2008-03-02
* Add an unwind_to field to basic blocks, making them Users instead of Values.Nick Lewycky2008-03-02
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-01
* Use not instead of ignore when an exit status is expected to alwaysDan Gohman2007-12-11
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-27
* Add support for vectors to int <-> float casts.Nate Begeman2007-11-17
* llvm/test programs should not be execution programs. This Chris Lattner2007-10-23
* Change all floating constants that are not exactlyDale Johannesen2007-09-05
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-04
* Long double, part 1 of N. Support in IR.Dale Johannesen2007-08-03
* Delete the svn:executable property on these files, which aren't executable.Dan Gohman2007-07-23
* The Ada f-e produces various auxiliary output filesDuncan Sands2007-07-23
* For PR1553:Reid Spencer2007-07-19
* Convert .cvsignore filesJohn Criswell2007-06-29
* Commit first round work of PR1373. "noalias" is now fully supported inZhou Sheng2007-06-05
* Make sure we can round-trip an escaped value in a name.Reid Spencer2007-05-19
* remove libbzip2 from this. This should use llvm-config or something.Chris Lattner2007-05-06
* 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