Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Spelling mistakes in comments. NFCI. (PR27635) | Simon Pilgrim | 2017-03-30 | 1 | -2/+2 |
| | | | | llvm-svn: 299083 | ||||
* | Hide away implementation details of the ThreadSafetyAnalysis in anonymous ↵ | Benjamin Kramer | 2015-03-09 | 1 | -15/+8 |
| | | | | | | | | namespaces NFC. llvm-svn: 231653 | ||||
* | Fixing a -Woverflow warning from GCC by using a more natural datatype for ↵ | Aaron Ballman | 2014-09-12 | 1 | -2/+2 |
| | | | | | | this operation. NFC. llvm-svn: 217670 | ||||
* | Fix a couple of -Wsign-compare warnings introduced in r217556 | Justin Bogner | 2014-09-11 | 1 | -3/+2 |
| | | | | llvm-svn: 217569 | ||||
* | Thread Safety Analysis: major update to thread safety TIL. | DeLesley Hutchins | 2014-09-10 | 1 | -64/+222 |
| | | | | | | | | | | | | Numerous changes, including: * Changed the way variables and instructions are handled in basic blocks to be more efficient. * Eliminated SExprRef. * Simplified futures. * Fixed documentation. * Compute dominator and post dominator trees. llvm-svn: 217556 | ||||
* | 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 |