aboutsummaryrefslogtreecommitdiffstats
path: root/test/Feature
Commit message (Expand)AuthorAgeFilesLines
* Remove lingering references to .llx and .tr in the tests.Dan Gohman2008-05-231-1/+1
* Eliminate questionable syntax for stdin redirection. This probably also speed...Gabor Greif2008-05-201-1/+1
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* Update testAnton Korobeynikov2008-04-251-1/+1
* Start removing 'unwinds to' support from mainline in preparation for 2.3.Nick Lewycky2008-04-221-67/+0
* Upgrade these tests for the current intrinsic prototypes.Dan Gohman2008-04-141-18/+18
* Support chained aliases for LLVM IR printing. This fixes PR2145Anton Korobeynikov2008-03-221-0/+2
* no need to keep around this output.Chris Lattner2008-03-121-1/+1
* Turn unwind_to into "unwinds to".Nick Lewycky2008-03-101-9/+9
* Exercise the new CFG change.Nick Lewycky2008-03-061-0/+13
* Oops, can't unwind to the entry block (entry block may have no preds).Nick Lewycky2008-03-021-0/+6
* Add an unwind_to field to basic blocks, making them Users instead of Values.Nick Lewycky2008-03-021-0/+48
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-0140-705/+624
* Use not instead of ignore when an exit status is expected to alwaysDan Gohman2007-12-111-1/+1
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-1/+1
* Add support for vectors to int <-> float casts.Nate Begeman2007-11-171-0/+5
* llvm/test programs should not be execution programs. This Chris Lattner2007-10-231-4/+1
* Change all floating constants that are not exactlyDale Johannesen2007-09-052-3/+3
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-041-54/+18
* Long double, part 1 of N. Support in IR.Dale Johannesen2007-08-033-0/+76
* Delete the svn:executable property on these files, which aren't executable.Dan Gohman2007-07-232-0/+0
* The Ada f-e produces various auxiliary output filesDuncan Sands2007-07-233-7/+7
* For PR1553:Reid Spencer2007-07-191-7/+7
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-1850-0/+2083