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
/
Analysis
/
ConstantFolding
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ConstantFold][SVE] Fix constant folding for shufflevector.
Eli Friedman
2019-12-09
1
-0
/
+11
*
[ConstantFold][SVE] Skip scalable vectors in ConstantFoldInsertElementInstruc...
Huihui Zhang
2019-12-05
1
-0
/
+19
*
[ConstFolding] move tests for copysign; NFC
Sanjay Patel
2019-11-26
1
-0
/
+53
*
[ConstantFold] Handle identity folds at top of ConstantFoldBinaryInst
Florian Hahn
2019-11-17
1
-4
/
+4
*
[ConstantFold] Add some tests for binops with constants and undefs.
Florian Hahn
2019-11-17
1
-0
/
+50
*
[ConstantFold] Fold extractelement of getelementptr
Jay Foad
2019-10-28
1
-1
/
+1
*
[ConstantFolding] Fold constant calls to log2()
Evandro Menezes
2019-09-30
1
-6
/
+4
*
[ConstantFolding] Expand folding of some library functions
Evandro Menezes
2019-09-12
3
-0
/
+306
*
[ConstantFolding] Add new test cases for transcendentals (NFC)
Evandro Menezes
2019-09-06
2
-0
/
+245
*
Fix pointer width in test from r366754.
Peter Collingbourne
2019-07-22
1
-2
/
+2
*
Analysis: Don't look through aliases when simplifying GEPs.
Peter Collingbourne
2019-07-22
1
-0
/
+17
*
[ConstantFolding] Add constant folding for smul.fix and smul.fix.sat
Bjorn Pettersson
2019-06-19
2
-0
/
+244
*
Add FNeg support to InstructionSimplify
Cameron McInally
2019-05-06
1
-11
/
+0
*
Precommit an FNeg InstructionSimplify test.
Cameron McInally
2019-05-05
1
-0
/
+11
*
Add FNeg IR constant folding support
Cameron McInally
2019-05-05
1
-0
/
+42
*
[ConstantFolding] Fold undef for integer intrinsics
Nikita Popov
2019-01-11
3
-104
/
+52
*
Revert patches 348835 and 348571 because they're
Ranjeet Singh
2019-01-04
1
-27
/
+0
*
[ConstantFolding] Consolidate and extend bitcount intrinsic tests; NFC
Nikita Popov
2018-12-20
1
-0
/
+187
*
[ConstantFolding] Add tests for funnel shifts with undef operands; NFC
Nikita Popov
2018-12-20
1
-0
/
+167
*
[ConstantFolding] Add tests for sat add/sub with undefs; NFC
Nikita Popov
2018-12-20
1
-0
/
+218
*
[ConstantFolding] Split up saturating add/sub tests; NFC
Nikita Popov
2018-12-20
1
-97
/
+158
*
Cleanup test case by removing unused attribute dso_local
Ranjeet Singh
2018-12-11
1
-4
/
+4
*
[IR] Don't assume all functions are 4 byte aligned
Ranjeet Singh
2018-12-07
1
-0
/
+27
*
Reverting r348215
Ranjeet Singh
2018-12-04
1
-27
/
+0
*
[IR] Don't assume all functions are 4 byte aligned
Ranjeet Singh
2018-12-04
1
-0
/
+27
*
[ConstantFolding] Add support for saturating add/sub
Sanjay Patel
2018-11-20
1
-0
/
+111
*
[ConstantFolding] Constant fold minimum and maximum intrinsics
Thomas Lively
2018-10-19
1
-0
/
+136
*
Prevent Constant Folding From Optimizing inrange GEP
Peter Collingbourne
2018-09-11
1
-15
/
+12
*
[InstCombine] remove unnecessary shuffle undef folding
Sanjay Patel
2018-08-29
1
-0
/
+8
*
[ConstantFolding] improve folding of binops with vector undef operand
Sanjay Patel
2018-08-20
1
-8
/
+8
*
[ConstantFolding] add tests for binops on vectors with undef elements; NFC
Sanjay Patel
2018-08-20
1
-0
/
+61
*
[ConstantFolding] add simplifications for funnel shift intrinsics
Sanjay Patel
2018-08-17
1
-12
/
+6
*
[ConstantFolding] add tests for funnel shift intrinsics; NFC
Sanjay Patel
2018-08-16
1
-0
/
+89
*
[ConstantFold] Disallow folding vector geps into bitcasts
Karl-Johan Karlsson
2018-06-01
1
-3
/
+3
*
[ConstantFold] Add lit testcase for bitcast problem. NFC
Karl-Johan Karlsson
2018-06-01
1
-0
/
+29
*
[ConstantFolding, InstSimplify] Handle more vector GEPs
Matthew Simpson
2018-03-15
1
-0
/
+26
*
Remove alignment argument from memcpy/memmove/memset in favour of alignment a...
Daniel Neilson
2018-01-19
1
-3
/
+3
*
[ConstantFolding] Avoid assert when folding ptrtoint of vectorized GEP
Bjorn Pettersson
2017-10-24
1
-0
/
+32
*
[InstSimplify] Constant fold the new GEP in SimplifyGEPInst.
Joey Gouly
2017-06-06
1
-1
/
+1
*
[ConstantFolding] Fix to prevent constant folding having to repeatedly scan o...
David Green
2017-03-21
1
-0
/
+73
*
[ConstantFold] Fix defect in constant folding computation for GEP
Javed Absar
2017-03-08
1
-0
/
+52
*
[ConstantFolding] Fix vector GEPs harder
Michael Kuperstein
2016-12-21
1
-0
/
+21
*
ConstantFolding: Don't crash when encountering vector GEP
Keno Fischer
2016-12-08
1
-0
/
+19
*
IR: Introduce inrange attribute on getelementptr indices.
Peter Collingbourne
2016-11-10
1
-0
/
+30