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
*
[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
*
[TargetLowering] Add code size information on isFPImmLegal. NFC
Adhemerval Zanella
2019-03-18
1
-1
/
+2
*
[SDAG][AArch64] Legalize VECREDUCE
Nikita Popov
2019-03-11
1
-0
/
+31
*
[LegalizeDAG] Use APInt::getSplat helper to create bitreverse masks. NFCI.
Simon Pilgrim
2019-02-26
1
-10
/
+6
*
[LegalizeDAG] Expand SADDO/SSUBO using SADDSAT/SSUBSAT (PR37763)
Simon Pilgrim
2019-02-26
1
-5
/
+17
*
[SDAG] Support vector UMULO/SMULO
Nikita Popov
2019-02-20
1
-3
/
+5
*
[SelectionDAG] Extract [US]MULO expansion into TL method; NFC
Nikita Popov
2019-02-17
1
-147
/
+3
*
[SelectionDAG] Fix return calling convention in expansion of ?MULO
whitequark
2019-02-12
1
-3
/
+9
*
Revert "[SelectionDAG] Extract [US]MULO expansion into TL method; NFC"
Nikita Popov
2019-02-09
1
-3
/
+141
*
[SelectionDAG] Extract [US]MULO expansion into TL method; NFC
Nikita Popov
2019-02-09
1
-141
/
+3
*
[Intrinsic] Unsigned Fixed Point Multiplication Intrinsic
Leonard Chan
2019-02-04
1
-1
/
+3
*
[TargetLowering] Rename getExpandedFixedPointMultiplication to expandFixedPoi...
Simon Pilgrim
2019-01-24
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Allow FP types for atomicrmw xchg
Matt Arsenault
2019-01-17
1
-0
/
+18
*
[LegalizeDAG] Remove 'NeedInvert' code from expansion of BR_CC. Replace with ...
Craig Topper
2019-01-13
1
-4
/
+1
*
[X86] Rename overly verbose method; NFC
Nikita Popov
2019-01-13
1
-5
/
+3
*
[X86][AARCH64] Improve ISD::ABS support
Simon Pilgrim
2019-01-12
1
-0
/
+4
*
[TargetLowering] Add ISD::ROTL/ROTR vector expansion
Simon Pilgrim
2018-12-13
1
-40
/
+5
*
[Intrinsic] Signed Fixed Point Multiplication Intrinsic
Leonard Chan
2018-12-12
1
-0
/
+10
*
[SelectionDAG] Initial support for FSHL/FSHR funnel shift opcodes (PR39467)
Simon Pilgrim
2018-12-05
1
-0
/
+7
*
[FPEnv] Add constrained CEIL/FLOOR/ROUND/TRUNC intrinsics
Cameron McInally
2018-11-05
1
-0
/
+8
*
[COFF, ARM64] Implement Intrinsic.sponentry for AArch64
Mandeep Singh Grang
2018-11-01
1
-0
/
+1
*
Revert "[COFF, ARM64] Implement Intrinsic.sponentry for AArch64"
Mandeep Singh Grang
2018-11-01
1
-1
/
+0
*
[COFF, ARM64] Implement Intrinsic.sponentry for AArch64
Mandeep Singh Grang
2018-10-31
1
-0
/
+1
*
Fix comment typo. NFCI.
Simon Pilgrim
2018-10-31
1
-1
/
+1
[next]