summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/ThreadSafetyCommon.cpp
Commit message (Expand)AuthorAgeFilesLines
* Thread Safety Analysis: major update to thread safety TIL.DeLesley Hutchins2014-09-101-35/+30
* Thread safety analysis: Add support for negative requirements, which areDeLesley Hutchins2014-08-041-12/+35
* Thread Safety Analysis: Replace the old and broken SExpr with the newDeLesley Hutchins2014-07-281-33/+215
* Thread Safety Analysis: implement review suggestions from Aaron Ballman.DeLesley Hutchins2014-05-291-1/+1
* Thread Safety Analysis: update TIL traversal mechanism to allow arbitraryDeLesley Hutchins2014-05-281-7/+10
* Thread Safety Analysis: add new node types to thread safety TIL.DeLesley Hutchins2014-05-151-97/+78
* ThreadSafetyAnalysis: Don't crash when trying to analyze objc methods.Benjamin Kramer2014-05-091-4/+6
* Replacing a naked pointer with a unique_ptr. No functional changes intended.Aaron Ballman2014-04-231-3/+3
* Updated to be a bit more const friendly. Also switched the linkage to be stat...Aaron Ballman2014-04-231-3/+3
* Thread safety analysis: add array operations to SExpr.DeLesley Hutchins2014-04-221-1/+4
* Thread safety analysis: fix warning.DeLesley Hutchins2014-04-221-2/+1
* Thread safety analysis: misc updates to SExpr handling. Fix to minimal SSA,DeLesley Hutchins2014-04-211-39/+85
* Thread Safety Analysis: Convert to minimal SSA.DeLesley Hutchins2014-04-191-17/+72
* Thread Safety Analysis: Update SSA pass to handle loops.DeLesley Hutchins2014-04-191-85/+169
* Since the object is new'ed in the enterCFG function, now deleting in the exit...Aaron Ballman2014-04-171-0/+1
* Thread Safety Analysis: rewrite SSA pass to use the new SExpr and CFGDeLesley Hutchins2014-04-151-89/+296
* Thread Safety Analysis: reorganized SExpr header files. No change inDeLesley Hutchins2014-04-091-0/+8
* Thread Safety Analysis: now with less includes. No functional changes.Aaron Ballman2014-04-091-1/+1
* Thread Safety Analysis: some minor cleanups to the latest thread safety chang...Aaron Ballman2014-04-091-44/+34
* Thread Safety Analysis. Misc fixes to SExpr code, responding to code reviewDeLesley Hutchins2014-04-081-8/+2
* Thread Safety Analysis: various fixes to new SExpr code.DeLesley Hutchins2014-04-071-20/+34
* Thread Safety Analysis: update to internal SExpr handling.DeLesley Hutchins2014-04-071-0/+407
OpenPOWER on IntegriCloud