index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
Transforms
/
Reassociate
/
basictest.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+297
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-297
/
+0
*
[Reassociate] regenerate checks; NFC
Sanjay Patel
2018-07-03
1
-77
/
+115
*
Reassociate: add global reassociation algorithm
Fiona Glaser
2017-12-12
1
-0
/
+15
*
[Reassociate] Add negated value of negative constant to the Duplicates list.
Chad Rosier
2017-02-23
1
-0
/
+20
*
PM: Port Reassociate to the new pass manager
Justin Bogner
2016-04-26
1
-0
/
+1
*
[Reassociate] Don't propogate flags when creating negations
David Majnemer
2015-06-24
1
-2
/
+6
*
[Reassociate] Canonicalizing 'x [+-] (-Constant * y)' isn't always a win
David Majnemer
2015-05-28
1
-2
/
+2
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-12
/
+12
*
Revert "[Reassociate] As the expression tree is rewritten make sure the opera...
Chad Rosier
2014-11-19
1
-3
/
+3
*
[Reassociate] As the expression tree is rewritten make sure the operands are
Chad Rosier
2014-11-17
1
-3
/
+3
*
[Reassociate] Canonicalize negative constants out of expressions.
Chad Rosier
2014-11-11
1
-1
/
+1
*
Revert "[Reassociate] Canonicalize negative constants out of expressions."
Reid Kleckner
2014-11-04
1
-1
/
+1
*
[Reassociate] Canonicalize negative constants out of expressions.
Chad Rosier
2014-11-03
1
-1
/
+1
*
[Reassociate] FileCheckize and cleanup a few testcases. No functional change
Chad Rosier
2014-06-11
1
-99
/
+102
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-15
/
+15
*
Add a test for my change to disable reassociation for i1 types.
Bob Wilson
2010-02-06
1
-0
/
+10
*
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
1
-0
/
+28
*
filecheckize
Chris Lattner
2009-12-31
1
-4
/
+101
*
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-11
1
-1
/
+1
*
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
1
-1
/
+1
*
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-08
1
-1
/
+1
*
Upgrade tests to not use llvm-upgrade.
Tanya Lattner
2008-03-19
1
-5
/
+6
*
Regression is gone, don't try to find it on clean target.
Reid Spencer
2007-01-17
1
-0
/
+9