Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Driver][CodeGen] Support -fpatchable-function-entry=N,M and ↵ | Fangrui Song | 2020-01-24 | 1 | -2/+2 |
| | | | | | | | | | | __attribute__((patchable_function_entry(N,M))) where M>0 Reviewed By: nickdesaulniers Differential Revision: https://reviews.llvm.org/D73072 (cherry picked from commit 69bf40c45fd7f6dfe11b47de42571d8bff5ef94f) | ||||
* | Support function attribute patchable_function_entry | Fangrui Song | 2020-01-10 | 1 | -0/+17 |
This feature is generic. Make it applicable for AArch64 and X86 because the backend has only implemented NOP insertion for AArch64 and X86. Reviewed By: nickdesaulniers, aaron.ballman Differential Revision: https://reviews.llvm.org/D72221 |