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
/
Target
/
AMDGPU
/
SIISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove check for single use in ShrinkDemandedConstant
Stanislav Mekhanoshin
2019-01-09
1
-2
/
+1
*
[AMDGPU] Handle OR as operand of raw load/store
Piotr Sobczak
2019-01-02
1
-4
/
+6
*
Fix unused variable warning. NFCI.
Simon Pilgrim
2018-12-07
1
-2
/
+2
*
AMDGPU: Allow f32 types for llvm.amdgcn.s.buffer.load
Matt Arsenault
2018-12-07
1
-5
/
+6
*
AMDGPU: Remove llvm.SI.tbuffer.store
Matt Arsenault
2018-12-07
1
-49
/
+0
*
AMDGPU: Remove llvm.AMDGPU.kill
Matt Arsenault
2018-12-07
1
-15
/
+2
*
AMDGPU: Divergence-driven selection of scalar buffer load intrinsics
Nicolai Haehnle
2018-11-30
1
-33
/
+74
*
AMDGPU: Fix various issues around the VirtReg2Value mapping
Nicolai Haehnle
2018-11-30
1
-29
/
+36
*
Revert r347871 "Fix: Add support for TFE/LWE in image intrinsic"
David Stuttard
2018-11-29
1
-289
/
+53
*
Fix: Add support for TFE/LWE in image intrinsic
David Stuttard
2018-11-29
1
-2
/
+1
*
Add support for TFE/LWE in image intrinsics
David Stuttard
2018-11-29
1
-53
/
+290
*
[AMDGPU] Disable DAG combine at -O0
Stanislav Mekhanoshin
2018-11-27
1
-6
/
+5
*
[AMDGPU] Fix -Wunused-variable
Fangrui Song
2018-11-19
1
-1
/
+0
*
[AMDGPU] Convert insert_vector_elt into set of selects
Stanislav Mekhanoshin
2018-11-19
1
-0
/
+40
*
[AMDGPU] combine extractelement into several selects
Stanislav Mekhanoshin
2018-11-13
1
-4
/
+26
*
Revert "AMDGPU: Divergence-driven selection of scalar buffer load intrinsics"
Nicolai Haehnle
2018-11-07
1
-74
/
+33
*
[TargetLowering] Change TargetLoweringBase::getPreferredVectorAction to take ...
Craig Topper
2018-11-05
1
-1
/
+1
*
Fixed inclusion of M_PI fow MinGW-w64
Sylvestre Ledru
2018-11-02
1
-1
/
+1
*
[AMDGPU] UBSan bug fix for r345710
Neil Henning
2018-11-02
1
-1
/
+1
*
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
Reid Kleckner
2018-11-01
1
-2
/
+1
*
[AMDGPU] support image load/store a16
Neil Henning
2018-10-31
1
-2
/
+4
*
AMDGPU: Remove custom BUILD_VECTOR combine
Matt Arsenault
2018-10-30
1
-45
/
+0
*
DAG: Change behavior of fminnum/fmaxnum nodes
Matt Arsenault
2018-10-22
1
-33
/
+133
*
AMDGPU: Avoid selecting ds_{read,write}2_b32 on SI
Nicolai Haehnle
2018-10-17
1
-0
/
+23
*
AMDGPU: Divergence-driven selection of scalar buffer load intrinsics
Nicolai Haehnle
2018-10-17
1
-33
/
+74
*
AMDGPU: Rename isAmdCodeObjectV2 -> isAmdHsaOrMesa
Konstantin Zhuravlyov
2018-10-04
1
-3
/
+3
*
[AMDGPU] Fix for negative offsets in buffer/tbuffer intrinsics
Tim Renouf
2018-10-03
1
-1
/
+8
*
AMDGPU: Fix private handling for allowsMisalignedMemoryAccesses
Matt Arsenault
2018-09-24
1
-1
/
+5
*
AMDGPU: Don't form fmed3 if it will require materialization
Matt Arsenault
2018-09-18
1
-2
/
+9
*
[AMDGPU] Ensure trig range reduction only used for subtargets that require it
David Stuttard
2018-09-14
1
-6
/
+13
*
AMDGPU: Fix not preserving alignent in call setups
Matt Arsenault
2018-09-13
1
-1
/
+7
*
AMDGPU: Remove function pointer type hack
Matt Arsenault
2018-09-10
1
-7
/
+4
*
AMDGPU: Stop reporting is-noop addrspacecast for constant 32-bit
Matt Arsenault
2018-09-10
1
-2
/
+1
*
DAG: Handle odd vector sizes in calling conv splitting
Matt Arsenault
2018-09-10
1
-8
/
+5
*
AMDGPU: Use GOT PSV since it has an address space now
Matt Arsenault
2018-09-10
1
-2
/
+2
*
AMDGPU: Remove old hack for function addresses
Matt Arsenault
2018-09-06
1
-13
/
+0
*
AMDGPU: Fix DAG divergence not reporting flat loads
Matt Arsenault
2018-09-04
1
-4
/
+4
*
[AMDGPU] Split v32i32 loads
Stanislav Mekhanoshin
2018-08-31
1
-3
/
+5
*
AMDGPU: Restrict extract_vector_elt combine to loads
Matt Arsenault
2018-08-31
1
-1
/
+2
*
AMDGPU: Remove remnants of old address space mapping
Matt Arsenault
2018-08-31
1
-76
/
+75
*
[NFC] Rename the DivergenceAnalysis to LegacyDivergenceAnalysis
Nicolai Haehnle
2018-08-30
1
-2
/
+2
*
[AMDGPU] Add support for a16 modifiear for gfx9
Ryan Taylor
2018-08-28
1
-9
/
+49
*
[AMDGPU] Add support for multi-dword s.buffer.load intrinsic
Tim Renouf
2018-08-25
1
-3
/
+23
*
AMDGPU: Fix not respecting byval alignment in call frame setup
Matt Arsenault
2018-08-22
1
-15
/
+12
*
[AMDGPU] New buffer intrinsics
Tim Renouf
2018-08-21
1
-17
/
+363
*
[AMDGPU] New tbuffer intrinsics
Tim Renouf
2018-08-21
1
-12
/
+169
*
[MI] Change the array of `MachineMemOperand` pointers to be
Chandler Carruth
2018-08-16
1
-1
/
+1
*
AMDGPU: Custom lower fexp
Matt Arsenault
2018-08-16
1
-0
/
+2
*
AMDGPU: Improve extract_vector_elt reduction combine
Matt Arsenault
2018-08-15
1
-6
/
+12
*
AMDGPU: Implement llvm.amdgcn.icmp/fcmp for i16/f16
Matt Arsenault
2018-08-15
1
-26
/
+67
[prev]
[next]