summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/AMDGPUAlwaysInlinePass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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