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
/
SIRegisterInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
AMDGPU: Figure out private memory regs after lowering
Matt Arsenault
2017-07-18
1
-0
/
+4
*
AMDGPU: Partially fix implicit.buffer.ptr intrinsic handling
Matt Arsenault
2017-06-26
1
-6
/
+5
*
AMDGPU: Fix scratch wave offset relative FI expansion
Matt Arsenault
2017-06-19
1
-9
/
+20
*
AMDGPU: Work around build special casing .inc files
Matt Arsenault
2017-06-08
1
-1
/
+2
*
AMDGPU: Use correct register names in inline assembly
Matt Arsenault
2017-06-08
1
-0
/
+59
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
AMDGPU: Start defining a calling convention
Matt Arsenault
2017-05-17
1
-8
/
+35
*
AMDGPU: Expand frame indexes to be relative to scratch wave offset
Matt Arsenault
2017-05-17
1
-6
/
+71
*
AMDGPU: Use appropriate soffset for spilling
Matt Arsenault
2017-05-17
1
-13
/
+13
*
[AMDGPU] Merge M0 initializations
Stanislav Mekhanoshin
2017-04-24
1
-0
/
+3
*
Move size and alignment information of regclass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-28
/
+31
*
Fix typo
Matt Arsenault
2017-04-18
1
-1
/
+1
*
[AMDGPU] added SIInstrInfo::getAddNoCarry() helper
Stanislav Mekhanoshin
2017-04-14
1
-3
/
+1
*
Revert "Correct register pressure calculation in presence of subregs"
Stanislav Mekhanoshin
2017-02-24
1
-16
/
+0
*
Correct register pressure calculation in presence of subregs
Stanislav Mekhanoshin
2017-02-23
1
-0
/
+16
*
AMDGPU: Don't use stack space for SGPR->VGPR spills
Matt Arsenault
2017-02-21
1
-23
/
+88
*
AMDGPU: Merge initial gfx9 support
Matt Arsenault
2017-02-18
1
-0
/
+6
*
[AMDGPU] Override PSet for M0
Stanislav Mekhanoshin
2017-02-10
1
-0
/
+8
*
[AMDGPU] Implement register pressure callbacks
Stanislav Mekhanoshin
2017-02-08
1
-0
/
+31
*
[AMDGPU] Move register related queries to subtarget class
Konstantin Zhuravlyov
2017-02-08
1
-208
/
+10
*
AMDGPU add support for spilling to a user sgpr pointed buffers
Tom Stellard
2017-01-25
1
-4
/
+6
*
[AMDGPU] Do not allow register coalescer to create big superregs
Stanislav Mekhanoshin
2017-01-18
1
-0
/
+20
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-8
/
+8
*
Extract LaneBitmask into a separate type
Krzysztof Parzyszek
2016-12-15
1
-1
/
+2
*
AMDGPU: Fix handling of 16-bit immediates
Matt Arsenault
2016-12-10
1
-13
/
+0
*
AMDGPU/SI: Don't reserve XNACK when it's disabled
Marek Olsak
2016-12-09
1
-1
/
+1
*
AMDGPU/SI: Don't reserve FLAT_SCR on non-HSA targets & without stack objects
Marek Olsak
2016-12-09
1
-6
/
+15
*
AMDGPU/SI: Allow using SGPRs 96-101 on VI
Marek Olsak
2016-12-09
1
-5
/
+7
*
[AMDGPU] Fix number of reserved SGPRs on CI to reflect flat scratch use
Stanislav Mekhanoshin
2016-12-08
1
-0
/
+2
*
AMDGPU: Properly implement SIRegisterInfo::isFrameOffsetLegal and needsFrameB...
Nicolai Haehnle
2016-12-08
1
-5
/
+21
*
AMDGPU: remove a couple of unused variables
Saleem Abdulrasool
2016-12-03
1
-14
/
+2
*
AMDGPU: Use wider scalar spills for SGPR spilling
Matt Arsenault
2016-12-02
1
-15
/
+70
*
AMDGPU: Materialize frame index before add
Matt Arsenault
2016-11-29
1
-1
/
+6
*
AMDGPU/SI: Add back reverted SGPR spilling code, but disable it
Marek Olsak
2016-11-25
1
-75
/
+200
*
Revert "AMDGPU: Implement SGPR spilling with scalar stores"
Marek Olsak
2016-11-25
1
-99
/
+7
*
Revert "AMDGPU: Fix MMO when splitting spill"
Marek Olsak
2016-11-25
1
-71
/
+44
*
Revert "AMDGPU: Fix adding extra implicit def of register"
Marek Olsak
2016-11-25
1
-25
/
+14
*
Revert "AMDGPU: Fix not setting kill flag on temp reg when spilling"
Marek Olsak
2016-11-25
1
-1
/
+1
*
Revert "AMDGPU: Make m0 unallocatable"
Marek Olsak
2016-11-25
1
-1
/
+1
*
Revert "AMDGPU: Remove m0 spilling code"
Marek Olsak
2016-11-25
1
-3
/
+37
*
Revert "AMDGPU: Preserve m0 value when spilling"
Marek Olsak
2016-11-25
1
-34
/
+5
*
AMDGPU: Preserve m0 value when spilling
Matt Arsenault
2016-11-24
1
-5
/
+34
*
TRI: Add hook to pass scavenger during frame elimination
Matt Arsenault
2016-11-24
1
-0
/
+10
*
AMDGPU: Remove m0 spilling code
Matt Arsenault
2016-11-24
1
-37
/
+3
*
AMDGPU: Make m0 unallocatable
Matt Arsenault
2016-11-24
1
-1
/
+1
*
AMDGPU: Fix not setting kill flag on temp reg when spilling
Matt Arsenault
2016-11-23
1
-1
/
+1
*
AMDGPU: Fix adding extra implicit def of register
Matt Arsenault
2016-11-23
1
-14
/
+25
*
AMDGPU: Fix MMO when splitting spill
Matt Arsenault
2016-11-23
1
-44
/
+71
*
Fix spelling mistakes in AMDGPU target comments. NFC.
Simon Pilgrim
2016-11-18
1
-1
/
+1
*
AMDGPU/SI: Avoid creating unnecessary copies in the SIFixSGPRCopies pass
Tom Stellard
2016-11-16
1
-11
/
+14
[next]