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
/
AMDGPULegalizerInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
AMDGPU/GlobalISel: Fix branch targets when emitting SI_IF
Matt Arsenault
2020-01-13
1
-7
/
+30
*
AMDGPU/GlobalISel: Clamp G_ZEXT source sizes
Matt Arsenault
2020-01-10
1
-2
/
+3
*
GlobalISel: Handle llvm.read_register
Matt Arsenault
2020-01-09
1
-0
/
+2
*
AMDGPU/GlobalISel: Widen 16-bit shift amount sources
Matt Arsenault
2020-01-09
1
-1
/
+2
*
AMDGPU/GlobalISel: Fix scalar G_SELECT for arbitrary pointers
Matt Arsenault
2020-01-07
1
-1
/
+1
*
AMDGPU/GlobalISel: Legalize G_READCYCLECOUNTER
Matt Arsenault
2020-01-06
1
-0
/
+3
*
AMDGPU/GlobalISel: Replace handling of boolean values
Matt Arsenault
2020-01-06
1
-5
/
+19
*
GlobalISel: Implement lower for G_INTRINSIC_ROUND
Matt Arsenault
2020-01-06
1
-2
/
+2
*
GlobalISel: Fix unsupported legalize action
Matt Arsenault
2020-01-06
1
-0
/
+5
*
GlobalISel: Scalarize all division operations
Matt Arsenault
2020-01-04
1
-0
/
+7
*
AMDGPU/GlobalISel: Legalize more odd sized loads
Matt Arsenault
2020-01-04
1
-5
/
+9
*
GlobalISel: moreElementsVector for FP min/max
Matt Arsenault
2019-12-30
1
-0
/
+1
*
AMDGPU/GlobalISel: Fix extra result register in fdiv64 lowering
Matt Arsenault
2019-12-27
1
-2
/
+1
*
AMDGPU/GlobalISel: Legalize some 16-bit round instructions
Matt Arsenault
2019-12-24
1
-1
/
+6
*
AMDGPU/GlobalISel: Lower llvm.amdgcn.else
Matt Arsenault
2019-12-24
1
-6
/
+17
*
[AMDGPU] Don't create MachinePointerInfos with an UndefValue pointer
Jay Foad
2019-12-23
1
-6
/
+2
*
AMDGPU/GlobalISel: Fix misuse of div_scale intrinsics
Matt Arsenault
2019-12-21
1
-5
/
+5
*
AMDGPU/GlobalISel: Legalize FDIV64
Austin Kerbow
2019-11-19
1
-0
/
+85
*
AMDGPU: Be explicit about denormal mode in MIR tests
Matt Arsenault
2019-11-19
1
-10
/
+16
*
GlobalISel: Lower s1 source G_SITOFP/G_UITOFP
Matt Arsenault
2019-11-15
1
-1
/
+2
*
[globalisel] Rename G_GEP to G_PTR_ADD
Daniel Sanders
2019-11-05
1
-3
/
+3
*
AMDGPU/GlobalISel: Legalize FDIV32
Austin Kerbow
2019-10-29
1
-0
/
+99
*
AMDGPU/GlobalISel: Handle flat/global G_ATOMIC_CMPXCHG
Matt Arsenault
2019-10-25
1
-1
/
+38
*
AMDGPU/GlobalISel: Legalize FDIV16
Austin Kerbow
2019-10-25
1
-0
/
+39
*
AMDGPU/GlobalISel: Legalize fast unsafe FDIV
Austin Kerbow
2019-10-21
1
-4
/
+84
*
GlobalISel: Implement lower for G_SADDO/G_SSUBO
Matt Arsenault
2019-10-16
1
-1
/
+4
*
GlobalISel: Implement fewerElementsVector for G_BUILD_VECTOR
Matt Arsenault
2019-10-09
1
-1
/
+10
*
AMDGPU/GlobalISel: Clamp G_SITOFP/G_UITOFP sources
Matt Arsenault
2019-10-07
1
-3
/
+6
*
GlobalISel: Partially implement lower for G_INSERT
Matt Arsenault
2019-10-07
1
-7
/
+3
*
AMDGPU/GlobalISel: Widen 16-bit G_MERGE_VALUEs sources
Matt Arsenault
2019-10-07
1
-18
/
+29
*
AMDGPU/GlobalISel: Lower G_ATOMIC_CMPXCHG_WITH_SUCCESS
Matt Arsenault
2019-10-06
1
-0
/
+3
*
GlobalISel: Partially implement lower for G_EXTRACT
Matt Arsenault
2019-10-06
1
-1
/
+13
*
AMDGPU/GlobalISel: Fix using wrong addrspace for aperture
Matt Arsenault
2019-10-04
1
-1
/
+3
*
AMDGPU/GlobalISel: Fix mutationIsSane assert v8s8 and
Matt Arsenault
2019-10-03
1
-2
/
+3
*
AMDGPU/GlobalISel: Expand G_BITCAST legality
Matt Arsenault
2019-10-03
1
-4
/
+1
*
AMDGPU/GlobalISel: Use getIntrinsicID helper
Matt Arsenault
2019-10-02
1
-1
/
+1
*
AMDGPU/GlobalISel: Legalize 1024-bit G_BUILD_VECTOR
Matt Arsenault
2019-10-02
1
-4
/
+6
*
AMDGPU/GlobalISel: Increase max legal size to 1024
Matt Arsenault
2019-10-01
1
-8
/
+8
*
AMDGPU/GlobalISel: Select s1 src G_SITOFP/G_UITOFP
Matt Arsenault
2019-10-01
1
-2
/
+2
*
AMDGPU/GlobalISel: Avoid creating shift of 0 in arg lowering
Matt Arsenault
2019-10-01
1
-3
/
+8
*
AMDGPU/GlobalISel: Select G_UADDO/G_USUBO
Matt Arsenault
2019-10-01
1
-1
/
+2
*
GlobalISel: Implement widenScalar for G_SITOFP/G_UITOFP sources
Matt Arsenault
2019-10-01
1
-3
/
+9
*
AMDGPU/GlobalISel: Legalize G_GLOBAL_VALUE
Matt Arsenault
2019-10-01
1
-8
/
+98
*
Reapply r372285 "GlobalISel: Don't materialize immarg arguments to intrinsics"
Matt Arsenault
2019-09-19
1
-0
/
+60
*
Revert r372285 "GlobalISel: Don't materialize immarg arguments to intrinsics"
Hans Wennborg
2019-09-19
1
-60
/
+0
*
AMDGPU/GlobalISel: Select llvm.amdgcn.raw.buffer.store.format
Matt Arsenault
2019-09-19
1
-3
/
+29
*
AMDGPU/GlobalISel: Select llvm.amdgcn.raw.buffer.store
Matt Arsenault
2019-09-19
1
-0
/
+34
*
AMDGPU/GlobalISel: Legalize s1 source G_[SU]ITOFP
Matt Arsenault
2019-09-16
1
-1
/
+2
*
AMDGPU/GlobalISel: Select S16->S32 fptoint
Matt Arsenault
2019-09-16
1
-1
/
+1
*
AMDGPU/GlobalISel: Legalize s32->s16 G_SITOFP/G_UITOFP
Matt Arsenault
2019-09-13
1
-1
/
+1
[next]