[cfe-commits] Threadsafety-- basic lockset implementation

Caitlin Sadowski supertri at google.com
Thu Aug 18 21:43:19 PDT 2011


Here is an updated thread safety lockset patch which incorporates
existing llvm iterators to perform the topological sort.

Cheers,

Caitlin

On Wed, Aug 17, 2011 at 4:07 PM, Caitlin Sadowski <supertri at google.com> wrote:
> 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_initiallockset2.patch
Type: application/octet-stream
Size: 144737 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110818/e907adeb/attachment.obj>


More information about the cfe-commits mailing list