summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/AMDGPUAlwaysInlinePass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* R600 -> AMDGPU renameTom Stellard2015-06-131-67/+0
| | | | llvm-svn: 239657
* R600: Fix always inline pass breaking noinline functionsMatt Arsenault2015-04-221-2/+3
| | | | | | No test since calls are not actually supported yet. llvm-svn: 235524
* Reapply: R600: Make sure to inline all internal functionsTom Stellard2014-11-031-0/+66
| | | | | | | | Function calls aren't supported yet. This was reverted due to build breakages, which should be fixed now. llvm-svn: 221173
* Revert "R600: Make sure to inline all internal functions"Reid Kleckner2014-10-311-66/+0
| | | | | | | | | This reverts commit r220996. It introduced layering violations causing link errors in many configurations. llvm-svn: 221020
* R600: Make sure to inline all internal functionsTom Stellard2014-10-311-0/+66
Function calls aren't supported yet. llvm-svn: 220996
OpenPOWER on IntegriCloud