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] 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
*
Fix a pair of issues that caused an infinite loop in reassociate.
Owen Anderson
2015-11-20
1
-0
/
+6
*
Drop prelink support.
Rafael Espindola
2015-11-17
1
-16
/
+11
*
[IR] Manage TheNoneToken with a std::unique_ptr
David Majnemer
2015-11-16
1
-2
/
+2
*
Comment update. NFC.
Rafael Espindola
2015-11-12
1
-16
/
+0
*
[IR] Add support for empty tokens
David Majnemer
2015-11-11
1
-2
/
+22
*
[opaque pointer type]: Pass explicit pointee type when building a constant GEP.
David Blaikie
2015-08-21
1
-5
/
+8
*
De-constify pointers to Type since they can't be modified. NFC
Craig Topper
2015-08-01
1
-8
/
+8
*
Devirtualize Constant::replaceUsesOfWithOnConstant.
Pete Cooper
2015-06-24
1
-57
/
+82
*
Devirtualize Constant::destroyConstant.
Pete Cooper
2015-06-23
1
-26
/
+34
*
Replace all accesses to User::OperandList with getter and setter methods. NFC.
Pete Cooper
2015-06-12
1
-0
/
+5
*
Use Op<0> accessor instead of OperandList for Instructions. NFC
Pete Cooper
2015-05-21
1
-1
/
+1
*
Put GEPOperator member function definition in the appropriate .cpp file
David Blaikie
2015-05-21
1
-30
/
+0
*
[opaque pointer type] Allow gep_type_iterator to work with the pointee type f...
David Blaikie
2015-05-21
1
-0
/
+30
*
[opaque pointer type] Explicit pointee type for GEPOperator/GEPConstantExpr.
David Blaikie
2015-05-08
1
-9
/
+13
*
Recommit r236670: [opaque pointer type] Pass explicit pointer type through GE...
David Blaikie
2015-05-07
1
-5
/
+7
*
Revert "[opaque pointer type] Pass explicit pointer type through GEP constant...
David Blaikie
2015-05-06
1
-7
/
+5
*
[opaque pointer type] Pass explicit pointer type through GEP constant folding
David Blaikie
2015-05-06
1
-5
/
+7
*
IR: Add ConstantFP::getNaN()
Tom Stellard
2015-04-20
1
-0
/
+11
*
[opaque pointer type] API migration for GEP constant factories
David Blaikie
2015-04-02
1
-13
/
+15
*
[opaque pointer type] Change GetElementPtrInst::getIndexedType to take the po...
David Blaikie
2015-03-30
1
-1
/
+2
*
[opaque pointer type] Start migrating GEP creation to explicitly specify the ...
David Blaikie
2015-03-14
1
-6
/
+8
*
Simplify code. NFC.
Benjamin Kramer
2015-03-02
1
-4
/
+2
*
Convert push_back loops into append calls.
Benjamin Kramer
2015-02-28
1
-4
/
+1
*
Constants.cpp: Only read 32 bits for float.
Benjamin Kramer
2015-02-20
1
-3
/
+6
*
Constants.cpp: getElementAsAPFloat(): Don't handle constant value via host's ...
NAKAMURA Takumi
2015-02-20
1
-8
/
+5
*
Avoid conversion to float when creating ConstantDataArray/ConstantDataVector.
Rafael Espindola
2015-02-19
1
-19
/
+72
[prev]
[next]