[cfe-commits] Next set of thread safety patches

Caitlin Sadowski supertri at google.com
Thu Sep 1 14:21:46 PDT 2011


Here is a sequence of patches that adds support for shared vs
exclusive locks, trylocks, locks required attributes, and the no
thread safety analysis. Feel free to comment either on codereview or
via email. I am planning to commit these patches ideally tomorrow or
Monday. Thread safety: adding tracking for shared locks and remaining
function attributes.

http://codereview.appspot.com/4955041
http://codereview.appspot.com/4951054
http://codereview.appspot.com/4964061
http://codereview.appspot.com/4959053

The next patch should move the analysis to a separate file.

Cheers,

Caitlin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: threadsafety_functions_1.patch
Type: text/x-patch
Size: 20980 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110901/4ed98c51/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: threadsafety_functions_2.patch
Type: text/x-patch
Size: 4185 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110901/4ed98c51/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: threadsafety_functions_3.patch
Type: text/x-patch
Size: 7639 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110901/4ed98c51/attachment-0002.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: threadsafety_functions_4.patch
Type: text/x-patch
Size: 1960 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110901/4ed98c51/attachment-0003.bin>


More information about the cfe-commits mailing list