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
/
lib
/
Analysis
/
ConstantFolding.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reland [DataLayout] Fix occurrences that size and range of pointers are assum...
Nicola Zaghen
2019-12-13
1
-10
/
+10
*
Temporarily Revert "[DataLayout] Fix occurrences that size and range of point...
Nicola Zaghen
2019-12-12
1
-10
/
+10
*
[DataLayout] Fix occurrences that size and range of pointers are assumed to b...
Nicola Zaghen
2019-12-12
1
-10
/
+10
*
[IR] Split out target specific intrinsic enums into separate headers
Reid Kleckner
2019-12-11
1
-0
/
+2
*
[ConstantFolding] Fold constant calls to log2()
Evandro Menezes
2019-09-30
1
-0
/
+9
*
ConstantFold - silence static analyzer dyn_cast<ExtractValueInst> null derefe...
Simon Pilgrim
2019-09-26
1
-1
/
+1
*
[ConstantFolding] Use FoldBitCast correctly
Keno Fischer
2019-09-26
1
-2
/
+20
*
[ConstantFolding] Expand folding of some library functions
Evandro Menezes
2019-09-12
1
-3
/
+22
*
[ConstProp] allow folding for fma that produces NaN
Sanjay Patel
2019-09-12
1
-7
/
+3
*
[ConstantFolding] Refactor math functions to use LLVM ones (NFC)
Evandro Menezes
2019-09-11
1
-37
/
+42
*
[ConstantFolding] Refactor functions not available before C99 (NFC)
Evandro Menezes
2019-09-06
1
-1
/
+6
*
[ConstantFolding] Refactor function match for better speed (NFC)
Evandro Menezes
2019-09-06
1
-102
/
+134
*
[ConstantFolding] Fix 'undef' folding for @llvm.[us]{add,sub}.with.overflow o...
Roman Lebedev
2019-09-01
1
-11
/
+18
*
IR. Change strip* family of functions to not look through aliases.
Peter Collingbourne
2019-08-22
1
-2
/
+2
*
[SCCP] Update condition to avoid overflow.
Alina Sbirlea
2019-07-31
1
-1
/
+1
*
Analysis: Don't look through aliases when simplifying GEPs.
Peter Collingbourne
2019-07-22
1
-1
/
+1
*
[SCEV] teach SCEV symbolical execution about overflow intrinsics folding.
Chen Zheng
2019-07-11
1
-0
/
+3
*
[ConstantFolding] Use hasVectorInstrinsicScalarOpd. NFC
Bjorn Pettersson
2019-06-24
1
-16
/
+13
*
[ConstantFolding] Add constant folding for smul.fix and smul.fix.sat
Bjorn Pettersson
2019-06-19
1
-0
/
+46
*
[ConstantFolding] Refactor ConstantFoldScalarCall. NFC
Bjorn Pettersson
2019-06-19
1
-469
/
+497
*
[ConstantFolding] Fix assertion failure on non-power-of-two vector load.
Jay Foad
2019-06-19
1
-1
/
+1
*
[NFC] Don't export helpers of ConstantFoldCall
Joerg Sonnenberger
2019-06-07
1
-9
/
+11
*
Add FNeg IR constant folding support
Cameron McInally
2019-05-05
1
-1
/
+10
*
[ConstantFolding] Fix GetConstantFoldFPValue to avoid cast overflow.
Bixia Zheng
2019-03-22
1
-4
/
+2
*
[CallSite removal] Migrate ConstantFolding APIs and implementation to
Chandler Carruth
2019-02-11
1
-26
/
+29
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ConstantFolding] Fold undef for integer intrinsics
Nikita Popov
2019-01-11
1
-63
/
+114
*
[ConstantFolding] Handle leading zero-size elements in load folding
Nikita Popov
2018-12-11
1
-2
/
+13
*
[ConstantFolding] Add support for saturating add/sub
Sanjay Patel
2018-11-20
1
-0
/
+12
*
Add support for llvm.is.constant intrinsic (PR4898)
James Y Knight
2018-11-07
1
-0
/
+22
*
[ConstantFolding] Constant fold minimum and maximum intrinsics
Thomas Lively
2018-10-19
1
-0
/
+14
*
Prevent Constant Folding From Optimizing inrange GEP
Peter Collingbourne
2018-09-11
1
-9
/
+2
*
[ConstantFolding] add simplifications for funnel shift intrinsics
Sanjay Patel
2018-08-17
1
-0
/
+25
*
[X86] Add constant folding for AVX512 versions of scalar floating point to in...
Craig Topper
2018-08-12
1
-5
/
+76
*
ConstantFolding: Avoid a crash.
Manoj Gupta
2018-07-23
1
-6
/
+13
*
llvm: Add support for "-fno-delete-null-pointer-checks"
Manoj Gupta
2018-07-09
1
-6
/
+9
*
Implement strip.invariant.group
Piotr Padlewski
2018-07-02
1
-3
/
+6
*
Constant fold launder of null and undef
Piotr Padlewski
2018-05-18
1
-1
/
+12
*
[Evaluator] Evaluate load/store with bitcast
Eugene Leviant
2018-03-13
1
-34
/
+39
*
Adding a width of the GEP index to the Data Layout.
Elena Demikhovsky
2018-02-14
1
-20
/
+20
*
Revert "Fix typo [NFC]"
Xin Tong
2017-10-01
1
-6
/
+3
*
Fix typo [NFC]
Xin Tong
2017-10-01
1
-3
/
+6
*
Add strictfp attribute to prevent unwanted optimizations of libm calls
Andrew Kaylor
2017-08-14
1
-3
/
+3
*
[InstSimplify] Don't constant fold or DCE calls that are marked nobuiltin
Andrew Kaylor
2017-06-09
1
-5
/
+14
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[ConstantFolding] Combine an if statement into an earlier one that checked th...
Craig Topper
2017-06-04
1
-7
/
+3
*
[ConstantFolding][X86] Replace an LLVM_FALLTHROUGH with a break because it re...
Craig Topper
2017-06-04
1
-1
/
+2
*
[ConstantFolding] Properly support constant folding of vector powi intrinsic....
Craig Topper
2017-06-04
1
-1
/
+2
*
[ConstantFolding] Fix constant folding for vector cttz and ctlz intrinsics to...
Craig Topper
2017-06-03
1
-0
/
+7
*
[InstSimplify][ConstantFolding] Teach constant folding how to handle icmp nul...
Craig Topper
2017-06-02
1
-0
/
+7
[next]