summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/pic-regusage.ll
Commit message (Collapse)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" ↵Fangrui Song2019-12-241-1/+1
| | | | as cleanups after D56351
* [Hexagon] Remove {{ *}} from testcasesKrzysztof Parzyszek2018-03-061-3/+3
| | | | | | The spaces in the instructions are now consistent. llvm-svn: 326829
* [Hexagon] Generate PIC-specific versions of save/restore routinesKrzysztof Parzyszek2016-03-241-0/+69
In PIC mode, the registers R14, R15 and R28 are reserved for use by the PLT handling code. This causes all functions to clobber these registers. While this is not new for regular function calls, it does also apply to save/restore functions, which do not follow the standard ABI conventions with respect to the volatile/non-volatile registers. Patch by Jyotsna Verma. llvm-svn: 264324
OpenPOWER on IntegriCloud