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
/
AMDGPUInstructionSelector.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
GlobalISel: Lower s1 source G_SITOFP/G_UITOFP
Matt Arsenault
2019-11-15
1
-46
/
+0
*
[globalisel] Rename G_GEP to G_PTR_ADD
Daniel Sanders
2019-11-05
1
-5
/
+5
*
AMDGPU: Relax 32-bit SGPR register class
Matt Arsenault
2019-10-18
1
-8
/
+9
*
AMDGPU/GlobalISel: Handle more G_INSERT cases
Matt Arsenault
2019-10-07
1
-43
/
+1
*
AMDGPU/GlobalISel: Use S_MOV_B64 for inline constants
Matt Arsenault
2019-10-07
1
-20
/
+27
*
AMDGPU/GlobalISel: Select more G_INSERT cases
Matt Arsenault
2019-10-07
1
-20
/
+78
*
GlobalISel: Add target pre-isel instructions
Matt Arsenault
2019-10-07
1
-1
/
+1
*
AMDGPU/GlobalISel: Fall back on weird G_EXTRACT offsets
Matt Arsenault
2019-10-06
1
-2
/
+5
*
AMDGPU/GlobalISel: Select G_PTRTOINT
Matt Arsenault
2019-10-04
1
-0
/
+1
*
[AMDGPU] Extend buffer intrinsics with swizzling
Piotr Sobczak
2019-10-02
1
-10
/
+15
*
AMDGPU/GlobalISel: Use getIntrinsicID helper
Matt Arsenault
2019-10-02
1
-1
/
+1
*
AMDGPU/GlobalISel: Select s1 src G_SITOFP/G_UITOFP
Matt Arsenault
2019-10-01
1
-0
/
+46
*
AMDGPU/GlobalISel: Add support for init.exec intrinsics
Matt Arsenault
2019-10-01
1
-0
/
+9
*
AMDGPU/GlobalISel: Select G_UADDO/G_USUBO
Matt Arsenault
2019-10-01
1
-0
/
+44
*
AMDGPU/GlobalISel: Avoid getting MRI in every function
Matt Arsenault
2019-09-28
1
-220
/
+149
*
[AMDGPU] Use std::make_tuple to make some toolchains happy again
Bjorn Pettersson
2019-09-20
1
-6
/
+6
*
Reapply r372285 "GlobalISel: Don't materialize immarg arguments to intrinsics"
Matt Arsenault
2019-09-19
1
-12
/
+267
*
Revert r372285 "GlobalISel: Don't materialize immarg arguments to intrinsics"
Hans Wennborg
2019-09-19
1
-267
/
+12
*
AMDGPU/GlobalISel: Select llvm.amdgcn.raw.buffer.store.format
Matt Arsenault
2019-09-19
1
-17
/
+91
*
AMDGPU/GlobalISel: Select llvm.amdgcn.raw.buffer.store
Matt Arsenault
2019-09-19
1
-0
/
+185
*
GlobalISel: Don't materialize immarg arguments to intrinsics
Matt Arsenault
2019-09-19
1
-12
/
+8
*
AMDGPU/GlobalISel: Fail select of G_INSERT non-32-bit source
Matt Arsenault
2019-09-16
1
-4
/
+16
*
AMDGPU/GlobalISel: Fix assert on multi-return side effect intrinsics
Matt Arsenault
2019-09-13
1
-1
/
+1
*
AMDGPU/GlobalISel: Select llvm.amdgcn.class
Matt Arsenault
2019-09-09
1
-0
/
+18
*
AMDGPU/GlobalISel: Select fmed3
Matt Arsenault
2019-09-09
1
-0
/
+19
*
AMDGPU/GlobalISel: Select G_PTR_MASK
Matt Arsenault
2019-09-09
1
-0
/
+65
*
AMDGPU/GlobalISel: Use known bits for selection
Matt Arsenault
2019-09-09
1
-8
/
+3
*
AMDGPU/GlobalISel: Try generated matcher before add/sub code
Matt Arsenault
2019-09-09
1
-4
/
+4
*
AMDGPU/GlobalISel: Fix assert on load from constant address
Matt Arsenault
2019-09-05
1
-4
/
+4
*
AMDGPU/GlobalISel: Fix constraining scalar and/or/xor
Matt Arsenault
2019-08-28
1
-8
/
+1
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-21
/
+19
*
[GlobalISel] Make the InstructionSelector instance non-const, allowing state ...
Amara Emerson
2019-08-13
1
-20
/
+16
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-4
/
+4
*
AMDGPU/GlobalISel: Remove manual store select code
Matt Arsenault
2019-08-01
1
-50
/
+2
*
AMDGPU/GlobalISel: Handle G_ATOMICRMW_FADD
Matt Arsenault
2019-08-01
1
-0
/
+1
*
AMDGPU/GlobalISel: Allow selection of DS atomicrmw
Matt Arsenault
2019-08-01
1
-4
/
+14
*
AMDGPU/GlobalISel: Select simple local stores
Matt Arsenault
2019-08-01
1
-11
/
+18
*
AMDGPU/GlobalISel: Select local loads
Matt Arsenault
2019-08-01
1
-5
/
+79
*
AMDGPU/GlobalISel: Don't assume instruction can be erased when selecting exts
Matt Arsenault
2019-07-24
1
-6
/
+8
*
AMDGPU/GlobalISel: Remove unnecessary code
Matt Arsenault
2019-07-22
1
-4
/
+0
*
AMDGPU/GlobalISel: Select private loads
Matt Arsenault
2019-07-16
1
-1
/
+135
*
AMDGPU/GlobalISel: Select flat stores
Matt Arsenault
2019-07-16
1
-2
/
+4
*
AMDGPU/GlobalISel: Select flat loads
Matt Arsenault
2019-07-16
1
-44
/
+52
*
AMDGPU/GlobalISel: Fix test failures in release build
Matt Arsenault
2019-07-16
1
-2
/
+5
*
AMDGPU/GlobalISel: Select G_AND/G_OR/G_XOR
Matt Arsenault
2019-07-15
1
-0
/
+65
*
AMDGPU/GlobalISel: Don't constrain source register of VCC copies
Matt Arsenault
2019-07-15
1
-0
/
+20
*
AMDGPU/GlobalISel: Fix selecting vcc->vcc bank copies
Matt Arsenault
2019-07-15
1
-10
/
+12
*
AMDGPU/GlobalISel: Fix not constraining result reg of copies to VCC
Matt Arsenault
2019-07-15
1
-0
/
+4
*
AMDGPU/GlobalISel: Fix handling of sgpr (not scc bank) s1 to VCC
Matt Arsenault
2019-07-15
1
-17
/
+23
*
AMDGPU/GlobalISel: Fix G_ICMP for wave32
Matt Arsenault
2019-07-15
1
-2
/
+2
[next]