| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Always add CallExpr as block-level expression. Inline-based interprocedural | Zhongxing Xu | 2010-02-24 | 1 | -2/+2 |
| | | | | | | | analysis needs this. llvm-svn: 97014 | ||||
| * | Improve unreachable code warnings with respect to dead member and | Mike Stump | 2010-01-21 | 1 | -0/+28 |
| | | | | | | | dead array references. llvm-svn: 94115 | ||||
| * | Improve unreachable code warnings for with respect to dead functional casts ↵ | Mike Stump | 2010-01-21 | 1 | -1/+4 |
| | | | | | | | in C++. llvm-svn: 94106 | ||||
| * | Improve unreachable code warnings for with respect to ? :. | Mike Stump | 2010-01-21 | 1 | -0/+3 |
| | | | | | llvm-svn: 94093 | ||||
| * | Improve unreachable code warnings with respect to dead binary and | Mike Stump | 2010-01-21 | 1 | -1/+8 |
| | | | | | | | unary operators. llvm-svn: 94084 | ||||
| * | Speed up compilation by avoiding generating exceptional edges from | Mike Stump | 2010-01-21 | 1 | -0/+35 |
| CallExprs as those edges help cause a n^2 explosion in the number of destructor calls. Other consumers, such as static analysis, that would like to have more a more complete CFG can select the inclusion of those edges as CFG build time. This also fixes up the two compilation users of CFGs to be tolerant of having or not having those edges. All catch code is assumed be to live if we didn't generate the exceptional edges for CallExprs. llvm-svn: 94074 | |||||

