Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Thread Safety Analysis: Replace the old and broken SExpr with the new | DeLesley Hutchins | 2014-07-28 | 1 | -3/+36 |
| | | | | | | | | til::SExpr. This is a large patch, with many small changes to pretty printing and expression lowering to make the new SExpr representation equivalent in functionality to the old. llvm-svn: 214089 | ||||
* | Thread Safety Analysis: update TIL traversal mechanism to allow arbitrary | DeLesley Hutchins | 2014-05-28 | 1 | -0/+40 |
| | | | | | | local contexts. Also includes some minor refactoring. llvm-svn: 209774 | ||||
* | Thread Safety Analysis: add new node types to thread safety TIL. | DeLesley Hutchins | 2014-05-15 | 1 | -0/+113 |
This fills in a few missing gaps in functionality. llvm-svn: 208830 |