| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reapply r183552. This time, use a standard type for the option to avoid template | Quentin Colombet | 2013-06-08 | 1 | -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 Colombet | 2013-06-07 | 1 | -24/+0 |
| | | | | | llvm-svn: 183579 | ||||
| * | Explicit triple in warn stack size test cases to not depend on OS. | Quentin Colombet | 2013-06-07 | 1 | -2/+2 |
| | | | | | llvm-svn: 183574 | ||||
| * | Add a backend option to warn on a given stack size limit. | Quentin Colombet | 2013-06-07 | 1 | -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 | |||||

