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
/
CodeGen
/
SelectionDAG
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Intrinsic] Signed Fixed Point Saturation Multiplication Intrinsic
Leonard Chan
2019-05-21
7
-19
/
+194
*
[SelectionDAG] fold insert subvector of undef into undef
Sanjay Patel
2019-05-21
1
-0
/
+3
*
[SelectionDAG] remove redundant code; NFCI
Sanjay Patel
2019-05-21
1
-6
/
+2
*
[DAGCombiner] prevent unsafe reassociation of FP ops
Sanjay Patel
2019-05-21
1
-1
/
+8
*
Add TargetLoweringInfo hook for explicitly setting the ABI calling convention...
Dylan McKay
2019-05-21
1
-1
/
+1
*
[SelectionDAGBuilder] Flush PendingExports before creating INLINEASM_BR node ...
Craig Topper
2019-05-20
1
-3
/
+11
*
[Intrinsics] Merge lround.i32 and lround.i64 into a single intrinsic with ove...
Craig Topper
2019-05-20
1
-6
/
+4
*
[DAGCombiner] Refactor code in visitShiftByConstant slightly to make it more ...
Craig Topper
2019-05-20
1
-11
/
+12
*
[SDAG] Vector op legalization for overflow ops
Nikita Popov
2019-05-20
3
-66
/
+120
*
[NFC] Refactor visitIntrinsicCall so it doesn't return a const char*
Guillaume Chatelet
2019-05-20
2
-141
/
+148
*
[DebugInfoMetadata] Refactor DIExpression::prepend constants (NFC)
Petar Jovanovic
2019-05-20
2
-4
/
+3
*
Revert "[NFC] Refactor visitIntrinsicCall so it doesn't return a const char*"
Guillaume Chatelet
2019-05-20
2
-145
/
+138
*
[NFC] Refactor visitIntrinsicCall so it doesn't return a const char*
Guillaume Chatelet
2019-05-20
2
-138
/
+145
*
[DAGCombiner] visitShiftByConstant(): drop bogus signbit check
Roman Lebedev
2019-05-17
1
-18
/
+9
*
[CodeGen] Fixed de-optimization of legalize subvector extract
Tim Renouf
2019-05-16
1
-0
/
+18
*
[CodeGen] Add lround/llround builtins
Adhemerval Zanella
2019-05-16
6
-0
/
+144
*
[codeview] Fix SDNode representation of annotation labels
Reid Kleckner
2019-05-15
2
-1
/
+3
*
[[DAGCombiner][NFC] Add a comment.
Clement Courbet
2019-05-15
1
-0
/
+2
*
[SDAG] fix unused variable warning and unneeded indirection; NFC
Sanjay Patel
2019-05-14
2
-3
/
+3
*
[SDAG, x86] allow targets to override test for binop opcodes
Sanjay Patel
2019-05-14
2
-9
/
+10
*
[TargetLowering] Handle multi depth GEPs w/ inline asm constraints
Nick Desaulniers
2019-05-13
1
-38
/
+33
*
[TargetLowering] Add SimplifyDemandedBits support for ZERO_EXTEND_VECTOR_INREG
Simon Pilgrim
2019-05-13
1
-0
/
+24
*
[DAGCombiner] narrow vector binop with inserts/extract
Sanjay Patel
2019-05-13
1
-1
/
+33
*
Add constrained fptrunc and fpext intrinsics.
Kevin P. Neal
2019-05-13
7
-29
/
+245
*
TargetLowering::SimplifyDemandedBits - early-out for UNDEF ops. NFCI.
Simon Pilgrim
2019-05-13
1
-3
/
+5
*
[DAGCombiner] Fix invalid alias analysis.
Clement Courbet
2019-05-13
1
-3
/
+2
*
Recommit r358887 "[TargetLowering][AMDGPU][X86] Improve SimplifyDemandedBits ...
Craig Topper
2019-05-13
1
-1
/
+25
*
[DAGCombiner] try to move bitcast after extract_subvector
Sanjay Patel
2019-05-12
1
-0
/
+24
*
[DAG] Add SimplifyDemandedBits support for BITREVERSE
Simon Pilgrim
2019-05-11
1
-0
/
+10
*
SelectionDAGISel::CodeGenAndEmitDAG - remove unused variable. NFCI.
Simon Pilgrim
2019-05-11
1
-3
/
+0
*
Revert [DAGCombiner] Avoid creating large tokenfactors in visitTokenFactor
Jordan Rupprecht
2019-05-10
1
-3
/
+2
*
[LegalizeVectorOps] Remove calls to LegalizeOp on the return value from Expan...
Craig Topper
2019-05-10
1
-2
/
+2
*
[SDAG] Recursively legalize both vector mulo results
Nikita Popov
2019-05-10
1
-3
/
+7
*
[DAGCombiner] reduce code duplication; NFC
Sanjay Patel
2019-05-10
1
-10
/
+8
*
SelectionDAG: accommodate atomic floating stores.
Tim Northover
2019-05-10
1
-1
/
+4
*
[CodeGen] Add comment about FSUB <-> FNEG xforms
Cameron McInally
2019-05-09
1
-0
/
+4
*
[DAGCombiner] Limit number of nodes explored as store candidates.
Florian Hahn
2019-05-09
1
-2
/
+5
*
[SelectionDAG] Expand ADD/SUBCARRY
Leonard Chan
2019-05-09
1
-0
/
+42
*
[SelectionDAG] fold 'fneg undef' to undef
Sanjay Patel
2019-05-08
1
-0
/
+4
*
[FastISel][X86] Support FNeg instruction in target independent fast isel hand...
Craig Topper
2019-05-08
1
-0
/
+3
*
[LegalizeDAG] Assert non-power-of-2 load/store op splits are in range. NFCI.
Simon Pilgrim
2019-05-08
1
-2
/
+6
*
Fix cppcheck operator precedence warning. NFCI.
Simon Pilgrim
2019-05-08
1
-2
/
+2
*
[NFC] Add a static function to do the endian check
QingShan Zhang
2019-05-08
1
-15
/
+37
*
[DAGCombiner] Avoid creating large tokenfactors in visitTokenFactor
Florian Hahn
2019-05-07
1
-2
/
+3
*
Avoid use-after-move warnings by using swap instead. NFCI.
Simon Pilgrim
2019-05-07
1
-2
/
+5
*
[FastISel][X86] If selectFNeg fails, fall back to SelectionDAG not treating i...
Craig Topper
2019-05-07
1
-8
/
+9
*
[FastISel] Pass the fneg input operand to hasTrivialKill in FastISel::selectF...
Craig Topper
2019-05-06
1
-1
/
+1
*
Fix pr33010, a 2 year old crashing regression
Philip Reames
2019-05-06
1
-0
/
+4
*
[SelectionDAG][X86] Support inline assembly returning an mmx register into a ...
Craig Topper
2019-05-06
1
-0
/
+8
*
Revert r359392 and r358887
Craig Topper
2019-05-06
1
-25
/
+1
[next]