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
/
InstCombine
/
log-pow.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] Add test case for PR43617 (NFC)
Evandro Menezes
2019-10-10
1
-0
/
+10
*
[InstCombine] Expand the simplification of log()
Evandro Menezes
2019-09-30
1
-34
/
+28
*
[InstCombine] Add more test cases (NFC)
Evandro Menezes
2019-09-04
1
-40
/
+99
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+62
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-62
/
+0
*
Don't remove side effecting instructions due to ConstantFoldInstruction
David Majnemer
2016-07-22
1
-1
/
+2
*
[LibCallSimplifier] use instruction-level fast-math-flags to transform log calls
Sanjay Patel
2016-01-11
1
-22
/
+42
*
add fast-math-flags to 'call' instructions (PR21290)
Sanjay Patel
2015-12-14
1
-1
/
+1
*
[SimplifyLibCalls] Transform log(exp2(y)) to y*log(2) under fast-math.
Davide Italiano
2015-11-30
1
-0
/
+13
*
[SimplifyLibCalls] Don't crash if the function doesn't have a name.
Davide Italiano
2015-11-29
1
-0
/
+9
*
[SimplifyLibCalls] Tranform log(pow(x, y)) -> y*log(x).
Davide Italiano
2015-11-29
1
-0
/
+19