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
*
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
*
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
[next]