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
*
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
*
[ConstantFolding, ValueTracking] Fold constants involving bitcasts of Constan...
David Majnemer
2016-05-04
1
-7
/
+10
*
CodeGen: Use PLT relocations for relative references to unnamed_addr functions.
Peter Collingbourne
2016-04-22
1
-2
/
+6
*
Propagate Undef in llvm.cos Intrinsic
Sanjoy Das
2016-04-08
1
-0
/
+5
*
Don't IPO over functions that can be de-refined
Sanjoy Das
2016-04-08
1
-1
/
+1
*
Fix Clang-tidy modernize-deprecated-headers warnings in some files; other min...
Eugene Zelenko
2016-03-28
1
-61
/
+63
*
Implement constant folding for bitreverse
Matt Arsenault
2016-03-21
1
-0
/
+3
*
Re-add ConstantFoldInstOperands form taking opcode and return type.
Manuel Jacob
2016-03-14
1
-4
/
+13
*
ConstantFoldInstruction: avoid wasted calls to ConstantFoldConstantExpression
Fiona Glaser
2016-03-13
1
-5
/
+5
*
[ConstantFolding] Reduce APInt and APFloat copying.
Benjamin Kramer
2016-02-13
1
-1
/
+1
*
Remove duplicate documentation in ConstantFolding.cpp. NFC.
Manuel Jacob
2016-01-23
1
-22
/
+0
*
[opaque pointer types] [NFC] DataLayout::getIndexedOffset: take source elemen...
Eduard Burtescu
2016-01-22
1
-3
/
+4
*
[opaque pointer types] [NFC] Add an explicit type argument to ConstantFoldLoa...
Eduard Burtescu
2016-01-22
1
-21
/
+21
*
[opaque pointer types] [NFC] Take advantage of get{Source,Result}ElementType ...
Eduard Burtescu
2016-01-21
1
-45
/
+58
*
Undo r258163 "Move part of an if condition into an assertion. NFC."
Manuel Jacob
2016-01-21
1
-2
/
+2
*
Change ConstantFoldInstOperands to take Instruction instead of opcode and typ...
Manuel Jacob
2016-01-21
1
-48
/
+56
*
Introduce ConstantFoldCastOperand function and migrate some callers of Consta...
Manuel Jacob
2016-01-21
1
-52
/
+64
*
Introduce ConstantFoldBinaryOpOperands function and migrate some callers of C...
Manuel Jacob
2016-01-21
1
-10
/
+13
*
Move part of an if condition into an assertion. NFC.
Manuel Jacob
2016-01-19
1
-2
/
+2
*
Enable constant propagation for more math functions
Erik Schnetter
2015-08-27
1
-37
/
+55
*
Revert 246186; still breaks on some systems
Erik Schnetter
2015-08-27
1
-55
/
+37
*
Enable constant propagation for more math functions
Erik Schnetter
2015-08-27
1
-37
/
+55
*
Revert r246158 since it breaks LLVM.Transforms/ConstProp.calls.ll
Erik Schnetter
2015-08-27
1
-55
/
+37
*
Enable constant propagation for more math functions
Erik Schnetter
2015-08-27
1
-37
/
+55
*
Fix assert when inlining a constantexpr addrspacecast
Matt Arsenault
2015-07-27
1
-2
/
+1
*
[ConstantFolding] Support folding loads from a GlobalAlias
David Majnemer
2015-07-22
1
-0
/
+4
*
Constfold trunc,rint,nearbyint,ceil and floor using APFloat
Karthik Bhat
2015-07-21
1
-4
/
+33
*
Allow constfolding of llvm.sin.* and llvm.cos.* intrinsics
Karthik Bhat
2015-07-08
1
-0
/
+6
*
[ConstantFolding] Fix wrong folding of intrinsic 'convert.from.fp16'.
Andrea Di Biagio
2015-05-14
1
-2
/
+2
*
Convert PHI getIncomingValue() to foreach over incoming_values(). NFC.
Pete Cooper
2015-05-12
1
-2
/
+1
*
Added support for building against Android API-9 SDK
Vince Harron
2015-05-07
1
-1
/
+1
*
[opaque pointer type] API migration for GEP constant factories
David Blaikie
2015-04-02
1
-9
/
+11
[next]