Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f4b5e7c60f2dcca71e2c6d5e175aea91e612ef00
/
clang
/
lib
/
Analysis
/
ThreadSafetyCommon.cpp
f4b5e7c
Thread Safety Analysis: add new node types to thread safety TIL.
by DeLesley Hutchins
· 12 years ago
a7bcab7
ThreadSafetyAnalysis: Don't crash when trying to analyze objc methods.
by Benjamin Kramer
· 12 years ago
8e8026d
Replacing a naked pointer with a unique_ptr. No functional changes intended.
by Aaron Ballman
· 12 years ago
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
f1a3116
Thread safety analysis: add array operations to SExpr.
by DeLesley Hutchins
· 12 years ago
7834001
Thread safety analysis: fix warning.
by DeLesley Hutchins
· 12 years ago
f8b412a
Thread safety analysis: misc updates to SExpr handling. Fix to minimal SSA,
by DeLesley Hutchins
· 12 years ago
a9db001
Thread Safety Analysis: Convert to minimal SSA.
by DeLesley Hutchins
· 12 years ago
ae497de
Thread Safety Analysis: Update SSA pass to handle loops.
by DeLesley Hutchins
· 12 years ago
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
aab9aff
Thread Safety Analysis: rewrite SSA pass to use the new SExpr and CFG
by DeLesley Hutchins
· 12 years ago
7e615c2
Thread Safety Analysis: reorganized SExpr header files. No change in
by DeLesley Hutchins
· 12 years ago
28347a7
Thread Safety Analysis: now with less includes. No functional changes.
by Aaron Ballman
· 12 years ago
3f993c1
Thread Safety Analysis: some minor cleanups to the latest thread safety changes. No functional changes intended.
by Aaron Ballman
· 12 years ago
f7813c5
Thread Safety Analysis. Misc fixes to SExpr code, responding to code review
by DeLesley Hutchins
· 12 years ago
11bb3087
Thread Safety Analysis: various fixes to new SExpr code.
by DeLesley Hutchins
· 12 years ago
b221391
Thread Safety Analysis: update to internal SExpr handling.
by DeLesley Hutchins
· 12 years ago