index
:
delta/llvm.git
277873ce0f48
51f23efbef48
5357a98c823a
9eb3e564d3b
EmptyLineAfterFunctionDefinition
HEAD
Jamie_Phabricator_D100991
LitFixes
Llvm
aranges
arcpatch-D108319
arcpatch-D113798
arcpatch-D90810
base_offset
baserock/flang
baserock/morph
c92d1aa44b132597d
cherry-pick-something
cleaner-attribute-errors
cmake-integration
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
diagnostic-handler-dev
efb284c07e
eng/PR-D101122-follow-up
fix_asan
forTom
hostassoc
llvm_plex_11.0.1
lntue-libc-fmin
maain
mai
main
maste
master
muiez/revert-ffad4
omp-loop
optimize_compinstr_fix
perf/tmp
relase/12.x
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/13.x
release/14.x
release/15.x
release/16.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215010
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
relese/12.x
rgallop/opensource-main/scudo_standalone
scripted-process
shape
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
temp-test-main
test-D97234
testing
upstream
use-after-move-docs
verify-in-debug
vkd1
zibi/warnings_from_nanosleep
github.com: llvm/llvm-project.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
ConstantFolding.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Added missing break; added LLVM_FALLTHROUGH to address warning: this statemen...
Galina Kistanova
2017-05-31
1
-0
/
+2
*
[ValueTracking] Convert most of the calls to computeKnownBits to use the vers...
Craig Topper
2017-05-24
1
-5
/
+2
*
[ConstantFolding] Add folding for various math '__<func>_finite' routines gen...
Andrew Kaylor
2017-05-12
1
-11
/
+69
*
[KnownBits] Add methods for determining if KnownBits is a constant value
Craig Topper
2017-05-03
1
-5
/
+4
*
[ValueTracking] Introduce a KnownBits struct to wrap the two APInts for compu...
Craig Topper
2017-04-26
1
-8
/
+9
*
[ConstantFolding] Use Intrinsic::not_intrinsic instead of 0 for readability. ...
Craig Topper
2017-04-07
1
-1
/
+1
*
[ConstantFolding] Fix to prevent constant folding having to repeatedly scan o...
David Green
2017-03-21
1
-1
/
+1
*
Use MutableArrayRef for APFloat::convertToInteger
Simon Pilgrim
2017-03-20
1
-3
/
+3
*
[Analysis] bitreverse(undef) returns undef
Brian Gesiak
2017-03-19
1
-1
/
+2
*
[Analysis] Add LibFunc_ prefix to enums in TargetLibraryInfo. (NFC)
David L. Jones
2017-01-23
1
-88
/
+88
*
[ConstantFolding] Constant-fold llvm.sqrt(x) like other intrinsics.
Justin Lebar
2017-01-21
1
-13
/
+2
*
[InstCombiner] Simplify lib calls to `round{,f}`
Bryant Wong
2016-12-26
1
-0
/
+6
*
[ConstantFolding] Fix vector GEPs harder
Michael Kuperstein
2016-12-21
1
-3
/
+6
*
Replace APFloatBase static fltSemantics data members with getter functions
Stephan Bergmann
2016-12-14
1
-4
/
+4
*
ConstantFolding: Don't crash when encountering vector GEP
Keno Fischer
2016-12-08
1
-3
/
+4
*
InstCombine: Fold bitcast of vector to FP scalar
Matt Arsenault
2016-12-07
1
-23
/
+25
*
ConstantFolding: Factor code into helper function
Matt Arsenault
2016-12-02
1
-23
/
+34
*
Analysis: gep inbounds (gep inbounds (...)) is inbounds.
Peter Collingbourne
2016-11-22
1
-2
/
+4
*
IR: Introduce inrange attribute on getelementptr indices.
Peter Collingbourne
2016-11-10
1
-9
/
+31
*
DCE math library calls with a constant operand.
Eli Friedman
2016-11-02
1
-0
/
+149
*
[ConstantFold] Improve the bitcast folding logic for constant vectors.
Andrea Di Biagio
2016-09-13
1
-2
/
+13
*
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...
Eugene Zelenko
2016-08-25
1
-6
/
+15
*
[ConstantFolding] Don't create illegal (non-integral) inttoptrs
Sanjoy Das
2016-08-05
1
-3
/
+4
*
[ConstantFolding] Handle bitcasts of undef fp vector elements
David Majnemer
2016-07-29
1
-1
/
+1
*
[ConstantFolding] Fold bitcasts of vectors w/ undef elements
David Majnemer
2016-07-29
1
-2
/
+11
*
[ConstantFolding] Remove an unused ConstantFoldInstOperands overload
David Majnemer
2016-07-29
1
-14
/
+5
*
[ConstantFolding] Use ConstantExpr::getWithOperands
David Majnemer
2016-07-29
1
-0
/
+3
*
[ConstnatFolding] Teach the folder how to fold ConstantVector
David Majnemer
2016-07-29
1
-57
/
+60
*
[ConstantFolding] Don't bail on folding if ConstantFoldConstantExpression fails
David Majnemer
2016-07-28
1
-19
/
+23
*
[ConstantFolding] Correctly handle failures in ConstantFoldConstantExpression...
David Majnemer
2016-07-27
1
-4
/
+13
*
[X86][SSE] Reimplement SSE fp2si conversion intrinsics instead of using gener...
Simon Pilgrim
2016-07-19
1
-9
/
+10
*
Simplify llvm.masked.load w/ undef masks
David Majnemer
2016-07-14
1
-14
/
+21
*
[ConstantFolding] Fold masked loads
David Majnemer
2016-07-14
1
-1
/
+36
*
[ConstantFolding] Extend FoldReinterpretLoadFromConstPtr to handle negative o...
David Majnemer
2016-07-13
1
-10
/
+20
*
[ConstantFolding] Use sdiv_ov
David Majnemer
2016-07-13
1
-4
/
+4
*
[ConstantFolding] Don't treat negative GEP offsets as positive
David Majnemer
2016-07-13
1
-4
/
+7
*
[ConstantFolding] Cleanups
David Majnemer
2016-07-13
1
-67
/
+66
*
[IR] Make getIndexedOffsetInType return a signed result
David Majnemer
2016-07-13
1
-1
/
+1
*
[ConstantFolding] Fix bitcast vector of i1.
Igor Breger
2016-06-27
1
-1
/
+1
*
Replace silly uses of 'signed' with 'int'
David Majnemer
2016-06-21
1
-7
/
+6
[next]