summaryrefslogtreecommitdiff
path: root/clang/lib/Analysis/ThreadSafetyCommon.cpp
AgeCommit message (Expand)Author
2015-01-14[cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth
2014-09-10Thread Safety Analysis: major update to thread safety TIL.DeLesley Hutchins
2014-08-04Thread safety analysis: Add support for negative requirements, which areDeLesley Hutchins
2014-07-28Thread Safety Analysis: Replace the old and broken SExpr with the newDeLesley Hutchins
2014-05-29Thread Safety Analysis: implement review suggestions from Aaron Ballman.DeLesley Hutchins
2014-05-28Thread Safety Analysis: update TIL traversal mechanism to allow arbitraryDeLesley Hutchins
2014-05-15Thread Safety Analysis: add new node types to thread safety TIL.DeLesley Hutchins
2014-05-09ThreadSafetyAnalysis: Don't crash when trying to analyze objc methods.Benjamin Kramer
2014-04-23Replacing a naked pointer with a unique_ptr. No functional changes intended.Aaron Ballman
2014-04-23Updated to be a bit more const friendly. Also switched the linkage to be stat...Aaron Ballman
2014-04-22Thread safety analysis: add array operations to SExpr.DeLesley Hutchins
2014-04-22Thread safety analysis: fix warning.DeLesley Hutchins
2014-04-21Thread safety analysis: misc updates to SExpr handling. Fix to minimal SSA,DeLesley Hutchins
2014-04-19Thread Safety Analysis: Convert to minimal SSA.DeLesley Hutchins
2014-04-19Thread Safety Analysis: Update SSA pass to handle loops.DeLesley Hutchins
2014-04-17Since the object is new'ed in the enterCFG function, now deleting in the exit...Aaron Ballman
2014-04-15Thread Safety Analysis: rewrite SSA pass to use the new SExpr and CFGDeLesley Hutchins
2014-04-09Thread Safety Analysis: reorganized SExpr header files. No change inDeLesley Hutchins
2014-04-09Thread Safety Analysis: now with less includes. No functional changes.Aaron Ballman
2014-04-09Thread Safety Analysis: some minor cleanups to the latest thread safety chang...Aaron Ballman
2014-04-08Thread Safety Analysis. Misc fixes to SExpr code, responding to code reviewDeLesley Hutchins
2014-04-07Thread Safety Analysis: various fixes to new SExpr code.DeLesley Hutchins
2014-04-07Thread Safety Analysis: update to internal SExpr handling.DeLesley Hutchins