Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CodeGen] Rename functions PrintReg* to printReg* | Francis Visoiu Mistrih | 2017-11-28 | 1 | -1/+1 |
| | | | | | | | | | | | LLVM Coding Standards: Function names should be verb phrases (as they represent actions), and command-like function should be imperative. The name should be camel case, and start with a lower case letter (e.g. openFile() or isFoo()). Differential Revision: https://reviews.llvm.org/D40416 llvm-svn: 319168 | ||||
* | AMDGPU: Fix implicitarg.ptr handling special inputs | Matt Arsenault | 2017-08-03 | 1 | -0/+4 |
| | | | | llvm-svn: 310002 | ||||
* | AMDGPU: Add analysis pass for function argument info | Matt Arsenault | 2017-08-03 | 1 | -0/+127 |
This will allow only adding necessary inputs to callee functions that need special inputs forwarded from the kernel. llvm-svn: 309996 |