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
/
InstSimplify
/
call.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstSimplify] fold copysign with negated operand, part 2
Sanjay Patel
2019-12-08
1
-4
/
+2
*
[InstSimplify] fold copysign with negated operand
Sanjay Patel
2019-12-08
1
-6
/
+2
*
[InstSimplify] add tests for copysign with fneg operand; NFC
Sanjay Patel
2019-12-06
1
-0
/
+44
*
[InstSimplify] fold copysign with same args to the arg
Sanjay Patel
2019-11-26
1
-4
/
+2
*
[InstSimplify] add tests for copysign; NFC
Sanjay Patel
2019-11-26
1
-0
/
+21
*
[InstSimplify] fold fma/fmuladd with a NaN or undef operand
Sanjay Patel
2019-10-02
1
-24
/
+12
*
[InstSimplify] add tests for fma/fmuladd with undef operand; NFC
Sanjay Patel
2019-09-27
1
-0
/
+54
*
[InstSimplify] add tests for fma/fmuladd; NFC
Sanjay Patel
2019-09-18
1
-0
/
+136
*
[InstSimplify] Fix addo/subo undef folds (PR42209)
Roman Lebedev
2019-06-16
1
-8
/
+8
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+744
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-744
/
+0
*
[InstSimplify] remove zero-shift-guard fold for general funnel shift
Sanjay Patel
2019-02-26
1
-17
/
+25
*
[InstSimplify] add tests for rotate; NFC
Sanjay Patel
2019-02-26
1
-0
/
+100
*
[ConstantFolding] Consolidate and extend bitcount intrinsic tests; NFC
Nikita Popov
2018-12-20
1
-30
/
+0
*
[InstSimplify] fold funnel shifts with undef operands
Sanjay Patel
2018-11-20
1
-8
/
+4
*
[InstSimplify] add tests for funnel shift with undef operands; NFC
Sanjay Patel
2018-11-20
1
-0
/
+40
*
[InstSimplify] delete shift-of-zero guard ops around funnel shifts
Sanjay Patel
2018-11-15
1
-36
/
+34
*
[InstSimplify] add more tests for funnel shift with select; NFC
Sanjay Patel
2018-11-14
1
-13
/
+78
*
[InstSimplify] add tests for funnel shift with select; NFC
Sanjay Patel
2018-11-14
1
-0
/
+65
*
[InstSimplify] fold funnel shifts with 0-shift amount
Sanjay Patel
2018-07-29
1
-12
/
+6
*
[InstSimplify] add tests for funnel shift intrinsics; NFC
Sanjay Patel
2018-07-29
1
-10
/
+66
*
InstSimplify: canonicalize is idempotent
Matt Arsenault
2017-09-07
1
-2
/
+9
*
[ConstantFolding] Properly support constant folding of vector powi intrinsic....
Craig Topper
2017-06-04
1
-2
/
+1
*
[InstSimplify] Add test case demonstrating that we fail to constant fold vect...
Craig Topper
2017-06-04
1
-0
/
+24
*
[ConstantFolding] Fix constant folding for vector cttz and ctlz intrinsics to...
Craig Topper
2017-06-03
1
-2
/
+1
*
[InstCombine][InstSimplify] Add various tests for ctlz/cttz with vectors, som...
Craig Topper
2017-06-03
1
-0
/
+11
*
[InstSimplify] Simplify uadd/sadd/umul/smul with overflow intrinsics when the...
Craig Topper
2017-05-24
1
-0
/
+48
*
[InstSimplify] Add more tests for undef inputs and multiplying by 0 for the a...
Craig Topper
2017-05-23
1
-0
/
+92
*
[InstSimplify] auto-generate test checks. NFC
Craig Topper
2017-05-23
1
-33
/
+80
*
Simplify llvm.masked.load w/ undef masks
David Majnemer
2016-07-14
1
-0
/
+7
*
[ConstantFolding] Fold masked loads
David Majnemer
2016-07-14
1
-0
/
+11
*
[PM] Port InstSimplify to the new pass manager.
Davide Italiano
2016-07-07
1
-0
/
+1
*
[InstSimplify] Replace calls to null with undef
David Majnemer
2016-06-25
1
-0
/
+16
*
[MemoryBuiltins] Remove isOperatorNewLike by consolidating non-null inference...
Philip Reames
2016-01-04
1
-1
/
+1
*
[InstSimplify] Handle some overflow intrinsics in InstSimplify
David Majnemer
2015-05-22
1
-0
/
+24
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
1
-3
/
+3
*
Verify that we don't optimize null return checks to the nothrow_t version of ...
Benjamin Kramer
2013-09-24
1
-0
/
+23
*
MemoryBuiltins: Fix operator new bits.
Benjamin Kramer
2013-09-24
1
-0
/
+20
*
Teach MemoryBuiltins and InstructionSimplify that operator new never returns ...
Benjamin Kramer
2013-09-24
1
-0
/
+20
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-6
/
+6
*
Identify and simplify idempotent intrinsics. Test case included.
Michael Ilseman
2013-02-07
1
-0
/
+51
*
Teach instsimplify to use the constant folder where appropriate for
Chandler Carruth
2012-12-28
1
-0
/
+52