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
/
fast-basictest.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] canonicalize fneg before fmul/fdiv
Sanjay Patel
2019-07-31
1
-4
/
+17
*
[Reassociate] Handle unary FNeg in the Reassociate pass
Cameron McInally
2019-06-19
1
-4
/
+17
*
[NFC][Reassociate] Fix mistake in 468b2ad
Cameron McInally
2019-06-05
1
-10
/
+8
*
[NFC][Reassociate] Add unary fneg tests to fast-basictest.ll
Cameron McInally
2019-06-05
1
-0
/
+69
*
[NFC][Reassociate] Regenerate CHECKs for fast-basictest.ll
Cameron McInally
2019-06-05
1
-15
/
+15
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+606
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-606
/
+0
*
[InstCombine] Enable Add/Sub simplifications with only 'reassoc' FMF
Warren Ristow
2018-04-14
1
-4
/
+93
*
[InstCombine] allow fmul fold with less than 'fast'
Sanjay Patel
2018-03-02
1
-4
/
+3
*
[Reassociate] regenerate checks; NFC
Sanjay Patel
2018-03-01
1
-61
/
+62
*
[Reassociate] add tests with 'reassoc' FMF; NFC
Sanjay Patel
2017-11-13
1
-1
/
+221
*
[Reassociate] don't name values "tmp"; NFCI
Sanjay Patel
2017-11-09
1
-109
/
+121
*
Add intermediate subtract instructions to reassociation worklist.
Owen Anderson
2015-11-16
1
-1
/
+1
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-9
/
+9
*
Revert "[Reassociate] As the expression tree is rewritten make sure the opera...
Chad Rosier
2014-11-19
1
-5
/
+5
*
[Reassociate] As the expression tree is rewritten make sure the operands are
Chad Rosier
2014-11-17
1
-5
/
+5
*
Reassociate x + -0.1234 * y into x - 0.1234 * y
Erik Verbruggen
2014-08-21
1
-1
/
+1
*
[Reassociation] Add support for reassociation with unsafe algebra.
Chad Rosier
2014-08-14
1
-0
/
+285