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
*
DAG: Don't try to cluster loads with tied inputs
Matt Arsenault
2019-03-08
1
-45
/
+0
*
[AMDGPU][MC][GFX8+] Added syntactic sugar for 'vgpr index' operand of instruc...
Dmitry Preobrazhensky
2019-02-27
1
-2
/
+2
*
[AMDGPU] Fixed hang during DAG combine
Stanislav Mekhanoshin
2019-02-26
1
-1
/
+2
*
AMDGPU: Remove debugger related subtarget features
Matt Arsenault
2019-02-21
1
-32
/
+0
*
[AMDGPU] fix commuted case of sub combine
Stanislav Mekhanoshin
2019-02-21
1
-5
/
+1
*
[AMDGPU] Ressociate 'add (add x, y), z' to use SALU
Stanislav Mekhanoshin
2019-02-14
1
-0
/
+43
*
[AMDGPU] Split dot-insts feature
Stanislav Mekhanoshin
2019-02-09
1
-1
/
+1
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-1
/
+2
*
AMDGPU/GlobalISel: Legalize addrspacecast
Matt Arsenault
2019-02-08
1
-1
/
+2
*
[AMDGPU] Consider XOR in waterfall loop as a terminator
Scott Linder
2019-02-05
1
-1
/
+1
*
[AMDGPU] Support emitting GOT relocations for function calls
Scott Linder
2019-02-04
1
-23
/
+13
*
[AMDGPU] Fix for vector element insertion
Tim Corringham
2019-02-01
1
-5
/
+5
*
AMDGPU: Add DS append/consume intrinsics
Matt Arsenault
2019-01-28
1
-1
/
+15
*
[AMDGPU] Add intrinsics for 16 bit interpolation
Tim Corringham
2019-01-28
1
-0
/
+53
*
Codegen support for atomicrmw fadd/fsub
Matt Arsenault
2019-01-22
1
-6
/
+42
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
AMDGPU: Remove llvm.SI.load.const
Matt Arsenault
2019-01-18
1
-7
/
+0
*
AMDGPU: Adjust the chain for loads writing to the HI part of a register.
Changpeng Fang
2019-01-16
1
-0
/
+45
*
AMDGPU: Add llvm.amdgcn.ds.ordered.add & swap
Marek Olsak
2019-01-16
1
-0
/
+61
*
AMDGPU: Add a fast path for icmp.i1(src, false, NE)
Marek Olsak
2019-01-15
1
-0
/
+5
*
[AMDGPU] Add support for TFE/LWE in image intrinsics. 2nd try
David Stuttard
2019-01-14
1
-53
/
+289
*
[AMDGPU] Separate feature dot-insts
Stanislav Mekhanoshin
2019-01-10
1
-1
/
+1
*
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
[next]