index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
Reassociate
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove empty test.
Benjamin Kramer
2011-08-02
1
-0
/
+0
*
Revert r136503 and r136480 in an effort to fix non-determinism in the llvm-gc...
Owen Anderson
2011-08-02
1
-38
/
+0
*
Clean up debug info after reassociation.
Devang Patel
2011-07-29
1
-0
/
+38
*
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-07-09
1
-2
/
+0
*
Fix reassociate to use a worklist instead of recursing when new
Dan Gohman
2011-04-12
1
-0
/
+24
*
Fix reassociate to postpone certain instruction deletions until
Dan Gohman
2011-03-10
1
-0
/
+25
*
fix PR9215, preventing -reassociate from clearing nsw/nuw when
Chris Lattner
2011-02-17
1
-0
/
+7
*
Fix reassociate to clear optional flags, such as nsw.
Dan Gohman
2011-02-02
1
-0
/
+22
*
Fix PR9039, a use-after-free in reassociate. The issue was that the
Duncan Sands
2011-01-26
1
-0
/
+35
*
fix a nice subtle reassociate bug which would only occur
Chris Lattner
2010-03-05
1
-2
/
+13
*
Add a test for my change to disable reassociation for i1 types.
Bob Wilson
2010-02-06
1
-0
/
+10
*
filecheckize
Chris Lattner
2010-01-18
1
-13
/
+19
*
only factor from expressions whose uses are empty and whose
Chris Lattner
2010-01-09
1
-1
/
+19
*
fix an infinite loop in reassociate building emacs.
Chris Lattner
2010-01-05
1
-0
/
+15
*
When factoring multiply expressions across adds, factor both
Chris Lattner
2010-01-01
1
-0
/
+13
*
test case we alredy get right.
Chris Lattner
2010-01-01
1
-0
/
+12
*
reuse negates where possible instead of always creating them from scratch.
Chris Lattner
2009-12-31
1
-0
/
+13
*
teach reassociate to factor x+x+x -> x*3. While I'm at it,
Chris Lattner
2009-12-31
1
-10
/
+32
*
simple fix for an incorrect factoring which causes a
Chris Lattner
2009-12-31
1
-0
/
+11
*
merge some more tests in.
Chris Lattner
2009-12-31
3
-25
/
+28
*
filecheckize
Chris Lattner
2009-12-31
4
-92
/
+101
*
Convert more tests to avoid llvm-as.
Dan Gohman
2009-09-11
3
-6
/
+3
*
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-11
19
-19
/
+19
*
Use "opt < %s" instead of "opt %s" so that opt doesn't print the test
Dan Gohman
2009-09-08
1
-1
/
+1
*
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
21
-21
/
+21
*
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-08
22
-22
/
+22
*
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2009-06-04
1
-2
/
+2
*
Remove GCSE and LoadVN from the testsuite.
Owen Anderson
2008-08-16
2
-2
/
+2
*
Let some more tests ignore expected output on stderr.
Matthijs Kooijman
2008-06-10
1
-1
/
+1
*
sabre brings to my attention that the 'tr' suffix is also obsolete
Gabor Greif
2008-05-20
1
-1
/
+1
*
Rename the last test with .llx extension to .ll, resolve duplicate test by re...
Gabor Greif
2008-05-20
1
-1
/
+1
*
Upgrade tests to not use llvm-upgrade.
Tanya Lattner
2008-03-19
23
-273
/
+288
*
Split up subtracts into add+negate if they have a reassociable use or operand
Chris Lattner
2008-02-17
1
-0
/
+13
*
upgrade and simplify this test.
Chris Lattner
2008-02-17
1
-6
/
+7
*
Convert tests using "| wc -l | grep ..." to use the count script.
Dan Gohman
2007-08-15
5
-8
/
+8
*
Convert .cvsignore files
John Criswell
2007-06-29
1
-3
/
+0
*
move these xfailed tests to lib/Target/README.txt
Chris Lattner
2007-05-05
1
-66
/
+0
*
For PR1319:
Reid Spencer
2007-04-16
3
-6
/
+13
*
For PR1319:
Reid Spencer
2007-04-16
1
-1
/
+2
*
For PR1319:
Reid Spencer
2007-04-15
4
-5
/
+8
*
Make the llvm-runtest function much more amenable by eliminating all the
Reid Spencer
2007-04-11
1
-1
/
+1
*
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-02-02
1
-1
/
+1
*
For PR950:
Reid Spencer
2006-12-31
2
-2
/
+2
*
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-12-02
24
-27
/
+27
*
new testcase
Chris Lattner
2006-04-28
1
-0
/
+7
*
Added the ability to xfail based on llvmgcc version
Tanya Lattner
2006-04-12
1
-1
/
+1
*
Tired of wading through cvs's list ? files that are generated when building
Reid Spencer
2006-03-23
1
-0
/
+3
*
new testcase from a FIXME in the code
Chris Lattner
2006-03-14
2
-2
/
+16
*
Test that we can reassociate (x<<1)+(y<<1) -> (X+Y)<<1.
Chris Lattner
2006-03-14
1
-0
/
+11
*
new testcase
Chris Lattner
2006-03-04
2
-0
/
+27
[next]