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: Peel away NoOp implicit casts in initializers
Aaron Puchert
2019-10-30
1
-0
/
+3
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-15
/
+15
*
[CFG] NFC: Remove implicit conversion from CFGTerminator to Stmt *.
Artem Dergachev
2019-05-24
1
-4
/
+4
*
Thread safety analysis: Add note for unlock kind mismatch
Aaron Puchert
2019-03-18
1
-2
/
+2
*
Thread safety analysis: Improve diagnostics for double locking
Aaron Puchert
2019-01-29
1
-4
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr.
Bruno Ricci
2018-12-21
1
-3
/
+5
*
Thread safety analysis: Avoid intermediate copies [NFC]
Aaron Puchert
2018-12-16
1
-21
/
+31
*
Thread safety analysis: Allow scoped releasing of capabilities
Aaron Puchert
2018-12-16
1
-39
/
+73
*
Create ConstantExpr class
Bill Wendling
2018-10-31
1
-2
/
+2
*
Thread safety analysis: Handle conditional expression in getTrylockCallExpr
Aaron Puchert
2018-10-06
1
-1
/
+13
*
Thread safety analysis: Examine constructor arguments
Aaron Puchert
2018-10-04
1
-51
/
+49
*
Thread safety analysis: Unwrap __builtin_expect in getTrylockCallExpr
Aaron Puchert
2018-10-03
1
-1
/
+5
*
Eliminate some unneeded signed/unsigned conversions
Aaron Puchert
2018-09-22
1
-5
/
+5
*
Thread safety analysis: Make printSCFG compile again [NFC]
Aaron Puchert
2018-09-21
1
-7
/
+0
*
Thread safety analysis: Make sure FactEntrys stored in FactManager are immuta...
Aaron Puchert
2018-09-21
1
-12
/
+12
*
Thread safety analysis no longer hands when analyzing a self-referencing init...
Aaron Ballman
2018-08-24
1
-0
/
+3
*
Remove more const_casts by using ConstStmtVisitor [NFC]
Aaron Puchert
2018-08-23
1
-32
/
+32
*
Remove unnecessary const_cast [NFC]
Aaron Puchert
2018-08-23
1
-7
/
+7
*
Thread safety analysis: Allow relockable scopes
Aaron Puchert
2018-08-22
1
-2
/
+28
*
[NFC] Test commit
Aaron Puchert
2018-08-22
1
-2
/
+2
*
Revert "Allow relockable scopes with thread safety attributes."
Haojian Wu
2018-08-13
1
-68
/
+14
*
Allow relockable scopes with thread safety attributes.
Aaron Ballman
2018-08-10
1
-14
/
+68
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-4
/
+4
*
Properly add shared locks to the initial list of locks being tracked, instead...
Aaron Ballman
2018-08-03
1
-2
/
+2
*
Allow thread safety annotation lock upgrading and downgrading.
Aaron Ballman
2018-07-26
1
-15
/
+12
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-23
/
+23
*
Fix the try_acquire_capability attribute to behave like the other try-lock fu...
Aaron Ballman
2018-04-12
1
-2
/
+13
*
[Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; o...
Eugene Zelenko
2018-03-16
1
-197
/
+212
*
Handle scoped_lockable objects being returned by value in C++17.
Richard Smith
2018-01-11
1
-5
/
+51
*
[CSA] [NFC] Move AnalysisContext.h to AnalysisDeclContext.h
George Karpenkov
2017-09-06
1
-1
/
+1
*
Reland "Thread Safety Analysis: fix assert_capability."
Josh Gao
2017-08-08
1
-2
/
+17
*
Revert "Thread Safety Analysis: fix assert_capability."
Josh Gao
2017-08-01
1
-17
/
+2
*
Thread Safety Analysis: fix assert_capability.
Josh Gao
2017-08-01
1
-2
/
+17
*
DR616, and part of P0135R1: member access (or pointer-to-member access) on a
Richard Smith
2016-12-03
1
-1
/
+1
*
Remove move constructors that are identical to the generated default move ctor.
Benjamin Kramer
2016-10-21
1
-1
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-3
/
+1
*
Thread Safety Analysis: Fix DenseMap iterator invalidation UAF
Reid Kleckner
2015-11-20
1
-39
/
+36
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-2
/
+2
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-2
/
+2
*
Replace double-negated !SourceLocation.isInvalid() with SourceLocation.isVali...
Yaron Keren
2015-10-03
1
-1
/
+1
*
Thread safety analysis: the NO_THREAD_SAFETY_ANALYSIS attribute will now
DeLesley Hutchins
2015-09-03
1
-25
/
+33
*
Take the non-reference type when constructing a dummy expression.
Richard Trieu
2015-03-16
1
-2
/
+2
*
Hide away implementation details of the ThreadSafetyAnalysis in anonymous nam...
Benjamin Kramer
2015-03-09
1
-27
/
+22
*
Thread Safety Analysis: support adopting of locks, as implemented in
DeLesley Hutchins
2015-02-04
1
-11
/
+24
*
Thread Safety Analysis: remove minor piece of unused code. No change in
DeLesley Hutchins
2015-02-04
1
-4
/
+0
*
Thread Safety Analysis: add support for before/after annotations on mutexes.
DeLesley Hutchins
2015-02-03
1
-23
/
+220
*
Revert "Thread Safety Analysis: add support for before/after annotations on m...
Reid Kleckner
2015-02-03
1
-216
/
+17
*
thread safety: Add move ctor to BeforeInfo to fix MSVC build
Reid Kleckner
2015-02-03
1
-0
/
+2
[next]