1. f4b5e7c Thread Safety Analysis: add new node types to thread safety TIL. by DeLesley Hutchins · 12 years ago
  2. a7bcab7 ThreadSafetyAnalysis: Don't crash when trying to analyze objc methods. by Benjamin Kramer · 12 years ago
  3. 8e8026d Replacing a naked pointer with a unique_ptr. No functional changes intended. by Aaron Ballman · 12 years ago
  4. bf58a6a Updated to be a bit more const friendly. Also switched the linkage to be static since this function is file-local. No functional changes intended. by Aaron Ballman · 12 years ago
  5. f1a3116 Thread safety analysis: add array operations to SExpr. by DeLesley Hutchins · 12 years ago
  6. 7834001 Thread safety analysis: fix warning. by DeLesley Hutchins · 12 years ago
  7. f8b412a Thread safety analysis: misc updates to SExpr handling. Fix to minimal SSA, by DeLesley Hutchins · 12 years ago
  8. a9db001 Thread Safety Analysis: Convert to minimal SSA. by DeLesley Hutchins · 12 years ago
  9. ae497de Thread Safety Analysis: Update SSA pass to handle loops. by DeLesley Hutchins · 12 years ago
  10. ed5aced Since the object is new'ed in the enterCFG function, now deleting in the exitCFG function instead of the destructor to ensure proper pairing. This allows reuse of the builder without creating a memory leak. by Aaron Ballman · 12 years ago
  11. aab9aff Thread Safety Analysis: rewrite SSA pass to use the new SExpr and CFG by DeLesley Hutchins · 12 years ago
  12. 7e615c2 Thread Safety Analysis: reorganized SExpr header files. No change in by DeLesley Hutchins · 12 years ago
  13. 28347a7 Thread Safety Analysis: now with less includes. No functional changes. by Aaron Ballman · 12 years ago
  14. 3f993c1 Thread Safety Analysis: some minor cleanups to the latest thread safety changes. No functional changes intended. by Aaron Ballman · 12 years ago
  15. f7813c5 Thread Safety Analysis. Misc fixes to SExpr code, responding to code review by DeLesley Hutchins · 12 years ago
  16. 11bb3087 Thread Safety Analysis: various fixes to new SExpr code. by DeLesley Hutchins · 12 years ago
  17. b221391 Thread Safety Analysis: update to internal SExpr handling. by DeLesley Hutchins · 12 years ago