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] 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
*
[opaque pointer type] Change GetElementPtrInst::getIndexedType to take the po...
David Blaikie
2015-03-30
1
-2
/
+3
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-133
/
+116
*
Drop the hacks used for partial C99 math libraries.
Benjamin Kramer
2015-03-09
1
-10
/
+0
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
[InstSimplify] Support constant folding to vector of pointers
Bruno Cardoso Lopes
2014-10-22
1
-2
/
+12
*
Add minnum / maxnum intrinsics
Matt Arsenault
2014-10-21
1
-0
/
+15
*
Remove duplicate function names from comments. NFC.
Sanjay Patel
2014-10-02
1
-43
/
+35
*
Make the sqrt intrinsic return undef for a negative input.
Sanjay Patel
2014-10-01
1
-2
/
+8
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-1
/
+1
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-1
/
+1
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-1
/
+1
*
Look through addrspacecast in IsConstantOffsetFromGlobal
Matt Arsenault
2014-07-14
1
-1
/
+2
[prev]
[next]