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
...
*
[FPEnv][LegalizeTypes] Make ScalarizeVecOp_STRICT_FP_ROUND do its own replace...
Craig Topper
2019-12-17
1
-1
/
+7
*
[FPEnv][LegalizeTypes][LegalizeDAG][AArch64] Few fixes/improvements for legal...
Craig Topper
2019-12-17
4
-2
/
+22
*
[SDAG] adjust isNegatibleForFree calculation to avoid crashing
Sanjay Patel
2019-12-17
1
-1
/
+8
*
Revert "[SDAG] remove use restriction in isNegatibleForFree() when called fro...
Sanjay Patel
2019-12-17
1
-8
/
+1
*
[SDAG] remove use restriction in isNegatibleForFree() when called from getNeg...
Sanjay Patel
2019-12-17
1
-1
/
+8
*
[DAGCombiner] Add node back in the worklist in topological order in CommitTar...
Amaury Séchet
2019-12-17
1
-2
/
+1
*
This adds constrained intrinsics for the signed and unsigned conversions
Kevin P. Neal
2019-12-17
6
-52
/
+236
*
[LegalizeTypes] Pre-size the SmallVectors in ScalarizeVecRes_StrictFPOp and S...
Craig Topper
2019-12-16
1
-9
/
+9
*
[LegalizeTypes] Remove ScalarizeVecRes_STRICT_FP_ROUND in favor of just using...
Craig Topper
2019-12-16
2
-16
/
+0
*
[LegalizeTypes] Remove the call to SplitVecRes_UnaryOp from SplitVecRes_Stric...
Craig Topper
2019-12-16
1
-29
/
+0
*
[SelectionDAG] Add the fpexcept flag to the SelectionDAG dumping output so we...
Craig Topper
2019-12-16
1
-0
/
+3
*
[DAG] Add SimplifyDemandedBits support for BSWAP
Sanjay Patel
2019-12-15
1
-0
/
+10
*
[LegalizeTypes] Teach BitcastToInt_ATOMIC_SWAP to only create FP16_TO_FP when...
Craig Topper
2019-12-14
1
-4
/
+9
*
[LegalizeTypes] In PromoteFloatOp_SETCC, don't both querying for transforming...
Craig Topper
2019-12-14
1
-2
/
+1
*
[NFC] Use SelectionDAG::getMemBasePlusOffset() instead of getNode(ISD::ADD)
Alex Richardson
2019-12-13
7
-55
/
+24
*
[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
*
[DAGCombiner] fold shift-trunc-shift to shift-mask-trunc (2nd try)
Sanjay Patel
2019-12-13
1
-0
/
+14
*
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
4
-19
/
+25
*
Recommit "[AArch64][SVE] Implement intrinsics for non-temporal loads & stores"
Kerry McLaughlin
2019-12-13
1
-1
/
+4
*
[LegalizeTypes] Remove unnecessary if before calling ReplaceValueWith on the ...
Craig Topper
2019-12-13
1
-2
/
+1
*
Revert "[DAGCombiner] fold shift-trunc-shift to shift-mask-trunc"
Sanjay Patel
2019-12-12
1
-12
/
+0
*
[DAGCombiner] fold shift-trunc-shift to shift-mask-trunc
Sanjay Patel
2019-12-12
1
-0
/
+12
*
[DAGCombiner] improve readability
Sanjay Patel
2019-12-12
1
-11
/
+11
*
[DebugInfo] Prevent invalid fragments at ISel from dropping debug info
stozer
2019-12-12
1
-1
/
+7
*
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
*
[IR] Split out target specific intrinsic enums into separate headers
Reid Kleckner
2019-12-11
2
-1
/
+4
*
Revert "[SDAG] remove use restriction in isNegatibleForFree() when called fro...
Sanjay Patel
2019-12-11
1
-19
/
+16
*
[LegalizeTypes] In SoftenFloatRes_FP_EXTEND, move the check for input already...
Craig Topper
2019-12-11
1
-9
/
+8
*
[SDAG] remove use restriction in isNegatibleForFree() when called from getNeg...
Sanjay Patel
2019-12-11
1
-16
/
+19
*
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
*
[LegalizeTypes] Remove manual worklist management from SoftenFloatRes_FP_EXTEND.
Craig Topper
2019-12-10
3
-9
/
+2
*
[FPEnv][X86] Constrained FCmp intrinsics enabling on X86
Wang, Pengfei
2019-12-11
1
-20
/
+41
*
[LegalizeTypes] Bugfixes for big-endian targets when handling BITCASTs
Mikael Holmen
2019-12-10
2
-7
/
+33
*
[PGO][PGSO] Instrument the code gen / target passes.
Hiroshi Yamauchi
2019-12-09
1
-2
/
+9
*
[FPEnv] Constrained FCmp intrinsics
Ulrich Weigand
2019-12-07
7
-22
/
+106
*
[TargetLowering] Fix another potential FPE in expandFP_TO_UINT
Craig Topper
2019-12-06
1
-15
/
+15
*
Revert "[PGO][PGSO] Instrument the code gen / target passes."
Hiroshi Yamauchi
2019-12-06
1
-9
/
+2
*
[PGO][PGSO] Instrument the code gen / target passes.
Hiroshi Yamauchi
2019-12-06
1
-2
/
+9
*
[LegalizeTypes] Add missing case for STRICT_FP_ROUND softening
John Brawn
2019-12-06
1
-0
/
+1
*
[FPEnv][SelectionDAG] Relax chain requirements
Ulrich Weigand
2019-12-06
2
-8
/
+18
*
Add support for lowering 32-bit/64-bit pointers
Amy Huang
2019-12-04
1
-2
/
+2
*
[SelectionDAG] Expand nnan FMINNUM/FMAXNUM to select sequence
Ulrich Weigand
2019-12-04
1
-0
/
+20
*
[FPEnv] [PowerPC] Lowering ppc_fp128 StrictFP Nodes to libcalls
Craig Topper
2019-12-03
4
-210
/
+283
*
[NFC][KnownBits] Add getMinValue() / getMaxValue() methods
Roman Lebedev
2019-12-03
1
-3
/
+3
*
[SelectionDAG] Reoder ViewXXXDAGs declarations to match execution order. NFC
Amaury Séchet
2019-12-03
1
-14
/
+12
[prev]
[next]