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
*
[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
*
[Constants] don't die processing non-ConstantInt GEP indices in isGEPWithNoNo...
Sanjay Patel
2016-12-11
1
-6
/
+8
*
IR: Move NumElements field from {Array,Vector}Type to SequentialType.
Peter Collingbourne
2016-12-02
1
-4
/
+2
*
IR: Change the gep_type_iterator API to avoid always exposing the "current" t...
Peter Collingbourne
2016-12-02
1
-9
/
+4
*
IR: Introduce inrange attribute on getelementptr indices.
Peter Collingbourne
2016-11-10
1
-4
/
+9
*
Use unique_ptr in LLVMContextImpl's constant maps.
Justin Lebar
2016-10-10
1
-16
/
+18
*
[Constant] remove fdiv and frem from canTrap()
Sanjay Patel
2016-08-29
1
-2
/
+0
*
Apply clang-tidy's modernize-loop-convert to most of lib/IR.
Benjamin Kramer
2016-06-26
1
-2
/
+2
*
[IR] Require ArrayRef of 'uint32_t' instead of 'int' for the mask argument fo...
Craig Topper
2016-06-12
1
-5
/
+0
*
[IR] Teach the ArrayRef<int> form of IRBuilder::CreateShuffleVector to use Co...
Craig Topper
2016-05-29
1
-0
/
+5
*
fix formatting; NFC
Sanjay Patel
2016-05-18
1
-6
/
+3
*
Vector GEP - fixed a crash on InstSimplify Pass.
Elena Demikhovsky
2016-05-15
1
-7
/
+16
*
clean up documentation comments; NFC
Sanjay Patel
2016-04-29
1
-110
/
+14
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-3
/
+0
*
IR: Introduce ConstantAggregate, NFC
Duncan P. N. Exon Smith
2016-04-05
1
-34
/
+24
*
IR: Add missing assertion for ConstantVector::ConstantVector
Duncan P. N. Exon Smith
2016-04-05
1
-0
/
+2
*
IR: Add ConstantData, for operand-less Constants
Duncan P. N. Exon Smith
2016-02-21
1
-32
/
+6
*
Simplify handleOperandChangeImpl() removing last argument (NFC)
Mehdi Amini
2016-02-10
1
-49
/
+41
*
[opaque pointer types] [NFC] GEP: replace get(Pointer)ElementType uses with g...
Eduard Burtescu
2016-01-19
1
-1
/
+6
*
[IR] Add classof for GetElementPtrConstantExpr, CompareConstantExpr, InsertVa...
Craig Topper
2015-12-15
1
-2
/
+1
*
Use CmpInst::Predicate instead of 'unsigned short' in some places. NFC
Craig Topper
2015-12-15
1
-1
/
+1
*
IR: Make ConstantDataArray::getFP actually return a ConstantDataArray
Justin Bogner
2015-12-09
1
-1
/
+1
*
IR: Allow vectors of halfs to be ConstantDataVectors
Justin Bogner
2015-12-08
1
-3
/
+15
*
IR: Clean up some duplicated code in ConstantDataSequential creation. NFC
Justin Bogner
2015-12-01
1
-136
/
+57
*
Fix another infinite loop in Reassociate caused by Constant::isZero().
Owen Anderson
2015-11-20
1
-0
/
+10
[next]