index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
ThreadSafety.cpp
Age
Commit message (
Expand
)
Author
2013-04-08
Thread safety analysis: turn on checking within lock and unlock functions.
DeLesley Hutchins
2013-04-01
Thread safety analysis: Turn on checking for non-scalar types by default.
DeLesley Hutchins
2013-02-23
Remove the CFGElement "Invalid" state.
David Blaikie
2013-02-21
Replace CFGElement llvm::cast support to be well-defined.
David Blaikie
2013-01-18
Thread-safety analysis: ignore edges from throw expressions in CFG.
DeLesley Hutchins
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2012-12-08
Thread-safety analysis: check member access on guarded non-primitive types.
DeLesley Hutchins
2012-12-05
Thread-safety analysis: check locks on method calls, operator=, and
DeLesley Hutchins
2012-12-05
Thread Safety Analysis: refactor to make more methods accept const pointers,
DeLesley Hutchins
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-01
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-10-05
Thread-safety analysis: allow attributes on constructors to refer to 'this'.
DeLesley Hutchins
2012-09-21
Thread-safety analysis: better handling of unreachable blocks. Fixes a bug
DeLesley Hutchins
2012-09-20
Thread-safety analysis: fix bug where shared trylock was treated
DeLesley Hutchins
2012-09-20
Thread safety analysis: properly canonicalize calls to virtual methods within
DeLesley Hutchins
2012-09-19
Thread-safety analysis: Fix warning when EXCLUSIVE_LOCKS_REQUIRED
DeLesley Hutchins
2012-09-19
Thread-safety analysis: fix ICE when EXCLUSIVE_LOCKS_REQUIRED or
DeLesley Hutchins
2012-09-11
Thread-safety analysis: fix bug in expression matching code.
DeLesley Hutchins
2012-09-10
Thread-safety analysis: differentiate between two forms of analysis; a precise
DeLesley Hutchins
2012-09-07
Ampersand goes with identifier.
Chad Rosier
2012-09-07
Bring buildbots back. Fix scoping issue and coding style from r163397.
Chad Rosier
2012-09-07
Thread-safety analysis: Add support for selectively turning off warnings
DeLesley Hutchins
2012-09-06
Dont cast away const needlessly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-09-05
Thread-safety analysis: bugfix for case where a trylock occurs in an
DeLesley Hutchins
2012-08-31
Thread-safety analysis: fix handling of LOCK_RETURNED attribute so that the
DeLesley Hutchins
2012-08-31
Thread-safety analysis: fix handling of string constants in mutex
DeLesley Hutchins
2012-08-22
Fix an assortment of doxygen comment issues found by -Wdocumentation.
Ted Kremenek
2012-08-10
Thread-safety-analysis: adds existential quantification over lock
DeLesley Hutchins
2012-08-10
Thread safety analysis: refactor to support more sophisticated handling
DeLesley Hutchins
2012-08-10
Refactor thread safety analysis to use a different data structure
DeLesley Hutchins
2012-07-23
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-10
Thread safety analysis: impove handling of trylock expressions.
DeLesley Hutchins
2012-07-05
Thread-safety analysis: eliminate false positives in case where the definition
DeLesley Hutchins
2012-07-03
Thread safety analysis: improve handling of smart pointers.
DeLesley Hutchins
2012-07-03
Thread Safety Analysis: handle expressions involving temporaries,
DeLesley Hutchins
2012-07-02
Thread safety analysis: fixed bug that occurs when very silly people
DeLesley Hutchins
2012-07-02
Thread safety analysis: fixed incorrect error message at the end of a locks_r...
DeLesley Hutchins
2012-07-02
Thread safety analysis: don't warn in case of duplicate annotation.
DeLesley Hutchins
2012-07-02
Thread Safety Analysis: turn off checking within trylock functions.
DeLesley Hutchins
2012-06-28
Thread safety analysis: support release() function on scoped
DeLesley Hutchins
2012-06-25
Thread safety analysis: implement lock_returned attribute.
DeLesley Hutchins
2012-06-22
Thread safety analysis: fixes a bug in which locksets are not handled
DeLesley Hutchins
2012-04-19
Refactor the thread safety analysis so that it is easier to do
DeLesley Hutchins
2012-03-10
Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to
John McCall
2012-03-02
Thread safety analysis: expand set of expressions that can be used to denote ...
DeLesley Hutchins
2012-03-02
Thread safety analysis: handle CFG blocks which call functions marked as nore...
DeLesley Hutchins
2012-02-16
Thread-safety analysis: Disable checking inside constructors, destructors, lo...
DeLesley Hutchins
2012-02-16
Thread-Safety: added support for 'this' as a lock expression.
DeLesley Hutchins
2012-02-03
Thread safety analysis:
Richard Smith
2012-02-03
Thread safety analysis: at a CFG join point between a block terminating in a
Richard Smith
[next]