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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
AMDGPU/AMDHSA: Remove GridWorkGroupCountX/Y/Z
Konstantin Zhuravlyov
2018-06-21
1
-15
/
+0
*
[AMDGPU] Track occupancy in MFI
Stanislav Mekhanoshin
2018-05-31
1
-0
/
+26
*
AMDGPU: Remove #include "MCTargetDesc/AMDGPUMCTargetDesc.h" from common headers
Tom Stellard
2018-05-22
1
-28
/
+12
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-3
/
+3
*
AMDGPU: Support realigning stack
Matt Arsenault
2018-03-29
1
-0
/
+9
*
[AMDGPU] stop buffer_store being moved illegally
Tim Renouf
2018-02-20
1
-6
/
+2
*
Reapply "AMDGPU: Add 32-bit constant address space"
Matt Arsenault
2018-02-09
1
-0
/
+6
*
Revert "AMDGPU: Add 32-bit constant address space"
Rafael Espindola
2018-02-07
1
-6
/
+0
*
AMDGPU: Add 32-bit constant address space
Marek Olsak
2018-02-07
1
-0
/
+6
*
[AMDGPU] stop image_store being moved illegally
Tim Renouf
2018-01-12
1
-6
/
+2
*
AMDGPU: Use unique PSVs for buffer resources
Matt Arsenault
2017-12-29
1
-6
/
+9
*
AMDGPU: Implement getTgtMemIntrinsic for images
Matt Arsenault
2017-12-29
1
-4
/
+15
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-2
/
+2
*
AMDGPU: Fix warning discovered by r317266 [-Wunused-private-field]
Konstantin Zhuravlyov
2017-11-02
1
-1
/
+0
*
AMDGPU: Remove outdated fixme (it was already fixed)
Konstantin Zhuravlyov
2017-11-02
1
-3
/
+0
*
[AMDGPU] AMDPAL scratch buffer support
Tim Renouf
2017-09-29
1
-0
/
+9
*
Add AddresSpace to PseudoSourceValue.
Jan Sjodin
2017-09-14
1
-4
/
+5
*
AMDGPU: Start adding tail call support
Matt Arsenault
2017-08-11
1
-0
/
+19
*
[AMDGPU] Fix some Clang-tidy modernize-use-using and Include What You Use war...
Eugene Zelenko
2017-08-08
1
-35
/
+40
*
AMDGPU: Pass special input registers to functions
Matt Arsenault
2017-08-03
1
-45
/
+51
*
AMDGPU: Fix clobbering CSR VGPRs when spilling SGPR to it
Matt Arsenault
2017-08-02
1
-1
/
+18
*
AMDGPU: Annotate implicitarg.ptr usage
Matt Arsenault
2017-07-28
1
-0
/
+8
*
AMDGPU: Figure out private memory regs after lowering
Matt Arsenault
2017-07-18
1
-1
/
+4
*
AMDGPU: Annotate features from x work item/group IDs.
Matt Arsenault
2017-07-17
1
-0
/
+5
*
AMDGPU: Partially fix implicit.buffer.ptr intrinsic handling
Matt Arsenault
2017-06-26
1
-7
/
+7
*
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
-3
/
+2
*
AMDGPU: Add StackPtr and FramePtr registers to MFI
Matt Arsenault
2017-04-24
1
-0
/
+24
*
AMDGPU: Make MFI fields private
Matt Arsenault
2017-04-18
1
-3
/
+5
*
AMDGPU: Refactor argument lowering
Matt Arsenault
2017-04-11
1
-3
/
+10
*
AMDGPU: Fix crash when disassembling VOP3 mac
Matt Arsenault
2017-04-10
1
-0
/
+1
*
AMDGPU: Don't use stack space for SGPR->VGPR spills
Matt Arsenault
2017-02-21
1
-4
/
+22
*
AMDGPU add support for spilling to a user sgpr pointed buffers
Tom Stellard
2017-01-25
1
-0
/
+17
*
[AMDGPU] Fix some Clang-tidy modernize and Include What You Use warnings; oth...
Eugene Zelenko
2017-01-21
1
-7
/
+13
*
AMDGPU/SI: Make a function const
Tom Stellard
2016-12-20
1
-3
/
+3
*
AMDGPU/SI: Add a MachineMemOperand when lowering llvm.amdgcn.buffer.load.*
Tom Stellard
2016-12-20
1
-0
/
+28
*
AMDGPU/SI: Add a MachineMemOperand to MIMG instructions
Tom Stellard
2016-12-20
1
-0
/
+31
*
[AMDGPU] Wave and register controls
Konstantin Zhuravlyov
2016-09-06
1
-8
/
+37
*
AMDGPU: fix mismatch tags, NFC
Saleem Abdulrasool
2016-08-29
1
-1
/
+1
*
AMDGPU: Remove unused tracking of flat instructions
Matt Arsenault
2016-08-11
1
-9
/
+0
*
AMDGPU: Make AMDGPUMachineFunction fields private
Matt Arsenault
2016-07-26
1
-1
/
+0
*
AMDGPU: Add HSA dispatch id intrinsic
Matt Arsenault
2016-07-22
1
-5
/
+6
*
AMDGPU/SI: Emit the number of SGPR and VGPR spills
Marek Olsak
2016-07-13
1
-0
/
+19
*
SIMachineFunctionInfo.cpp: Appease msc18 to use std::array.
NAKAMURA Takumi
2016-06-27
1
-2
/
+3
*
Reformat blank lines.
NAKAMURA Takumi
2016-06-27
1
-1
/
+0
*
[AMDGPU] Emit debugger prologue and emit the rest of the debugger fields in t...
Konstantin Zhuravlyov
2016-06-25
1
-0
/
+60
*
[AMDGPU][NFC] Rename ReserveTrapVGPRs -> ReserveRegs
Konstantin Zhuravlyov
2016-05-24
1
-4
/
+5
*
[AMDGPU] Move reserved vgpr count for trap handler usage to SIMachineFunction...
Konstantin Zhuravlyov
2016-04-26
1
-0
/
+7
*
AMDGPU: Implement addrspacecast
Matt Arsenault
2016-04-25
1
-0
/
+4
*
AMDGPU: allow specifying a workgroup size that needs to fit in a compute unit
Tom Stellard
2016-04-14
1
-0
/
+2
[next]