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
/
LegalizeVectorOps.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SelectionDAG] Teach LegalizeVectorOps to not unroll CTLZ_ZERO_UNDEF and CTTZ...
Craig Topper
2015-12-27
1
-0
/
+14
*
AMDGPU: Use generic bitreverse intrinsic
Matt Arsenault
2015-12-14
1
-1
/
+24
*
Revert r248483, r242546, r242545, and r242409 - absdiff intrinsics
Hal Finkel
2015-12-11
1
-34
/
+0
*
AVX-512: Fixed masked load / store instruction selection for KNL.
Elena Demikhovsky
2015-12-07
1
-1
/
+4
*
Fix some places where we were assuming that memory type had been legalized
Eric Christopher
2015-11-25
1
-1
/
+1
*
Do not use "else" when both branches return (NFC)
Mehdi Amini
2015-10-27
1
-2
/
+1
*
Two switch blocks in VectorLegalizer::LegalizeOp already have a
Artyom Skrobov
2015-10-20
1
-0
/
+1
*
Combining DIV+REM->DIVREM doesn't belong in LegalizeDAG; move it over into DA...
Artyom Skrobov
2015-10-20
1
-0
/
+2
*
SelectionDAG: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-1
/
+1
*
Codegen: Fix llvm.*absdiff semantic.
Mohammad Shahid
2015-09-24
1
-16
/
+22
*
propagate fast-math-flags on DAG nodes
Sanjay Patel
2015-09-16
1
-2
/
+4
*
Add new ISD nodes: ISD::FMINNAN and ISD::FMAXNAN
James Molloy
2015-08-11
1
-0
/
+2
*
[Codegen] Add intrinsics 'absdiff' and corresponding SDNodes for absolute dif...
James Molloy
2015-07-16
1
-0
/
+28
*
Make TargetLowering::getShiftAmountTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-5
/
+8
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-8
/
+12
*
Redirect DataLayout from TargetMachine to Module in SelectionDAG
Mehdi Amini
2015-07-07
1
-2
/
+2
*
Convert a bunch of loops to foreach. NFC.
Pete Cooper
2015-06-26
1
-2
/
+2
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Add SDNodes for umin, umax, smin and smax.
James Molloy
2015-05-15
1
-0
/
+4
*
Masked gather and scatter intrinsics - enabled codegen for KNL.
Elena Demikhovsky
2015-05-03
1
-2
/
+6
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
1
-25
/
+28
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
1
-28
/
+25
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
1
-25
/
+28
*
fix typo and 80-col; NFC
Sanjay Patel
2015-03-27
1
-2
/
+2
*
[SDAG] Handle LowerOperation returning its input consistently
Hal Finkel
2015-02-24
1
-3
/
+7
*
[SDAG] Use correct alignments on expanded vector trunc-store/ext-loads
Hal Finkel
2015-02-22
1
-4
/
+7
*
[SDAG] Don't try to use FP_EXTEND/FP_ROUND for int<->fp promotions
Hal Finkel
2015-02-12
1
-3
/
+5
*
Fixes a bug in vector load legalization that confused bits and bytes.
Michael Kuperstein
2015-02-04
1
-3
/
+3
*
[SelectionDAG] Allow targets to specify legality of extloads' result
Ahmed Bougacha
2015-01-08
1
-1
/
+2
*
Add minnum / maxnum codegen
Matt Arsenault
2014-10-21
1
-0
/
+2
*
Teach the AArch64 backend about v4f16 and v8f16
Oliver Stannard
2014-08-27
1
-6
/
+17
*
Make sure no loads resulting from load->switch DAGCombine are marked invariant
Louis Gerbarg
2014-07-31
1
-3
/
+3
*
[x86] Make vector legalization of extloads work more like the "normal"
Chandler Carruth
2014-07-24
1
-5
/
+22
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
1
-5
/
+5
*
[x86,SDAG] Introduce any- and sign-extend-vector-inreg nodes analogous
Chandler Carruth
2014-07-10
1
-0
/
+66
*
Make it possible for ints/floats to return different values from getBooleanCo...
Daniel Sanders
2014-07-10
1
-3
/
+3
*
[x86] Add a ZERO_EXTEND_VECTOR_INREG DAG node and use it when widening
Chandler Carruth
2014-07-09
1
-0
/
+42
*
[cleanup] Hoist an if-else chain on ISD opcodes (really designed for
Chandler Carruth
2014-07-02
1
-17
/
+28
*
[cleanup] Remove dead 'break;' statements that I meant to nuke in
Chandler Carruth
2014-07-02
1
-2
/
+0
*
[cleanup] Hoist the promotion dispatch logic into the promote function
Chandler Carruth
2014-07-02
1
-23
/
+22
*
[cleanup] Nuke the 'VectorOp' bit of the promote method names.
Chandler Carruth
2014-07-02
1
-9
/
+9
*
[x86] Clean up and modernize the doxygen and API comments for the vector
Chandler Carruth
2014-07-02
1
-24
/
+38
*
SDAG: Legalize vector BSWAP into a shuffle if the shuffle is legal but the bs...
Benjamin Kramer
2014-05-19
1
-0
/
+27
*
Convert more SelectionDAG functions to use ArrayRef.
Craig Topper
2014-04-28
1
-2
/
+1
*
Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.
Craig Topper
2014-04-26
1
-10
/
+7
*
[VectorLegalizer/X86] Don't unvectorize fp_to_uint for v8f32->v8i16
Adam Nemet
2014-03-17
1
-7
/
+41
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-2
/
+2
*
Expand vector bswap in LegalizeVectorOps
Hal Finkel
2014-02-03
1
-0
/
+1
*
Keep TBAA info when rewriting SelectionDAG loads and stores
Richard Sandiford
2013-10-28
1
-4
/
+7
[next]