[cfe-commits] Threadsafety-- basic lockset implementation

Caitlin Sadowski supertri at google.com
Wed Aug 17 16:07:20 PDT 2011


Dear ThreadSafety reviewers (probably Doug),

Please find an initial lockset implementation patch attached, to
review at your earliest convenience. This patch adds basic lock
tracking support for the thread safety analysis. It depends on a very
small llvm patch (attached and sent to llvm-commits). Code review site
here:

http://codereview.appspot.com/4894048/

This patch also depends on the topological sort patch sent out to the
llvm-commits mailing list by DeLesley Hutchins to order the CFG blocks
so as to traverse them in one pass in the right order.

Cheers,

Caitlin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: threadsafety_initiallockset.patch
Type: text/x-patch
Size: 142574 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110817/29c8e00c/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-threadsafety_variadicexpr.patch
Type: text/x-patch
Size: 990 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110817/29c8e00c/attachment-0001.bin>


More information about the cfe-commits mailing list