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
/
ThreadSafety.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Thread safety analysis: support release() function on scoped
DeLesley Hutchins
2012-06-28
1
-20
/
+44
*
Thread safety analysis: implement lock_returned attribute.
DeLesley Hutchins
2012-06-25
1
-46
/
+88
*
Thread safety analysis: fixes a bug in which locksets are not handled
DeLesley Hutchins
2012-06-22
1
-44
/
+50
*
Refactor the thread safety analysis so that it is easier to do
DeLesley Hutchins
2012-04-19
1
-272
/
+318
*
Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to
John McCall
2012-03-10
1
-2
/
+2
*
Thread safety analysis: expand set of expressions that can be used to denote ...
DeLesley Hutchins
2012-03-02
1
-6
/
+50
*
Thread safety analysis: handle CFG blocks which call functions marked as nore...
DeLesley Hutchins
2012-03-02
1
-0
/
+4
*
Thread-safety analysis: Disable checking inside constructors, destructors, lo...
DeLesley Hutchins
2012-02-16
1
-6
/
+24
*
Thread-Safety: added support for 'this' as a lock expression.
DeLesley Hutchins
2012-02-16
1
-3
/
+7
*
Thread safety analysis:
Richard Smith
2012-02-03
1
-13
/
+83
*
Thread safety analysis: at a CFG join point between a block terminating in a
Richard Smith
2012-02-03
1
-0
/
+39
*
Handle thread safety attributes on functions with separate definitions and de...
DeLesley Hutchins
2012-01-20
1
-24
/
+25
*
Thread safety analysis: added support for trylock attribute.
DeLesley Hutchins
2012-01-06
1
-3
/
+123
*
Added LocalVariableMap
DeLesley Hutchins
2012-01-06
1
-44
/
+536
*
Support for thread safety attributes on functions
DeLesley Hutchins
2011-12-29
1
-2
/
+5
*
This patch extends thread safety analysis with support for the scoped_lockabl...
DeLesley Hutchins
2011-12-08
1
-33
/
+74
*
Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...
Ted Kremenek
2011-10-24
1
-3
/
+3
*
Refactor ThreadSafety to use PostOrderCFGView instead of its own copy (of Top...
Ted Kremenek
2011-10-22
1
-83
/
+7
*
Added support for thread safety attributes on destructors.
DeLesley Hutchins
2011-10-21
1
-2
/
+27
*
Thread safety analysis refactoring: invalid lock expressions.
DeLesley Hutchins
2011-10-21
1
-30
/
+60
*
Thread safety analysis: add support for attributes on constructors.
DeLesley Hutchins
2011-10-21
1
-56
/
+78
*
Refactoring and code cleanup.
DeLesley Hutchins
2011-10-21
1
-65
/
+100
*
Substitute for arguments in method calls -- functionality
DeLesley Hutchins
2011-10-17
1
-11
/
+32
*
Substitute for arguments in method calls -- refactoring
DeLesley Hutchins
2011-10-17
1
-64
/
+98
*
Test commit
DeLesley Hutchins
2011-09-20
1
-1
/
+1
*
Thread safety: Adding FIXMEs and a couple cleanups
Caitlin Sadowski
2011-09-16
1
-30
/
+12
*
Thread safety: completeing the implementation of shared/exclusive locks requi...
Caitlin Sadowski
2011-09-15
1
-2
/
+45
*
Thread safety: refactoring various out of scope warnings to use the same inte...
Caitlin Sadowski
2011-09-15
1
-80
/
+21
*
Thread safety: adding additional documentation to the main thread safety inte...
Caitlin Sadowski
2011-09-14
1
-1
/
+5
*
Thread safety: adding test cases for unparseable lock expressions and expandi...
Caitlin Sadowski
2011-09-14
1
-16
/
+33
*
Thread safety: small formatting change
Caitlin Sadowski
2011-09-12
1
-1
/
+2
*
Silence "end of non-void function" warnings with llvm_unreachable and add an ...
Benjamin Kramer
2011-09-10
1
-0
/
+2
*
Thread safety: removing unnecessary import and reordering import list
Caitlin Sadowski
2011-09-09
1
-5
/
+5
*
Thread safety: removing unnecessary import
Caitlin Sadowski
2011-09-09
1
-1
/
+0
*
Thread safety: This patch deals with previously unhandled cases when building...
Caitlin Sadowski
2011-09-09
1
-21
/
+37
*
Thread Safety: Moving the analysis to a new file
Caitlin Sadowski
2011-09-09
1
-0
/
+794
[prev]