Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [analyzer] -analyzer-ipa=inlining is now the default. Remove it from tests. | Jordan Rose | 2012-08-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | The actual change here is a little more complicated than the summary above. What we want to do is have our generic inlining tests run under whatever mode is the default. However, there are some tests that depend on the presence of C++ inlining, which still has some rough edges. These tests have been explicitly marked as -analyzer-ipa=inlining in preparation for a new mode that limits inlining to C functions and blocks. This will be the default until the false positives for C++ have been brought down to manageable levels. llvm-svn: 162317 | ||||
* | [analyzer] Rework inlining related command line options. | Anna Zaks | 2012-03-08 | 1 | -1/+1 |
| | | | | | | | | | - Remove -analyzer-inline-call. - Add -analyzer-ipa=[none|inlining] - Add -analyzer-inlining-mode to allow experimentation for different performance tuning methods. llvm-svn: 152351 | ||||
* | [analyzer] Proactively avoid inlining vararg functions and blocks until we ↵ | Ted Kremenek | 2012-02-09 | 1 | -0/+29 |
properly support them. llvm-svn: 150207 |