summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/warn-stack.ll
Commit message (Collapse)AuthorAgeFilesLines
* Reapply r183552. This time, use a standard type for the option to avoid templateQuentin Colombet2013-06-081-0/+24
| | | | | | | | | | | | | | | instantiation issue with non-standard type. Add a backend option to warn on a given stack size limit. Option: -mllvm -warn-stack-size=<limit> Output (if limit is exceeded): warning: Stack size limit exceeded (<actual size>) in <functionName>. The longer term plan is to hook that to a clang warning. PR:4072 <rdar://problem/13987214>. llvm-svn: 183595
* Revert commits related to stack warning.Quentin Colombet2013-06-071-24/+0
| | | | llvm-svn: 183579
* Explicit triple in warn stack size test cases to not depend on OS.Quentin Colombet2013-06-071-2/+2
| | | | llvm-svn: 183574
* Add a backend option to warn on a given stack size limit.Quentin Colombet2013-06-071-0/+24
Option: -mllvm -warn-stack-size=<limit> Output (if limit is exceeded): warning: Stack size limit exceeded (<actual size>) in <functionName>. The longer term plan is to hook that to a clang warning. PR:4072 <rdar://problem/13987214> llvm-svn: 183552
OpenPOWER on IntegriCloud