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
/
SIMachineFunctionInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
AMDGPU: Detect kernarg segment pointer
Matt Arsenault
2017-07-14
1
-1
/
+4
*
AMDGPU: Setup SP/FP in callee function prolog/epilog
Matt Arsenault
2017-06-26
1
-0
/
+1
*
AMDGPU: Partially fix implicit.buffer.ptr intrinsic handling
Matt Arsenault
2017-06-26
1
-5
/
+5
*
AMDGPU: Start defining a calling convention
Matt Arsenault
2017-05-17
1
-7
/
+12
*
AMDGPU: GFX9 GS and HS shaders always have the scratch wave offset in SGPR5
Marek Olsak
2017-05-04
1
-1
/
+7
*
AMDGPU: Add StackPtr and FramePtr registers to MFI
Matt Arsenault
2017-04-24
1
-0
/
+2
*
AMDGPU: Refactor SIMachineFunctionInfo slightly
Matt Arsenault
2017-04-11
1
-15
/
+25
*
AMDGPU: Refactor argument lowering
Matt Arsenault
2017-04-11
1
-1
/
+1
*
AMDGPU: Don't use stack space for SGPR->VGPR spills
Matt Arsenault
2017-02-21
1
-42
/
+51
*
AMDGPU add support for spilling to a user sgpr pointed buffers
Tom Stellard
2017-01-25
1
-2
/
+13
*
AMDGPU/SI: Make a function const
Tom Stellard
2016-12-20
1
-1
/
+0
*
AMDGPU/SI: Add a MachineMemOperand to MIMG instructions
Tom Stellard
2016-12-20
1
-0
/
+1
*
AMDGPU/SI: Add support for triples with the mesa3d operating system
Tom Stellard
2016-09-16
1
-1
/
+1
*
[AMDGPU] Wave and register controls
Konstantin Zhuravlyov
2016-09-06
1
-14
/
+4
*
AMDGPU: Remove unused tracking of flat instructions
Matt Arsenault
2016-08-11
1
-1
/
+0
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-4
/
+4
*
AMDGPU/SI: Don't use reserved VGPRs for SGPR spilling
Tom Stellard
2016-07-28
1
-1
/
+2
*
AMDGPU: Make AMDGPUMachineFunction fields private
Matt Arsenault
2016-07-26
1
-3
/
+0
*
AMDGPU: Add HSA dispatch id intrinsic
Matt Arsenault
2016-07-22
1
-1
/
+11
*
AMDGPU/SI: Emit the number of SGPR and VGPR spills
Marek Olsak
2016-07-13
1
-0
/
+2
*
SIMachineFunctionInfo.cpp: Appease msc18 to use std::array.
NAKAMURA Takumi
2016-06-27
1
-2
/
+2
*
Reformat.
NAKAMURA Takumi
2016-06-27
1
-1
/
+1
*
Reformat blank lines.
NAKAMURA Takumi
2016-06-27
1
-2
/
+0
*
[AMDGPU] Emit debugger prologue and emit the rest of the debugger fields in t...
Konstantin Zhuravlyov
2016-06-25
1
-4
/
+6
*
AMDGPU: Cleanup subtarget handling.
Matt Arsenault
2016-06-24
1
-5
/
+6
*
AMDGPU: Add option to disable spilling SGPRs to VGPRs.
Matt Arsenault
2016-06-23
1
-2
/
+9
*
[AMDGPU][NFC] Rename ReserveTrapVGPRs -> ReserveRegs
Konstantin Zhuravlyov
2016-05-24
1
-3
/
+3
*
[AMDGPU] Move reserved vgpr count for trap handler usage to SIMachineFunction...
Konstantin Zhuravlyov
2016-04-26
1
-0
/
+4
*
AMDGPU: Add queue ptr intrinsic
Matt Arsenault
2016-04-25
1
-0
/
+3
*
AMDGPU: allow specifying a workgroup size that needs to fit in a compute unit
Tom Stellard
2016-04-14
1
-6
/
+7
*
AMDGPU/SI: Use the correct scratch wave offset register for shaders.
Tom Stellard
2016-04-14
1
-3
/
+6
*
AMDGPU: Add a shader calling convention
Nicolai Haehnle
2016-04-06
1
-3
/
+5
*
AMDGPU/SI: Add support for spiling SGPRs to scratch buffer
Tom Stellard
2016-03-04
1
-10
/
+5
*
AMDGPU: Set flat_scratch from flat_scratch_init reg
Matt Arsenault
2016-02-12
1
-4
/
+20
*
AMDGPU/SI: Add s_waitcnt at the end of non-void functions
Marek Olsak
2016-01-13
1
-0
/
+1
*
AMDGPU/SI: Add new target attribute InitialPSInputAddr
Marek Olsak
2016-01-13
1
-1
/
+4
*
AMDGPU: Avoid assertions after SGPR spilling failed
Nicolai Haehnle
2016-01-04
1
-0
/
+11
*
AMDGPU: Rework how private buffer passed for HSA
Matt Arsenault
2015-11-30
1
-9
/
+71
*
AMDGPU: Remove SIPrepareScratchRegs
Matt Arsenault
2015-11-30
1
-0
/
+8
*
AMDGPU: Check feature attributes in SIMachineFunctionInfo
Matt Arsenault
2015-11-25
1
-3
/
+36
*
AMDGPU: Also track whether SGPRs were spilled
Matt Arsenault
2015-11-05
1
-0
/
+1
*
MachineRegisterInfo: Remove UsedPhysReg infrastructure
Matthias Braun
2015-07-14
1
-1
/
+0
*
R600 -> AMDGPU rename
Tom Stellard
2015-06-13
1
-0
/
+77
*
Revert "AMDGPU: Add core backend files for R600/SI codegen v6"
Tom Stellard
2012-07-16
1
-18
/
+0
*
AMDGPU: Add core backend files for R600/SI codegen v6
Tom Stellard
2012-07-16
1
-0
/
+18
[prev]