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
/
R600
/
SIRegisterInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
R600 -> AMDGPU rename
Tom Stellard
2015-06-13
1
-543
/
+0
*
R600/SI: Update tablegen defs to avoid restoring spilled sgprs to m0
Tom Stellard
2015-05-12
1
-8
/
+0
*
R600/SI: Remove M0Reg register class
Tom Stellard
2015-05-12
1
-1
/
+0
*
R600/SI: Replace TRI->getRegClass(Reg) with TRI->getPhysRegClass(Reg)
Tom Stellard
2015-05-12
1
-0
/
+1
*
R600/SI: Insert more NOPs after READLANE on VI, don't use NOPs on CI
Marek Olsak
2015-03-24
1
-1
/
+16
*
Remove the need to cache the subtarget in the R600 TargetRegisterInfo
Eric Christopher
2015-03-11
1
-9
/
+10
*
Have getRegPressureSetLimit take a MachineFunction so that a
Eric Christopher
2015-03-11
1
-1
/
+2
*
R600/SI: Limit SGPRs to 80 on Tonga and Iceland
Marek Olsak
2015-03-09
1
-0
/
+17
*
R600/SI: Fix getNumSGPRsAllowed for VI
Marek Olsak
2015-03-09
1
-11
/
+21
*
R600/SI: Consistently put soffset before the offset operand for mubuf instruc...
Tom Stellard
2015-02-27
1
-1
/
+1
*
R600/SI: Determine target-specific encoding of READLANE and WRITELANE early v2
Marek Olsak
2015-02-03
1
-2
/
+6
*
R600/SI: Handle SI_SPILL_V96_RESTORE in SIRegisterInfo::eliminateFrameIndex()
Tom Stellard
2015-01-30
1
-0
/
+1
*
R600/SI: Remove stray debug statements
Tom Stellard
2015-01-29
1
-5
/
+1
*
R600/SI: Define a schedule model and enable the generic machine scheduler
Tom Stellard
2015-01-29
1
-3
/
+52
*
R600/SI: Add subtarget feature to enable VGPR spilling for all shader types
Tom Stellard
2015-01-20
1
-0
/
+2
*
R600/SI: Fix simple-loop.ll test
Tom Stellard
2015-01-20
1
-1
/
+1
*
R600/SI: Use external symbols for scratch buffer
Tom Stellard
2015-01-20
1
-28
/
+6
*
R600/SI: Add kill flag when copying scratch offset to a register
Tom Stellard
2015-01-20
1
-1
/
+1
*
R600/SI: Spill VGPRs to scratch space for compute shaders
Tom Stellard
2015-01-14
1
-62
/
+94
*
R600/SI: Use RegisterOperands to specify which operands can accept immediates
Tom Stellard
2015-01-12
1
-29
/
+5
*
R600/SI: Remove VReg_32 register class
Tom Stellard
2015-01-07
1
-5
/
+5
*
R600/SI: Make sure non-inline constants aren't folded into mubuf soffset operand
Tom Stellard
2014-12-19
1
-0
/
+1
*
R600/SI: Fix allocating flat_scr_lo / flat_scr_hi
Matt Arsenault
2014-11-25
1
-0
/
+2
*
R600/SI: Fix spilling of m0 register
Tom Stellard
2014-11-14
1
-1
/
+9
*
R600/SI: Make constant array static
Matt Arsenault
2014-11-14
1
-1
/
+1
*
R600/SI: Add new helper isSGPRClassID
Matt Arsenault
2014-09-24
1
-7
/
+0
*
R600/SI: Mark EXEC_LO and EXEC_HI as reserved
Tom Stellard
2014-09-24
1
-0
/
+6
*
R600/SI: Fix SIRegisterInfo::getPhysRegSubReg()
Tom Stellard
2014-09-24
1
-1
/
+10
*
R600/SI: Implement VGPR register spilling for compute at -O0 v3
Tom Stellard
2014-09-24
1
-1
/
+114
*
R600/SI: Clean up checks for legality of immediate operands
Tom Stellard
2014-09-23
1
-3
/
+21
*
R600/SI: Add enums for some hard-coded values
Tom Stellard
2014-09-22
1
-0
/
+8
*
R600/SI: Add preliminary support for flat address space
Matt Arsenault
2014-09-15
1
-0
/
+23
*
R600/SI: Use eliminateFrameIndex() to expand SGPR spill pseudos
Tom Stellard
2014-08-21
1
-9
/
+98
*
R600/SI: Handle VCC in SIRegisterInfo::getPhysRegSubReg()
Tom Stellard
2014-08-21
1
-0
/
+11
*
R600: silence GCC warning
Saleem Abdulrasool
2014-07-21
1
-0
/
+1
*
R600/SI: Use scratch memory for large private arrays
Tom Stellard
2014-07-21
1
-2
/
+46
*
R600/SI: Add verifier check for immediates in register operands.
Tom Stellard
2014-07-02
1
-0
/
+16
*
R600: Remove AMDIL instruction and register definitions
Tom Stellard
2014-06-13
1
-9
/
+0
*
R600: Move AMDGPUInstrInfo from AMDGPUTargetMachine into AMDGPUSubtarget
Tom Stellard
2014-06-13
1
-5
/
+4
*
Use range for
Matt Arsenault
2014-05-12
1
-4
/
+3
*
R600/SI: Only create one instruction when spilling/restoring register v3
Tom Stellard
2014-05-02
1
-0
/
+7
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-2
/
+2
*
R600/SI: Return the correct index for VGPRs in getHWRegIndex()
Tom Stellard
2014-03-31
1
-1
/
+1
*
Fix known typos
Alp Toker
2014-01-24
1
-1
/
+1
*
R600/SI: Fix moveToVALU when the first operand is VSrc.
Matt Arsenault
2013-11-18
1
-0
/
+2
*
R600/SI: Add VReg_96 register class to SIRegisterInfo::hasVGPRs()
Tom Stellard
2013-11-15
1
-0
/
+1
*
R600/SI: Add support for private address space load/store
Tom Stellard
2013-11-13
1
-0
/
+8
*
R600/SI: Prefer SALU instructions for bit shift operations
Tom Stellard
2013-11-13
1
-6
/
+42
*
Make method static
Matt Arsenault
2013-11-10
1
-1
/
+1
*
R600/SI: Mark the EXEC register as reserved
Tom Stellard
2013-10-10
1
-0
/
+1
[next]