index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Analysis
/
ThreadSafetyCommon.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Thread Safety Analysis: major update to thread safety TIL.
DeLesley Hutchins
2014-09-10
1
-35
/
+30
*
Thread safety analysis: Add support for negative requirements, which are
DeLesley Hutchins
2014-08-04
1
-12
/
+35
*
Thread Safety Analysis: Replace the old and broken SExpr with the new
DeLesley Hutchins
2014-07-28
1
-33
/
+215
*
Thread Safety Analysis: implement review suggestions from Aaron Ballman.
DeLesley Hutchins
2014-05-29
1
-1
/
+1
*
Thread Safety Analysis: update TIL traversal mechanism to allow arbitrary
DeLesley Hutchins
2014-05-28
1
-7
/
+10
*
Thread Safety Analysis: add new node types to thread safety TIL.
DeLesley Hutchins
2014-05-15
1
-97
/
+78
*
ThreadSafetyAnalysis: Don't crash when trying to analyze objc methods.
Benjamin Kramer
2014-05-09
1
-4
/
+6
*
Replacing a naked pointer with a unique_ptr. No functional changes intended.
Aaron Ballman
2014-04-23
1
-3
/
+3
*
Updated to be a bit more const friendly. Also switched the linkage to be stat...
Aaron Ballman
2014-04-23
1
-3
/
+3
*
Thread safety analysis: add array operations to SExpr.
DeLesley Hutchins
2014-04-22
1
-1
/
+4
*
Thread safety analysis: fix warning.
DeLesley Hutchins
2014-04-22
1
-2
/
+1
*
Thread safety analysis: misc updates to SExpr handling. Fix to minimal SSA,
DeLesley Hutchins
2014-04-21
1
-39
/
+85
*
Thread Safety Analysis: Convert to minimal SSA.
DeLesley Hutchins
2014-04-19
1
-17
/
+72
*
Thread Safety Analysis: Update SSA pass to handle loops.
DeLesley Hutchins
2014-04-19
1
-85
/
+169
*
Since the object is new'ed in the enterCFG function, now deleting in the exit...
Aaron Ballman
2014-04-17
1
-0
/
+1
*
Thread Safety Analysis: rewrite SSA pass to use the new SExpr and CFG
DeLesley Hutchins
2014-04-15
1
-89
/
+296
*
Thread Safety Analysis: reorganized SExpr header files. No change in
DeLesley Hutchins
2014-04-09
1
-0
/
+8
*
Thread Safety Analysis: now with less includes. No functional changes.
Aaron Ballman
2014-04-09
1
-1
/
+1
*
Thread Safety Analysis: some minor cleanups to the latest thread safety chang...
Aaron Ballman
2014-04-09
1
-44
/
+34
*
Thread Safety Analysis. Misc fixes to SExpr code, responding to code review
DeLesley Hutchins
2014-04-08
1
-8
/
+2
*
Thread Safety Analysis: various fixes to new SExpr code.
DeLesley Hutchins
2014-04-07
1
-20
/
+34
*
Thread Safety Analysis: update to internal SExpr handling.
DeLesley Hutchins
2014-04-07
1
-0
/
+407