summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/uwtables.ll
Commit message (Collapse)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim"="false" to ↵Fangrui Song2019-12-241-1/+1
| | | | "frame-pointer"="none" as cleanups after D56351
* [Exception Handling] Unwind tables are required for all functions that have ↵Stefan Pintilie2018-08-241-0/+51
| | | | | | | | | | | | | | an EH personality. This patch is for defect: https://bugs.llvm.org/show_bug.cgi?id=32611 Functions may require unwind tables even if they are marked with the attribute nounwind. Any function with an EH personality may require an unwind table. Differential Revision: https://reviews.llvm.org/D50987 llvm-svn: 340641
* Revert "[Exception Handling] Unwind tables are required for all functions ↵Stefan Pintilie2018-08-241-51/+0
| | | | | | | | | that have an EH personality." This reverts commit rL340614. Previous commit broke some llvm-cfi-verify tests. llvm-svn: 340625
* [Exception Handling] Unwind tables are required for all functions that have ↵Stefan Pintilie2018-08-241-0/+51
an EH personality. This patch is for defect: https://bugs.llvm.org/show_bug.cgi?id=32611 Functions may require unwind tables even if they are marked with the attribute nounwind. Any function with an EH personality may require an unwind table. Differential Revision: https://reviews.llvm.org/D50987 llvm-svn: 340614
OpenPOWER on IntegriCloud