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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
AMDGPU: Change boolean content type to 0 or 1
Matt Arsenault
2019-11-15
4
-8
/
+15
*
AMDGPU: Try to commute sub of boolean ext
Matt Arsenault
2019-11-15
1
-3
/
+26
*
GlobalISel: Lower s1 source G_SITOFP/G_UITOFP
Matt Arsenault
2019-11-15
3
-48
/
+2
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
24
-23
/
+46
*
AMDGPU: Extend add x, (ext setcc) combine to sub
Matt Arsenault
2019-11-13
1
-0
/
+22
*
AMDGPU: Switch backend default max workgroup size to 1024
Matt Arsenault
2019-11-13
1
-7
/
+1
*
AMDGPU Reduce reported maximum group size to 1024
Matt Arsenault
2019-11-13
1
-1
/
+2
*
AMDGPU/SI: make ~SIScheduleBlockCreator trivial
Fangrui Song
2019-11-11
2
-6
/
+2
*
Use MCRegister in copyPhysReg
Matt Arsenault
2019-11-11
4
-8
/
+8
*
Remove duplicate MemVT to fix shadow variable warning. NFCI.
Simon Pilgrim
2019-11-09
1
-1
/
+0
*
Remove superfluous break after return. NFC.
Simon Pilgrim
2019-11-09
1
-2
/
+0
*
Fix shadow variable warning by reducing scope of CC/InverseCC CondCodes. NFCI.
Simon Pilgrim
2019-11-09
1
-3
/
+3
*
[AMDGPU][MC] Corrected src0 for v_movrelsd_b32 and v_movrelsd_2_b32
Dmitry Preobrazhensky
2019-11-08
1
-6
/
+8
*
[AMDGPU] Fix bug introduced in 47a5c36b37f0
dfukalov
2019-11-07
1
-1
/
+1
*
AMDGPU: Select global atomicrmw fadd
Matt Arsenault
2019-11-06
5
-13
/
+21
*
[AMDGPU] Add handling of 160 bit registers in analyzeResourceUsage
Stanislav Mekhanoshin
2019-11-06
1
-0
/
+7
*
[AMDGPU] Improve code size cost model (part 2)
dfukalov
2019-11-06
1
-18
/
+98
*
[AMDGPU] Add missing flags to DS_Real
Stanislav Mekhanoshin
2019-11-05
1
-0
/
+2
*
[AMDGPU] Removed dead code from R600ISelLowering.cpp
Stanislav Mekhanoshin
2019-11-05
1
-6
/
+1
*
[AMDGPU] Removed dead code handling M0CopyReg
Stanislav Mekhanoshin
2019-11-05
1
-14
/
+0
*
[globalisel] Rename G_GEP to G_PTR_ADD
Daniel Sanders
2019-11-05
5
-11
/
+11
*
[AMDGPU] return Fail instead of SolfFail from addOperand()
Stanislav Mekhanoshin
2019-11-05
1
-1
/
+1
*
[AMDGPU] Added assert in SIFoldOperands before ptr use. NFC.
Stanislav Mekhanoshin
2019-11-04
1
-0
/
+1
*
[AMDGPU] deduplicate tablegen predicates
Stanislav Mekhanoshin
2019-11-04
11
-38
/
+46
*
[SIMachineScheduler] Fixed ''then' statement is equivalent to the 'else' stat...
Dávid Bolvanský
2019-11-03
1
-6
/
+1
*
[SILoadStoreOptimizer] Fixed typo. NFCI.
Dávid Bolvanský
2019-11-03
1
-1
/
+1
*
[amdgpu] Fix known bits compuation on `MUL_I24`/`MUL_U24`.
Michael Liao
2019-11-01
1
-0
/
+3
*
AMDGPU: Add default denormal mode to MachineFunctionInfo
Matt Arsenault
2019-11-01
3
-6
/
+33
*
DAG: Add DAG argument to isFPExtFoldable
Matt Arsenault
2019-10-31
2
-3
/
+4
*
DAG: Add new control for ISD::FMAD formation
Matt Arsenault
2019-10-31
2
-0
/
+16
*
AMDGPU: Simplify getAddressSpace calls
Matt Arsenault
2019-10-31
4
-11
/
+12
*
AMDGPU: Disallow spill folding with m0 copies
Matt Arsenault
2019-10-30
2
-0
/
+42
*
AMDGPU: Don't fold S_NOPs with implicit operands
Matt Arsenault
2019-10-30
1
-1
/
+3
*
[AMDGPU] Simplify VCCZ bug handling
Jay Foad
2019-10-30
1
-5
/
+1
*
[AMDGPU] Consolidate one more getGeneration check
Jay Foad
2019-10-30
1
-1
/
+1
*
AMDGPU/GlobalISel: Legalize FDIV32
Austin Kerbow
2019-10-29
2
-0
/
+101
*
AMDGPU: Make VReg_1 only include 1 artificial register
Matt Arsenault
2019-10-28
1
-1
/
+15
*
AMDGPU: Avoid overwriting saved PC
Austin Kerbow
2019-10-28
1
-6
/
+20
*
[AMDGPU][MC][GFX10] Added v_interp_[p1/p2/mov]_f32_e64
Dmitry Preobrazhensky
2019-10-28
1
-2
/
+6
*
[AMDGPU] Fix Vreg_1 PHI lowering in SILowerI1Copies.
cdevadas
2019-10-26
1
-90
/
+89
*
[AMDGPU] Enable SGPR copy folding
Stanislav Mekhanoshin
2019-10-25
2
-14
/
+11
*
[AMDGPU] Fixed asan failure in SIFoldOperands
Stanislav Mekhanoshin
2019-10-25
1
-3
/
+4
*
AMDGPU/GlobalISel: Handle flat/global G_ATOMIC_CMPXCHG
Matt Arsenault
2019-10-25
9
-76
/
+97
*
AMDGPU: Fix the broken dominator tree when creating waterfall loop for resour...
Changpeng Fang
2019-10-25
1
-2
/
+2
*
[AMDGPU] Fold AGPR reg_sequence initializers
Stanislav Mekhanoshin
2019-10-25
1
-22
/
+131
*
[AMDGPU] Disallow dpp combining for dpp instructions without Src2 operand (wh...
vpykhtin
2019-10-25
1
-1
/
+2
*
AMDGPU/GlobalISel: Legalize FDIV16
Austin Kerbow
2019-10-25
2
-0
/
+41
*
[AMDGPU] Fix mfma scheduling crash
Stanislav Mekhanoshin
2019-10-24
1
-1
/
+6
*
[NFC] Remove redundant lines
dfukalov
2019-10-24
1
-4
/
+0
*
[AMDGPU] Skip additional folding on the same operand.
Michael Liao
2019-10-24
1
-7
/
+19
[prev]
[next]