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
/
IR
/
Constants.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[IR] fix potential crash in Constant::isElementWiseEqual()
Sanjay Patel
2020-01-14
1
-4
/
+9
*
[IR] allow undefined elements when checking for splat constants
Sanjay Patel
2019-12-10
1
-5
/
+22
*
[ConstantFold][SVE] Fix constant folding for shufflevector.
Eli Friedman
2019-12-09
1
-1
/
+1
*
[InstCombine] Extend `0 - (X sdiv C) -> (X sdiv -C)` fold to non-splat vectors
Roman Lebedev
2019-12-05
1
-0
/
+24
*
Mark llvm::ConstantExpr::getAsInstruction as const
Alex Denisov
2019-11-12
1
-1
/
+1
*
[IR] adjust assert when replacing undef elements in vector constant
Sanjay Patel
2019-11-04
1
-1
/
+1
*
[IR] move/change null-check to assert
Sanjay Patel
2019-10-29
1
-1
/
+2
*
[IR] move helper function to replace undef constant (elements) with fixed con...
Sanjay Patel
2019-10-29
1
-4
/
+25
*
[Constant] Add 'isElementWiseEqual()' method
Roman Lebedev
2019-08-24
1
-0
/
+15
*
IR. Change strip* family of functions to not look through aliases.
Peter Collingbourne
2019-08-22
1
-4
/
+2
*
[IR] Simplify removeDeadConstantUsers. NFC
Fangrui Song
2019-08-14
1
-6
/
+3
*
Fix typo in r366494. Spotted by Yuanfang Chen.
Peter Collingbourne
2019-07-18
1
-1
/
+1
*
IR: Teach Constant::needsRelocation() that relative pointers don't need to be...
Peter Collingbourne
2019-07-18
1
-11
/
+23
*
[Constants] Simplify type checking switch in ConstantExpr::get.
Craig Topper
2019-05-05
1
-26
/
+6
*
Add FNeg IR constant folding support
Cameron McInally
2019-05-05
1
-4
/
+6
*
Change some StringRef::data() reinterpret_cast to bytes_begin() or arrayRefFr...
Fangrui Song
2019-04-07
1
-1
/
+1
*
[InstCombine] canonicalize funnel shift constant shift amount to be modulo bi...
Sanjay Patel
2019-03-14
1
-0
/
+10
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[opaque pointer types] Remove some calls to generic Type subtype accessors.
James Y Knight
2019-01-10
1
-3
/
+2
*
[ConstantInt] Check active bits before calling getZExtValue.
Florian Hahn
2018-12-12
1
-1
/
+5
*
APFloat: allow 64-bit of payload
JF Bastien
2018-12-10
1
-2
/
+24
*
[InstCombine] Support ssub.sat canonicalization for non-splats
Nikita Popov
2018-12-01
1
-11
/
+8
*
Use llvm::copy. NFC
Fangrui Song
2018-11-17
1
-1
/
+1
*
[IR] Add a dedicated FNeg IR Instruction
Cameron McInally
2018-11-13
1
-0
/
+30
*
[Constants] extend getBinOpIdentity(); NFC
Sanjay Patel
2018-07-06
1
-24
/
+41
*
[Constant] add undef element query for vector constants; NFC
Sanjay Patel
2018-07-06
1
-0
/
+10
*
[Constants] add identity constants for fadd/fmul
Sanjay Patel
2018-07-03
1
-1
/
+6
*
[InstCombine] fold shuffle-with-binop and common value
Sanjay Patel
2018-07-03
1
-0
/
+5
*
[IR] Strip trailing whitespace. NFC
Bjorn Pettersson
2018-07-03
1
-13
/
+13
*
[IR] Use Instruction::isBinaryOp helper instead of raw enum range tests. NFCI.
Simon Pilgrim
2018-06-22
1
-2
/
+1
*
Make ConstantDataArray::get constructor templated. Will support signed integers.
Alina Sbirlea
2018-03-19
1
-34
/
+0
*
[PatternMatch, InstSimplify] fix m_NaN to work with vector constants and use it
Sanjay Patel
2018-03-02
1
-0
/
+13
*
[InstCombine] fold fdiv with non-splat divisor to fmul: X/C --> X * (1/C)
Sanjay Patel
2018-02-20
1
-0
/
+13
*
[Constant] add floating-point helpers for normal/finite-nz; NFC
Sanjay Patel
2018-02-16
1
-0
/
+26
*
[InstCombine] allow X / C -> X * (1.0/C) for vector splat FP constants
Sanjay Patel
2018-02-15
1
-0
/
+11
*
Remove redundant includes from lib/IR.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
[IR] Implement Constant::isNegativeZeroValue/isZeroValue/isAllOnesValue/isOne...
Craig Topper
2017-07-15
1
-19
/
+67
*
[IR] Remove unnecessary const_casts from ConstantDataSequential and it's subc...
Craig Topper
2017-07-11
1
-29
/
+25
*
[IR] Add Type::isIntOrIntVectorTy(unsigned) similar to the existing isInteger...
Craig Topper
2017-07-09
1
-2
/
+2
*
[IR] Make use of Type::isPtrOrPtrVectorTy/isIntOrIntVectorTy/isFPOrFPVectorTy...
Craig Topper
2017-07-09
1
-4
/
+4
*
[IR] Use CmpInst::isFPPredicate/isIntPredicate in a few other places. NFC
Craig Topper
2017-07-05
1
-3
/
+4
*
[Constants] Fix copy-pasto in llvm_unreachable message. NFC
Craig Topper
2017-06-27
1
-1
/
+1
*
[Constants] Use isUIntN/isIntN from MathExtras instead of reimplementing the ...
Craig Topper
2017-06-07
1
-9
/
+2
*
[Constants] Use APInt::isNullValue/isOneValue/uge to simplify some code and t...
Craig Topper
2017-06-07
1
-1
/
+1
*
SimplifyLibCalls: Optimize wcslen
Matthias Braun
2017-05-19
1
-2
/
+2
*
[IR] De-virtualize ~Value to save a vptr
Reid Kleckner
2017-05-18
1
-11
/
+0
*
Suppress all uses of LLVM_END_WITH_NULL. NFC.
Serge Guelton
2017-05-09
1
-13
/
+2
*
[Constants] simplify get true/false code; NFCI
Sanjay Patel
2017-04-16
1
-18
/
+10
*
[IR] Fix a typo in a comment. NFC
Craig Topper
2017-04-11
1
-1
/
+1
*
Replace APFloatBase static fltSemantics data members with getter functions
Stephan Bergmann
2016-12-14
1
-41
/
+41
[next]