Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" ↵ | Fangrui Song | 2019-12-24 | 1 | -1/+1 |
| | | | | as cleanups after D56351 | ||||
* | [Hexagon] Remove {{ *}} from testcases | Krzysztof Parzyszek | 2018-03-06 | 1 | -3/+3 |
| | | | | | | The spaces in the instructions are now consistent. llvm-svn: 326829 | ||||
* | [Hexagon] Generate PIC-specific versions of save/restore routines | Krzysztof Parzyszek | 2016-03-24 | 1 | -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 |