Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-10 | [analyzer] Do not count calls to small functions when computing stack | Anna Zaks | |
depth. We only want to count how many substantial functions we inlined. This is an improvement to r163558. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163571 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2012-09-10 | [analyzer] Add ipa-always-inline-size option (with 3 as the default). | Anna Zaks | |
The option allows to always inline very small functions, whose size (in number of basic blocks) is set using -analyzer-config ipa-always-inline-size option. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163558 91177308-0d34-0410-b5e6-96231b3b80d8 |