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: Convert to using Register
Matt Arsenault
2019-06-28
1
-4
/
+4
*
GlobalISel: Remove unsigned variant of SrcOp
Matt Arsenault
2019-06-24
1
-12
/
+12
*
CodeGen: Introduce a class for registers
Matt Arsenault
2019-06-24
1
-4
/
+4
*
AMDGPU: Consolidate some getGeneration checks
Matt Arsenault
2019-06-19
1
-3
/
+2
*
AMDGPU/GlobalISel: Legality for integer min/max
Matt Arsenault
2019-05-23
1
-0
/
+23
*
AMDGPU/GlobalISel: Implement s64->s64 [SU]ITOFP
Matt Arsenault
2019-05-17
1
-0
/
+37
*
GlobalISel: Implement lower for S64->S32 [SU]ITOFP
Matt Arsenault
2019-05-17
1
-0
/
+1
*
AMDGPU: Fix unused variable warnings in release builds
Matt Arsenault
2019-05-17
1
-12
/
+9
*
AMDGPU/GlobalISel: Legalize G_FCEIL
Matt Arsenault
2019-05-17
1
-2
/
+35
*
AMDGPU/GlobalISel: Legalize G_INTRINSIC_TRUNC
Matt Arsenault
2019-05-17
1
-3
/
+68
*
AMDGPU/GlobalISel: Legalize G_FRINT
Matt Arsenault
2019-05-17
1
-0
/
+41
*
AMDGPU/GlobalISel: Legalize G_FCOPYSIGN
Matt Arsenault
2019-05-17
1
-0
/
+4
*
AMDGPU/GlobalISel: Fix non-power-of-2 G_EXTRACT sources
Matt Arsenault
2019-04-22
1
-1
/
+3
*
[GlobalISel] Enable CSE in the IRTranslator & legalizer for -O0 with constant...
Amara Emerson
2019-04-15
1
-16
/
+12
*
AMDGPU/GlobalISel: Fix non-power-of-2 select
Matt Arsenault
2019-04-05
1
-0
/
+1
*
GlobalISel: Implement fewerElementsVector for phi
Matt Arsenault
2019-02-28
1
-0
/
+1
*
GlobalISel: Implement moreElementsVector for phi
Matt Arsenault
2019-02-28
1
-0
/
+1
*
AMDGPU/GlobalISel: Fix bit ops for non-power-of-2 sizes
Matt Arsenault
2019-02-25
1
-0
/
+2
*
AMDGPU/GlobalISel: Clamp max implicit_def elements
Matt Arsenault
2019-02-25
1
-1
/
+2
*
AMDGPU/GlobalISel: Make phis legal
Matt Arsenault
2019-02-21
1
-0
/
+13
*
AMDGPU/GlobalISel: Fix bit count ops for non-power-of-2 types
Matt Arsenault
2019-02-21
1
-1
/
+3
*
GlobalISel: Fix fewerElementsVector for ctlz with different result type
Matt Arsenault
2019-02-20
1
-2
/
+2
*
GlobalISel: Implement moreElementsVector for g_insert results
Matt Arsenault
2019-02-20
1
-14
/
+24
*
GlobalISel: Implement moreElementsVector for select
Matt Arsenault
2019-02-19
1
-18
/
+9
*
GlobalISel: Implement moreElementsVector for G_EXTRACT source
Matt Arsenault
2019-02-19
1
-0
/
+1
*
GlobalISel: Implement moreElementsVector for bit ops
Matt Arsenault
2019-02-19
1
-0
/
+20
*
GlobalISel: Implement widenScalar for g_extract scalar results
Matt Arsenault
2019-02-18
1
-2
/
+3
*
GlobalISel: Add alignment to LegalityQuery MMOs
Matt Arsenault
2019-02-14
1
-9
/
+10
*
AMDGPU/GlobalISel: Fix RegBankSelect for GEP.
Matt Arsenault
2019-02-14
1
-22
/
+14
*
AMDGPU/GlobalISel: Only make f16 constants legal on f16 targets
Matt Arsenault
2019-02-12
1
-2
/
+9
*
GlobalISel: Implement moreElementsVector for implicit_def
Matt Arsenault
2019-02-11
1
-1
/
+19
*
GlobalISel: Add G_FCANONICALIZE instruction
Matt Arsenault
2019-02-11
1
-1
/
+1
*
AMDGPU/GlobalISel: Fix shift legalization for non-power-of-2
Matt Arsenault
2019-02-08
1
-0
/
+2
*
AMDGPU/GlobalISel: Fix non-power-of-2 implicit_def
Matt Arsenault
2019-02-08
1
-1
/
+2
*
AMDGPU/GlobalISel: Don't use a copy in addrspacecast lowering
Matt Arsenault
2019-02-08
1
-1
/
+1
*
AMDGPU/GlobalISel: Legalize addrspacecast
Matt Arsenault
2019-02-08
1
-0
/
+177
*
GlobalISel: Implement narrowScalar for shift main type
Matt Arsenault
2019-02-07
1
-3
/
+9
*
AMDGPU/GlobalISel: Restrict g_implicit_def legality
Matt Arsenault
2019-02-07
1
-8
/
+15
*
AMDGPU/GlobalISel: Legalize fsqrt
Matt Arsenault
2019-02-07
1
-0
/
+12
*
AMDGPU/GlobalISel: Legalize some f16 operations
Matt Arsenault
2019-02-07
1
-4
/
+16
*
GlobalISel: Implement fewerElementsVector for shifts
Matt Arsenault
2019-02-07
1
-2
/
+7
*
GlobalISel: Try to make legalize rules more useful for vectors
Matt Arsenault
2019-02-07
1
-18
/
+7
*
AMDGPU/GlobalISel: Legalize select for v4s16
Matt Arsenault
2019-02-04
1
-3
/
+3
*
[AMDGPU] Fix -Wunused-variable after rL352978
Fangrui Song
2019-02-03
1
-1
/
+0
*
GlobalISel: Implement widenScalar for G_UNMERGE_VALUES
Matt Arsenault
2019-02-03
1
-1
/
+2
*
GlobalISel: Implement widenScalar for G_EXTRACT vector sources
Matt Arsenault
2019-02-02
1
-0
/
+18
*
AMDGPU/GlobalISel: Avoid reporting illegal extloads as legal
Matt Arsenault
2019-02-02
1
-1
/
+1
*
AMDGPU/GlobalISel: Legalize icmp for pointer types
Matt Arsenault
2019-02-02
1
-1
/
+10
*
AMDGPU/GlobalISel: Legalize constant for pointer types
Matt Arsenault
2019-02-02
1
-3
/
+4
*
AMDGPU/GlobalISel: Legalize select for pointer types
Matt Arsenault
2019-02-02
1
-4
/
+12
[prev]
[next]