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/SI: Limit load clustering to 16 bytes instead of 4 instructions
Tom Stellard
2016-03-28
1
-8
/
+33
*
AMDGPU: Add SIWholeQuadMode pass
Nicolai Haehnle
2016-03-21
1
-0
/
+13
*
AMDGPU/SI: Clean up indentation in SIInstrInfo::getDefaultRsrcDataFormat
Michel Danzer
2016-03-16
1
-3
/
+3
*
[AMDGPU] Assembler: change v_madmk operands to have same order as mad.
Nikolay Haustov
2016-03-11
1
-15
/
+2
*
[TII] Allow getMemOpBaseRegImmOfs() to accept negative offsets. NFC.
Chad Rosier
2016-03-09
1
-3
/
+3
*
AMDGPU/SI: Add support for spiling SGPRs to scratch buffer
Tom Stellard
2016-03-04
1
-0
/
+2
*
AMDGPU: Simplify boolean conditional return statements
Matt Arsenault
2016-03-02
1
-13
/
+6
*
AMDGPU: Cleanup suggested in bug 23960
Matt Arsenault
2016-03-02
1
-6
/
+3
*
AMDGPU/SI: Implement DS_PERMUTE/DS_BPERMUTE Instruction Definitions and Intri...
Changpeng Fang
2016-03-01
1
-0
/
+4
*
AMDGPU/SI: Use v_readfirstlane to legalize SMRD with VGPR base pointer
Tom Stellard
2016-02-20
1
-229
/
+20
*
[AMDGPU] Rename $dst operand to $vdst for VOP instructions.
Tom Stellard
2016-02-16
1
-1
/
+1
*
AMDGPU/SI: Detect uniform branches and emit s_cbranch instructions
Tom Stellard
2016-02-12
1
-10
/
+59
*
AMDGPU: Set element_size in private resource descriptor
Matt Arsenault
2016-02-12
1
-0
/
+4
*
AMDGPU/SI: Make sure MIMG descriptors and samplers stay in SGPRs
Tom Stellard
2016-02-11
1
-0
/
+42
*
AMDGPU/SI: When splitting SMRD instructions, add its users to VALU worklist
Tom Stellard
2016-02-11
1
-0
/
+2
*
AMDGPU: Fix constant bus use check with subregisters
Matt Arsenault
2016-02-11
1
-4
/
+8
*
AMDGPU: Remove some purely R600 functions from AMDGPUInstrInfo
Tom Stellard
2016-02-05
1
-42
/
+0
*
AMDGPU: Move subtarget specific code out of AMDGPUInstrInfo.cpp
Tom Stellard
2016-01-28
1
-19
/
+11
*
AMDGPU/SI: Add SI Machine Scheduler
Nicolai Haehnle
2016-01-13
1
-0
/
+12
*
AMDGPU/SI: Fold operands with sub-registers
Nicolai Haehnle
2016-01-07
1
-0
/
+4
*
AMDGPU/SI: use S_MOV_B64 for larger copies in copyPhysReg
Nicolai Haehnle
2015-12-19
1
-6
/
+22
*
AMDGPU: fix overlapping copies in copyPhysReg
Nicolai Haehnle
2015-12-19
1
-9
/
+24
*
AMDGPU/SI: Test commit
Changpeng Fang
2015-12-18
1
-1
/
+1
*
Revert "AMDGPU/SI: Test commit"
Changpeng Fang
2015-12-18
1
-1
/
+1
*
AMDGPU/SI: Test commit
Changpeng Fang
2015-12-18
1
-1
/
+1
*
AMDGPU: Fix off-by-one in SIRegisterInfo::eliminateFrameIndex
Nicolai Haehnle
2015-12-17
1
-2
/
+2
*
AMDGPU/SI: Emit constant arrays in the .text section
Tom Stellard
2015-12-10
1
-20
/
+28
*
AMDGPU: Optimize VOP2 operand legalization
Matt Arsenault
2015-12-01
1
-45
/
+125
*
AMDGPU: Rework how private buffer passed for HSA
Matt Arsenault
2015-11-30
1
-10
/
+4
*
AMDGPU: Rename enums to be consistent with HSA code object terminology
Matt Arsenault
2015-11-30
1
-8
/
+11
*
AMDGPU: Remove SIPrepareScratchRegs
Matt Arsenault
2015-11-30
1
-8
/
+10
*
AMDGPU/SI: select S_ABS_I32 when possible (v2)
Marek Olsak
2015-11-25
1
-0
/
+29
*
AMDGPU: Create emergency stack slots during frame lowering
Matt Arsenault
2015-11-06
1
-0
/
+1
*
AMDGPU: Remove unused scratch resource operands
Matt Arsenault
2015-11-06
1
-72
/
+129
*
AMDGPU: Fix hardcoded alignment of spill.
Matt Arsenault
2015-11-06
1
-2
/
+1
*
AMDGPU: Also track whether SGPRs were spilled
Matt Arsenault
2015-11-05
1
-0
/
+2
*
AMDGPU: Fix assert when legalizing atomic operands
Matt Arsenault
2015-11-05
1
-15
/
+51
*
AMDGPU: Make findUsedSGPR more readable
Matt Arsenault
2015-11-03
1
-7
/
+18
*
AMDGPU: Simplify VOP3 operand legalization.
Matt Arsenault
2015-10-21
1
-41
/
+49
*
AMDGPU: Fix not checking implicit operands in verifyInstruction
Matt Arsenault
2015-10-21
1
-15
/
+29
*
AMDGPU: Add MachineInstr overloads for instruction format tests
Matt Arsenault
2015-10-20
1
-30
/
+26
*
AMDGPU: Use explicit register size indirect pseudos
Matt Arsenault
2015-10-07
1
-1
/
+1
*
AMDGPU/SI: Add verifier check for exec reads
Matt Arsenault
2015-10-02
1
-0
/
+10
*
AMDGPU/SI: Don't set DATA_FORMAT if ADD_TID_ENABLE is set
Marek Olsak
2015-09-29
1
-0
/
+13
*
AMDGPU: Factor switch into separate function
Matt Arsenault
2015-09-28
1
-21
/
+27
*
AMDGPU: Fix splitting x16 SMRD loads
Matt Arsenault
2015-09-28
1
-2
/
+2
*
AMDGPU: Fix moving SMRD loads with literal offsets on CI
Matt Arsenault
2015-09-28
1
-3
/
+9
*
AMDGPU: Fix splitting SMRD with large offset
Matt Arsenault
2015-09-28
1
-1
/
+1
*
Improved the interface of methods commuting operands, improved X86-FMA3 mem-f...
Andrew Kaylor
2015-09-28
1
-16
/
+37
*
AMDGPU: Construct new buffer instruction when moving SMRD
Matt Arsenault
2015-09-25
1
-30
/
+37
[next]