index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
PredicateSimplifier
Age
Commit message (
Expand
)
Author
2009-10-06
remove predicate simplifier, it never got the last bugs beaten
Chris Lattner
2009-09-11
Convert more tests to avoid llvm-as.
Dan Gohman
2009-09-11
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-08
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2008-05-20
sabre brings to my attention that the 'tr' suffix is also obsolete
Gabor Greif
2008-05-20
Rename the last test with .llx extension to .ll, resolve duplicate test by re...
Gabor Greif
2008-03-19
Upgrade tests.
Tanya Lattner
2007-09-20
Excuse me.
Nick Lewycky
2007-09-20
Fix optimization. %x = sub %x, %y does not imply that %y is zero.
Nick Lewycky
2007-08-15
Convert tests using "grep -c ... | grep ..." to use the count script.
Dan Gohman
2007-06-29
Convert .cvsignore files
John Criswell
2007-04-16
fix incorrectly upgraded test
Chris Lattner
2007-04-16
For PR1319:
Reid Spencer
2007-04-15
For PR1319:
Reid Spencer
2007-04-11
Make the llvm-runtest function much more amenable by eliminating all the
Reid Spencer
2007-03-18
Propagate ValueRanges across equality.
Nick Lewycky
2007-01-11
New predicate simplifier!
Nick Lewycky
2006-12-31
For PR950:
Reid Spencer
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-11-22
Update to new predicate simplifier VRP design. Fixes PR966 and PR967.
Nick Lewycky
2006-10-28
Emitting raw bytecode is awfully rude. Add -disable-output.
Nick Lewycky
2006-10-27
Improve cvs ignoring of test results.
Reid Spencer
2006-10-26
Handling of setlt/le/gt/ge is broken at the moment; predsimplify removes
Nick Lewycky
2006-10-26
This testcase was logically wrong! Fixing, and including the test for the
Nick Lewycky
2006-10-22
Handle "if ((x|y) != 0)" for ints like we do for bools. Fixes missed
Nick Lewycky
2006-10-22
AllocaInst can't return a null pointer. Fixes missed optimization
Nick Lewycky
2006-10-03
Move break-crit-edges before the predicate simplifier. Allows us to
Nick Lewycky
2006-09-20
Once we're down to "setcc type constant1, constant2", at least come up
Nick Lewycky
2006-09-20
Use a total ordering to compare instructions.
Nick Lewycky
2006-09-19
Enable dejagnu tests for predicate simplifier.
Nick Lewycky
2006-09-10
Replace EquivalenceClasses with a custom-built data structure. Many common
Nick Lewycky
2006-09-02
Improve handling of SelectInst.
Nick Lewycky
2006-08-31
This program crashes the PredicateSimplifier. Not marked XFAIL because
Nick Lewycky
2006-08-28
Add PredicateSimplifier pass. Collapses equal variables into one form
Nick Lewycky