summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/LoadVN
Commit message (Collapse)AuthorAgeFilesLines
* Remove GCSE and LoadVN from the testsuite.Owen Anderson2008-08-169-140/+0
| | | | llvm-svn: 54832
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
| | | | llvm-svn: 51349
* Rename the last test with .llx extension to .ll, resolve duplicate test by ↵Gabor Greif2008-05-201-1/+1
| | | | | | renaming to isnan2. Now that no test has llx ending there is no need to search for them from dg.exp too. llvm-svn: 51328
* Remove llvm-upgrade.Tanya Lattner2008-02-146-79/+79
| | | | llvm-svn: 47110
* Ding dong, the DoesntAccessMemoryFns andDuncan Sands2007-11-232-19/+21
| | | | | | | | | OnlyReadsMemoryFns tables are dead! We get more, and more accurate, information from gcc via the readnone and readonly function attributes. llvm-svn: 44288
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-1/+1
| | | | llvm-svn: 41097
* Convert .cvsignore filesJohn Criswell2007-06-291-3/+0
| | | | llvm-svn: 37801
* For PR1319:Reid Spencer2007-04-152-3/+3
| | | | | | Upgrade to use new Tcl exec based test harness. llvm-svn: 36066
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-111-1/+1
| | | | | | | | global variables that needed to be passed in. This makes it possible to add new global variables with only a couple changes (Makefile and llvm-dg.exp) instead of touching every single dg.exp file. llvm-svn: 35918
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-1710-0/+141
llvm-svn: 33296
OpenPOWER on IntegriCloud