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
*
[SelectionDAG] ComputeKnownBits - merge getValidMinimumShiftAmountConstant() ...
Simon Pilgrim
2020-01-14
1
-11
/
+12
*
[SelectionDAG] ComputeKnownBits - merge getValidMinimumShiftAmountConstant() ...
Simon Pilgrim
2020-01-14
1
-10
/
+12
*
Rework be15dfa88fb1 such that it works with GlobalISel which doesn't use EVT
Daniel Sanders
2020-01-13
1
-3
/
+11
*
[SelectionDAG] ComputeNumSignBits add getValidMaximumShiftAmountConstant() fo...
Simon Pilgrim
2020-01-13
1
-0
/
+31
*
[SelectionDAG] ComputeNumSignBits add getValidMinimumShiftAmountConstant() IS...
Simon Pilgrim
2020-01-13
1
-1
/
+4
*
[SelectionDAG] ComputeNumSignBits - Use getValidShiftAmountConstant for shift...
Simon Pilgrim
2020-01-13
1
-15
/
+8
*
[SelectionDAG] ComputeKnownBits - Add DemandedElts support to getValidShiftAm...
Simon Pilgrim
2020-01-13
1
-8
/
+14
*
[SelectionDAG] ComputeKnownBits add getValidMinimumShiftAmountConstant() ISD:...
Simon Pilgrim
2020-01-13
1
-0
/
+3
*
[SelectionDAG] ComputeKnownBits - minimum leading/trailing zero bits in LSHR/...
Simon Pilgrim
2020-01-13
1
-0
/
+11
*
[SelectionDAG] Use llvm::Optional<APInt> for FoldValue.
Simon Pilgrim
2020-01-08
1
-32
/
+30
*
DAG: Stop trying to fold FP -(x-y) -> y-x in getNode with nsz
Matt Arsenault
2019-12-31
1
-5
/
+0
*
[DebugInfo][SelectionDAG] Change order while transferring SDDbgValue to anoth...
Kristina Bessonova
2019-12-26
1
-3
/
+3
*
This adds constrained intrinsics for the signed and unsigned conversions
Kevin P. Neal
2019-12-17
1
-0
/
+14
*
[NFC] Implement SelectionDAG::getObjectPtrOffset() using getMemBasePlusOffset()
Alex Richardson
2019-12-13
1
-4
/
+6
*
[NFC] Add a SDValue overload for SelectionDAG::getMemBasePlusOffset()
Alex Richardson
2019-12-13
1
-1
/
+8
*
[NFC] Change SelectionDAG::getMemBasePlusOffset() to use int64_t
Alex Richardson
2019-12-13
1
-1
/
+1
*
Reland [DataLayout] Fix occurrences that size and range of pointers are assum...
Nicola Zaghen
2019-12-13
1
-2
/
+2
*
[NFC] Use EVT instead of bool for getSetCCInverse()
Alex Richardson
2019-12-13
1
-4
/
+7
*
Recommit "[AArch64][SVE] Implement intrinsics for non-temporal loads & stores"
Kerry McLaughlin
2019-12-13
1
-1
/
+4
*
Temporarily Revert "[DataLayout] Fix occurrences that size and range of point...
Nicola Zaghen
2019-12-12
1
-2
/
+2
*
[DataLayout] Fix occurrences that size and range of pointers are assumed to b...
Nicola Zaghen
2019-12-12
1
-2
/
+2
*
Revert "[AArch64][SVE] Implement intrinsics for non-temporal loads & stores"
Kerry McLaughlin
2019-12-11
1
-4
/
+1
*
[AArch64][SVE] Implement intrinsics for non-temporal loads & stores
Kerry McLaughlin
2019-12-11
1
-1
/
+4
*
[FPEnv] Constrained FCmp intrinsics
Ulrich Weigand
2019-12-07
1
-2
/
+12
*
[FPEnv] [PowerPC] Lowering ppc_fp128 StrictFP Nodes to libcalls
Craig Topper
2019-12-03
1
-2
/
+34
*
[NFC][KnownBits] Add getMinValue() / getMaxValue() methods
Roman Lebedev
2019-12-03
1
-3
/
+3
*
[Codegen][ARM] Add addressing modes from masked loads and stores
David Green
2019-11-26
1
-14
/
+49
*
[PGO][PGSO] DAG.shouldOptForSize part.
Hiroshi Yamauchi
2019-11-21
1
-7
/
+20
*
[FEnv] File with properties of constrained intrinsics
Serge Pavlov
2019-11-20
1
-32
/
+3
*
[SVE][CodeGen] Scalable vector MVT size queries
Graham Hunter
2019-11-18
1
-1
/
+3
*
Fix uninitialized variable warning. NFCI.
Simon Pilgrim
2019-11-02
1
-1
/
+1
*
[AArch64][SVE] Implement masked load intrinsics
Kerry McLaughlin
2019-10-28
1
-1
/
+3
*
[SDAG] fold insert_vector_elt with undef index
Sanjay Patel
2019-10-27
1
-0
/
+9
*
[SDAG] fold extract_vector_elt with undef index
Sanjay Patel
2019-10-25
1
-2
/
+2
*
[FPEnv] Add constrained intrinsics for lrint and lround
Kevin P. Neal
2019-10-07
1
-0
/
+4
*
Support MemoryLocation::UnknownSize in TargetLowering::IntrinsicInfo
Tamas Berghammer
2019-09-30
1
-1
/
+1
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-15
/
+14
*
[DAG] Pull out minimum shift value calc into a helper function. NFCI.
Simon Pilgrim
2019-09-25
1
-20
/
+28
*
[SelectionDAG] computeKnownBits/ComputeNumSignBits - cleanup demanded/unknown...
Simon Pilgrim
2019-09-22
1
-7
/
+6
*
[DAG] Add SelectionDAG::MaxRecursionDepth constant
Simon Pilgrim
2019-09-19
1
-3
/
+3
*
[SDAG] Update generic code to conservatively check for isAtomic in addition t...
Philip Reames
2019-09-12
1
-1
/
+4
*
[Alignment] Use Align for TargetLowering::MinStackArgumentAlignment
Guillaume Chatelet
2019-09-10
1
-7
/
+6
*
[SelectionDAG] Remove ISD::FP_ROUND_INREG
Craig Topper
2019-09-09
1
-19
/
+1
*
[FPEnv] Add fptosi and fptoui constrained intrinsics.
Kevin P. Neal
2019-08-28
1
-0
/
+2
*
DAG: computeNumSignBits for MUL
Matt Arsenault
2019-08-27
1
-0
/
+12
*
[SelectionDAG] Add a node creation debug message to getMachineNode.
Craig Topper
2019-08-18
1
-0
/
+1
*
[SDAG][x86] check for relaxed math when matching an FP reduction
Sanjay Patel
2019-08-15
1
-2
/
+15
*
[SDAG] move variable closer to use; NFC
Sanjay Patel
2019-08-14
1
-1
/
+1
*
Recommit "[MS] Emit S_HEAPALLOCSITE debug info in Selection DAG"
Amy Huang
2019-08-07
1
-0
/
+1
*
[SelectionDAG] Extend base addressing modes supported by MGATHER/MSCATTER
Cullen Rhodes
2019-08-06
1
-6
/
+8
[next]