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
/
SIInstrInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AMDGPU] Fix getInstrLatency() always returning 1
Stanislav Mekhanoshin
2020-01-14
1
-3
/
+5
*
[AMDGPU] Fix bundle scheduling
Stanislav Mekhanoshin
2020-01-09
1
-0
/
+17
*
TII: Fix using Register for a subregister index argument
Matt Arsenault
2019-12-27
1
-1
/
+1
*
AMDGPU: Use correct DebugLoc
Matt Arsenault
2019-12-27
1
-1
/
+1
*
Make more use of MachineInstr::mayLoadOrStore.
Jay Foad
2019-12-19
1
-2
/
+2
*
[AMDGPU] Fix typo in SIInstrInfo::memOpsHaveSameBasePtr
Jay Foad
2019-12-17
1
-1
/
+1
*
Fix assertion failure in getMemOperandWithOffsetWidth
Kristof Beyls
2019-12-17
1
-12
/
+17
*
AMDGPU: Reuse carry out register during FI elimination
Austin Kerbow
2019-11-28
1
-1
/
+5
*
[AMDGPU][GFX10] Disabled v_movrel*[sdwa|dpp] opcodes in codegen
Dmitry Preobrazhensky
2019-11-20
1
-0
/
+23
*
AMDGPU: Change boolean content type to 0 or 1
Matt Arsenault
2019-11-15
1
-5
/
+5
*
Use MCRegister in copyPhysReg
Matt Arsenault
2019-11-11
1
-4
/
+4
*
AMDGPU: Disallow spill folding with m0 copies
Matt Arsenault
2019-10-30
1
-0
/
+35
*
[AMDGPU] Enable SGPR copy folding
Stanislav Mekhanoshin
2019-10-25
1
-13
/
+11
*
AMDGPU: Fix the broken dominator tree when creating waterfall loop for resour...
Changpeng Fang
2019-10-25
1
-2
/
+2
*
AMDGPU: Stop adding m0 implicit def to SGPR spills
Matt Arsenault
2019-10-21
1
-13
/
+2
*
[AMDGPU] Select AGPR in PHI operand legalization
Stanislav Mekhanoshin
2019-10-21
1
-0
/
+4
*
AMDGPU: Split flat offsets that don't fit in DAG
Matt Arsenault
2019-10-20
1
-0
/
+14
*
AMDGPU: Relax 32-bit SGPR register class
Matt Arsenault
2019-10-18
1
-4
/
+4
*
[AMDGPU] Fix-up cases where writelane has 2 SGPR operands
David Stuttard
2019-10-16
1
-0
/
+26
*
AMDGPU: Fix infinite searches in SIFixSGPRCopies
Austin Kerbow
2019-10-15
1
-0
/
+2
*
[AMDGPU] Support mov dpp with 64 bit operands
Stanislav Mekhanoshin
2019-10-15
1
-0
/
+62
*
[AMDGPU] Come back patch for the 'Assign register class for cross block value...
Alexander Timofeev
2019-10-14
1
-4
/
+8
*
AMDGPU: Use SGPR_128 instead of SReg_128 for vregs
Matt Arsenault
2019-10-10
1
-3
/
+3
*
GlobalISel: Add target pre-isel instructions
Matt Arsenault
2019-10-07
1
-1
/
+2
*
[AMDGPU] Fix illegal agpr use by VALU
Stanislav Mekhanoshin
2019-10-02
1
-1
/
+10
*
[AMDGPU] Extend buffer intrinsics with swizzling
Piotr Sobczak
2019-10-02
1
-0
/
+2
*
Remove the AliasAnalysis argument in function areMemAccessesTriviallyDisjoint
Changpeng Fang
2019-09-26
1
-2
/
+1
*
[TargetInstrInfo] Let findCommutedOpIndices take const MachineInstr&
Simon Pilgrim
2019-09-25
1
-1
/
+2
*
[AMDGPU]: PHI Elimination hooks added for custom COPY insertion. Fixed
Alexander Timofeev
2019-09-17
1
-0
/
+37
*
Revert for: [AMDGPU]: PHI Elimination hooks added for custom COPY insertion.
Alexander Timofeev
2019-09-13
1
-30
/
+0
*
AMDGPU: Inline constant when materalizing FI with add on gfx9
Matt Arsenault
2019-09-12
1
-1
/
+1
*
[AMDGPU] Fix crash in phi-elimination hook.
Michael Liao
2019-09-11
1
-2
/
+4
*
[AMDGPU]: PHI Elimination hooks added for custom COPY insertion.
Alexander Timofeev
2019-09-10
1
-0
/
+28
*
AMDGPU: Allow getMemOperandWithOffset to analyze stack accesses
Matt Arsenault
2019-09-05
1
-2
/
+19
*
AMDGPU: Handle frame index expansion with no free SGPRs pre gfx9
Matt Arsenault
2019-09-04
1
-1
/
+1
*
AMDGPU: Don't use frame virtual registers
Matt Arsenault
2019-08-29
1
-0
/
+17
*
[AMDGPU] w/a for gfx908 mfma SrcC literal HW bug
Stanislav Mekhanoshin
2019-08-23
1
-3
/
+9
*
[AMDGPU] Prevent VGPR copies from moving across the EXEC mask definitions
Alexander Timofeev
2019-08-21
1
-0
/
+9
*
Revert "AMDGPU: Fix iterator error when lowering SI_END_CF"
Matt Arsenault
2019-08-20
1
-7
/
+0
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-117
/
+117
*
Re-commit: [AMDGPU] Use S_DENORM_MODE for gfx10
Austin Kerbow
2019-08-06
1
-0
/
+1
*
Revert "[AMDGPU] Use S_DENORM_MODE for gfx10"
Dmitri Gribenko
2019-08-05
1
-1
/
+0
*
[AMDGPU] Use S_DENORM_MODE for gfx10
Austin Kerbow
2019-08-05
1
-0
/
+1
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-32
/
+29
*
Reapply "AMDGPU: Split block for si_end_cf"
Matt Arsenault
2019-08-01
1
-0
/
+7
*
[AMDGPU] Fix typo in error message
Jay Foad
2019-07-29
1
-1
/
+1
*
[AMDGPU] Add llvm.amdgcn.softwqm intrinsic
Carl Ritson
2019-07-26
1
-0
/
+3
*
AMDGPU: Force s_waitcnt after GWS instructions
Matt Arsenault
2019-07-19
1
-1
/
+1
*
AMDGPU/GlobalISel: Select flat loads
Matt Arsenault
2019-07-16
1
-0
/
+19
*
[AMDGPU] Fix DPP combiner check for exec modification
Jay Foad
2019-07-12
1
-21
/
+49
[next]