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
/
SelectionDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[LLVM][Alignment] Introduce Alignment Type in DataLayout
Guillaume Chatelet
2019-08-05
1
-1
/
+1
*
[SelectionDAG] Add node creation debug message to getMemIntrinsicNode.
Craig Topper
2019-08-04
1
-1
/
+3
*
[SelectionDAG] Use APInt::isSubsetOf/intersects to simplify some code.
Craig Topper
2019-08-01
1
-2
/
+2
*
Migrate some more fadd and fsub cases away from UnsafeFPMath control to utili...
Michael Berg
2019-07-31
1
-1
/
+1
*
SelectionDAG, MI, AArch64: Widen target flags fields/arguments from unsigned ...
Peter Collingbourne
2019-07-31
1
-15
/
+12
*
[SelectionDAG] Check for any recursion depth greater than or equal to limit i...
Simon Pilgrim
2019-07-27
1
-3
/
+3
*
[SelectionDAG] GetDemandedBits - update SIGN_EXTEND_INREG op to just call Sim...
Simon Pilgrim
2019-07-26
1
-9
/
+1
*
[SelectionDAG] GetDemandedBits - update OR/XOR ops to just call SimplifyMulti...
Simon Pilgrim
2019-07-26
1
-6
/
+2
*
Fix signed/unsigned comparison warning. NFCI.
Simon Pilgrim
2019-07-24
1
-1
/
+1
*
[DAGCombine] matchBinOpReduction - add partial reduction matching
Simon Pilgrim
2019-07-24
1
-7
/
+32
*
[SelectionDAG] makeEquivalentMemoryOrdering - early out for equal chains (PR4...
Simon Pilgrim
2019-07-24
1
-1
/
+1
*
Fixing @llvm.memcpy not honoring volatile.
Guillaume Chatelet
2019-07-09
1
-19
/
+24
*
[SelectionDAG] Propagate alias metadata to target intrinsic nodes
James Molloy
2019-07-03
1
-2
/
+2
*
[SelectionDAG] Use the memory VT instead of result VT for FoldingSet profilin...
Craig Topper
2019-06-30
1
-3
/
+2
*
[X86] X86DAGToDAGISel::matchBitExtract(): pattern b: truncation awareness
Roman Lebedev
2019-06-26
1
-0
/
+6
*
[DAGCombiner] Support (shl (ext (shl x, c1)), c2) -> 0 non-uniform folds.
Simon Pilgrim
2019-06-19
1
-4
/
+4
*
[SelectionDAG] Fold insert_subvector(undef, extract_subvector(v, c), c) -> v ...
Simon Pilgrim
2019-06-17
1
-0
/
+6
*
[SelectionDAG] ComputeNumSignBits - support constant pool values from target
Simon Pilgrim
2019-06-04
1
-0
/
+30
*
[SelectionDAG] ComputeNumSignBits - clang-format + improve *EXTLOAD comments....
Simon Pilgrim
2019-06-04
1
-7
/
+7
*
[SelectionDAG] Add fpto[us]i(undef) --> undef constant fold
Simon Pilgrim
2019-06-04
1
-0
/
+5
*
[SelectionDAG] Add [us]itofp(undef) --> 0 constant fold (PR39205)
Simon Pilgrim
2019-06-03
1
-0
/
+6
*
[DAG] isBitwiseNot / isConstOrConstSplat - add support for build vector undef...
Simon Pilgrim
2019-06-02
1
-13
/
+28
*
[SelectionDAG] Make the code in mutateStrictFPToFP less aware of how many ope...
Craig Topper
2019-05-31
1
-55
/
+34
*
[SelectionDAG] fold concat of extract subvectors
Sanjay Patel
2019-05-27
1
-0
/
+25
*
[SelectionDAG] fix formatting and redundant comments; NFC
Sanjay Patel
2019-05-27
1
-7
/
+6
*
[SelectionDAG] GetDemandedBits - add demanded elements wrapper implementation
Simon Pilgrim
2019-05-27
1
-1
/
+15
*
[SelectionDAG] GetDemandedBits - cleanup to more closely match SimplifyDemand...
Simon Pilgrim
2019-05-26
1
-16
/
+21
*
[SelectionDAG] MaskedValueIsZero - add demanded elements implementation
Simon Pilgrim
2019-05-26
1
-2
/
+15
*
[SelectionDAG] computeKnownBits - support constant pool values from target
Simon Pilgrim
2019-05-24
1
-2
/
+53
*
[SelectionDAG] fold insert subvector of undef into undef
Sanjay Patel
2019-05-21
1
-0
/
+3
*
[DebugInfoMetadata] Refactor DIExpression::prepend constants (NFC)
Petar Jovanovic
2019-05-20
1
-3
/
+2
*
[codeview] Fix SDNode representation of annotation labels
Reid Kleckner
2019-05-15
1
-1
/
+2
*
Add constrained fptrunc and fpext intrinsics.
Kevin P. Neal
2019-05-13
1
-1
/
+16
*
[SelectionDAG] fold 'fneg undef' to undef
Sanjay Patel
2019-05-08
1
-0
/
+4
*
[SelectionDAG] Use any_of/all_of where possible. NFCI.
Simon Pilgrim
2019-05-05
1
-14
/
+4
*
[SelectionDAG] CreateTopologicalOrder - don't use iterator
Simon Pilgrim
2019-05-03
1
-10
/
+6
*
[SelectionDAG] Use INT_MIN as (1 << 31) is UB for signed integers. NFCI.
Simon Pilgrim
2019-05-03
1
-2
/
+2
*
[SelectionDAG] computeKnownBits - remove some duplicate/shadow variables. NFCI.
Simon Pilgrim
2019-05-03
1
-6
/
+4
*
[SelectionDAG] Add asserts to verify the vectorness of input and output types...
Craig Topper
2019-05-02
1
-0
/
+12
*
[SelectionDAG] remove constant folding limitations based on FP exceptions
Sanjay Patel
2019-05-02
1
-26
/
+16
*
DAG: allow DAG pointer size different from memory representation.
Tim Northover
2019-05-01
1
-0
/
+12
*
[SelectionDAG] remove div-by-zero constant folding restriction
Sanjay Patel
2019-04-30
1
-7
/
+3
*
[TargetLowering] findOptimalMemOpLowering. NFCI.
Sjoerd Meijer
2019-04-30
1
-123
/
+18
*
[TargetLowering] Change getOptimalMemOpType to take a function attribute list
Sjoerd Meijer
2019-04-30
1
-1
/
+2
*
[SelectionDAG] move splat util functions up from x86 lowering
Sanjay Patel
2019-04-22
1
-0
/
+52
*
[SelectionDAG] soften splat mask assert/unreachable (PR41535)
Sanjay Patel
2019-04-19
1
-1
/
+4
*
DAG: propagate whether an arg is a pointer for CallingConv decisions.
Tim Northover
2019-04-15
1
-5
/
+8
*
[SelectionDAG] Use KnownBits::computeForAddSub/computeForAddCarry
Bjorn Pettersson
2019-04-15
1
-58
/
+21
*
Revert rL357745: [SelectionDAG] Compute known bits of CopyFromReg
David Green
2019-04-10
1
-20
/
+0
*
[SelectionDAG] Add fcmp UNDEF handling to SelectionDAG::FoldSetCC
Simon Pilgrim
2019-04-05
1
-3
/
+8
[prev]
[next]