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
/
Reassociate
Age
Commit message (
Expand
)
Author
2011-08-02
Remove empty test.
Benjamin Kramer
2011-08-02
Revert r136503 and r136480 in an effort to fix non-determinism in the llvm-gc...
Owen Anderson
2011-07-29
Clean up debug info after reassociation.
Devang Patel
2011-07-09
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-04-12
Fix reassociate to use a worklist instead of recursing when new
Dan Gohman
2011-03-10
Fix reassociate to postpone certain instruction deletions until
Dan Gohman
2011-02-17
fix PR9215, preventing -reassociate from clearing nsw/nuw when
Chris Lattner
2011-02-02
Fix reassociate to clear optional flags, such as nsw.
Dan Gohman
2011-01-26
Fix PR9039, a use-after-free in reassociate. The issue was that the
Duncan Sands
2010-03-05
fix a nice subtle reassociate bug which would only occur
Chris Lattner
2010-02-06
Add a test for my change to disable reassociation for i1 types.
Bob Wilson
2010-01-18
filecheckize
Chris Lattner
2010-01-09
only factor from expressions whose uses are empty and whose
Chris Lattner
2010-01-05
fix an infinite loop in reassociate building emacs.
Chris Lattner
2010-01-01
When factoring multiply expressions across adds, factor both
Chris Lattner
2010-01-01
test case we alredy get right.
Chris Lattner
2009-12-31
reuse negates where possible instead of always creating them from scratch.
Chris Lattner
2009-12-31
teach reassociate to factor x+x+x -> x*3. While I'm at it,
Chris Lattner
2009-12-31
simple fix for an incorrect factoring which causes a
Chris Lattner
2009-12-31
merge some more tests in.
Chris Lattner
2009-12-31
filecheckize
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 "opt %s" so that opt doesn't print the test
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
2009-06-04
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2008-08-16
Remove GCSE and LoadVN from the testsuite.
Owen Anderson
2008-06-10
Let some more tests ignore expected output on stderr.
Matthijs Kooijman
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 to not use llvm-upgrade.
Tanya Lattner
2008-02-17
Split up subtracts into add+negate if they have a reassociable use or operand
Chris Lattner
2008-02-17
upgrade and simplify this test.
Chris Lattner
2007-08-15
Convert tests using "| wc -l | grep ..." to use the count script.
Dan Gohman
2007-06-29
Convert .cvsignore files
John Criswell
2007-05-05
move these xfailed tests to lib/Target/README.txt
Chris Lattner
2007-04-16
For PR1319:
Reid Spencer
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-02-02
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2006-12-31
For PR950:
Reid Spencer
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-04-28
new testcase
Chris Lattner
2006-04-12
Added the ability to xfail based on llvmgcc version
Tanya Lattner
2006-03-23
Tired of wading through cvs's list ? files that are generated when building
Reid Spencer
2006-03-14
new testcase from a FIXME in the code
Chris Lattner
2006-03-14
Test that we can reassociate (x<<1)+(y<<1) -> (X+Y)<<1.
Chris Lattner
2006-03-04
new testcase
Chris Lattner
[next]