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
/
LegalizeDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
No longer generate calls to *_finite
serge-sans-paille
2020-02-28
1
-61
/
+12
*
[Intrinsic] Add fixed point division intrinsics.
Bevin Hansson
2020-01-08
1
-1
/
+21
*
[X86][FPEnv] Promote some float strictfp operations to double on i686-pc-wind...
Craig Topper
2019-12-26
1
-0
/
+31
*
[LegalizeDAG] Add return to the strict node handling in PromoteLegalINT_TO_FP...
Craig Topper
2019-12-19
1
-0
/
+1
*
[FPEnv][LegalizeTypes][LegalizeDAG][AArch64] Few fixes/improvements for legal...
Craig Topper
2019-12-17
1
-1
/
+2
*
This adds constrained intrinsics for the signed and unsigned conversions
Kevin P. Neal
2019-12-17
1
-29
/
+91
*
[NFC] Use SelectionDAG::getMemBasePlusOffset() instead of getNode(ISD::ADD)
Alex Richardson
2019-12-13
1
-14
/
+6
*
[NFC] Use EVT instead of bool for getSetCCInverse()
Alex Richardson
2019-12-13
1
-3
/
+2
*
[FPEnv][X86] Constrained FCmp intrinsics enabling on X86
Wang, Pengfei
2019-12-11
1
-20
/
+41
*
[FPEnv] Constrained FCmp intrinsics
Ulrich Weigand
2019-12-07
1
-1
/
+7
*
[LegalizeDAG] Return true from ExpandNode for some nodes that don't have expa...
Craig Topper
2019-12-02
1
-1
/
+3
*
[LegalizeDAG] When expanding vector SRA/SRL/SHL add the new BUILD_VECTOR to t...
Craig Topper
2019-12-02
1
-1
/
+1
*
[LegalizeDAG] Use getOperationAction instead of getStrictFPOperationAction fo...
Craig Topper
2019-11-26
1
-2
/
+2
*
[TargetLowering] Merge ExpandChainLibCall with makeLibCall
Craig Topper
2019-11-25
1
-6
/
+21
*
[FPEnv] Add an option to disable strict float node mutating to an normal
Pengfei Wang
2019-11-21
1
-5
/
+17
*
[LegalizeDAG][X86] Add support for turning STRICT_FADD/SUB/MUL/DIV into libca...
Craig Topper
2019-11-21
1
-0
/
+4
*
[LegalizeDAG][X86] Enable STRICT_FP_TO_SINT/UINT to be promoted
Craig Topper
2019-11-19
1
-16
/
+26
*
[SelectionDAG] Merge the two identical ExpandChainLibCall methods from Legali...
Craig Topper
2019-11-18
1
-42
/
+6
*
[LegalizeDAG] Convert strict fp nodes to libcalls without losing the chain.
Craig Topper
2019-11-18
1
-153
/
+170
*
[AArch64][X86] Don't assume __powidf2 is available on Windows.
Eli Friedman
2019-11-08
1
-1
/
+21
*
Fix PR40644: miscompile indexed FP constant store
Thomas Preud'homme
2019-11-05
1
-0
/
+3
*
[NFC] Move this set of STRICT_* cases to be next to the non-strict cases.
Kevin P. Neal
2019-10-30
1
-10
/
+10
*
Prune Analysis includes from SelectionDAG.h
Reid Kleckner
2019-10-19
1
-0
/
+1
*
[AArch64][SVE] Add SPLAT_VECTOR ISD Node
Graham Hunter
2019-10-18
1
-0
/
+12
*
[FPEnv] Add constrained intrinsics for lrint and lround
Kevin P. Neal
2019-10-07
1
-28
/
+60
*
[TargetLowering] Make allowsMemoryAccess methode virtual.
Thomas Raoux
2019-09-26
1
-6
/
+6
*
[LegalizeTypes] Remove code for softening a float type to itself.
Craig Topper
2019-09-12
1
-4
/
+2
*
[SelectionDAG] Remove ISD::FP_ROUND_INREG
Craig Topper
2019-09-09
1
-14
/
+0
*
[Intrinsic] Add the llvm.umul.fix.sat intrinsic
Bjorn Pettersson
2019-09-07
1
-1
/
+3
*
[LegalizeDAG] Pass DAG to two calls to SDNode::dump in debug prints so that t...
Craig Topper
2019-09-03
1
-2
/
+2
*
Fix shadow variable warning. NFCI.
Simon Pilgrim
2019-08-29
1
-4
/
+3
*
LegalizeSetCCCondCode - Reduce scope of NeedSwap to fix cppcheck warning. NFCI.
Simon Pilgrim
2019-08-29
1
-1
/
+1
*
[FPEnv] Add fptosi and fptoui constrained intrinsics.
Kevin P. Neal
2019-08-28
1
-1
/
+28
*
[Strict FP] Allow custom operation actions
Ulrich Weigand
2019-08-06
1
-33
/
+24
*
[SelectionDAG] Simplify some calls to getSetCCResultType. NFC
Bjorn Pettersson
2019-07-09
1
-2
/
+1
*
adding more fmf propagation for selects plus updated tests
Michael Berg
2019-06-15
1
-0
/
+3
*
Revert "adding more fmf propagation for selects plus tests"
Fangrui Song
2019-06-15
1
-3
/
+0
*
adding more fmf propagation for selects plus tests
Michael Berg
2019-06-14
1
-0
/
+3
*
[TargetLowering] Add allowsMemoryAccess(MachineMemOperand) helper wrapper. NFCI.
Simon Pilgrim
2019-06-11
1
-13
/
+9
*
Propagate fmf for setcc in SDAG for select folds
Michael Berg
2019-06-03
1
-4
/
+7
*
[CodeGen] Add lrint/llrint builtins
Adhemerval Zanella
2019-05-28
1
-0
/
+14
*
[X86] Custom lower CONCAT_VECTORS of v2i1
Benjamin Kramer
2019-05-28
1
-0
/
+1
*
[Intrinsic] Signed Fixed Point Saturation Multiplication Intrinsic
Leonard Chan
2019-05-21
1
-0
/
+2
*
[SDAG] Vector op legalization for overflow ops
Nikita Popov
2019-05-20
1
-66
/
+8
*
[CodeGen] Add lround/llround builtins
Adhemerval Zanella
2019-05-16
1
-0
/
+39
*
Add constrained fptrunc and fpext intrinsics.
Kevin P. Neal
2019-05-13
1
-5
/
+30
*
[SelectionDAG] Expand ADD/SUBCARRY
Leonard Chan
2019-05-09
1
-0
/
+42
*
[LegalizeDAG] Assert non-power-of-2 load/store op splits are in range. NFCI.
Simon Pilgrim
2019-05-08
1
-2
/
+6
*
[IR] Refactor attribute methods in Function class (NFC)
Evandro Menezes
2019-04-04
1
-1
/
+1
*
[LegalizeDAG] Expand i16 bswap directly to a rotate by 8 instead of relying o...
Craig Topper
2019-03-24
1
-3
/
+2
[next]