summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/PredicateSimplifier
Commit message (Collapse)AuthorAgeFilesLines
* remove predicate simplifier, it never got the last bugs beatenChris Lattner2009-10-0620-830/+0
| | | | | | | out of it, and jump threading, condprop and gvn are now getting most of the benefit. This was approved by Nicholas and Nicolas. llvm-svn: 83390
* Convert more tests to avoid llvm-as.Dan Gohman2009-09-113-6/+3
| | | | llvm-svn: 81545
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-1116-16/+16
| | | | | | | | input filename so that opt doesn't print the input filename in the output so that grep lines in the tests don't unintentionally match strings in the input filename. llvm-svn: 81537
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-087-7/+7
| | | | llvm-svn: 81257
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-0816-16/+16
| | | | | | of using llvm-as, now that opt supports this. llvm-svn: 81226
* 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
* Upgrade tests.Tanya Lattner2008-03-1917-591/+482
| | | | llvm-svn: 48536
* Excuse me.Nick Lewycky2007-09-201-1/+1
| | | | llvm-svn: 42158
* Fix optimization. %x = sub %x, %y does not imply that %y is zero.Nick Lewycky2007-09-201-0/+102
| | | | llvm-svn: 42157
* Convert tests using "grep -c ... | grep ..." to use the count script.Dan Gohman2007-08-153-3/+3
| | | | llvm-svn: 41100
* Convert .cvsignore filesJohn Criswell2007-06-291-1/+0
| | | | llvm-svn: 37801
* fix incorrectly upgraded testChris Lattner2007-04-161-1/+1
| | | | llvm-svn: 36169
* For PR1319:Reid Spencer2007-04-163-7/+11
| | | | | | | | Remove && from the end of the lines to prevent tests from throwing run lines into the background. Also, clean up places where the same command is run multiple times by using a temporary file. llvm-svn: 36142
* For PR1319:Reid Spencer2007-04-151-2/+2
| | | | | | | | | | Upgrade to use new Tcl exec based test harness. This exposes 3 bugs that were previously not being reported: test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll test/Transforms/GlobalOpt/memset.ll test/Transforms/IndVarsSimplify/exit_value_tests.llx llvm-svn: 36065
* 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
* Propagate ValueRanges across equality.Nick Lewycky2007-03-181-0/+19
| | | | | | Add some more micro-optimizations: x * 0 = 0, a - x = a --> x = 0. llvm-svn: 35138
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-1719-0/+818
llvm-svn: 33296
OpenPOWER on IntegriCloud