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
/
lldb
/
source
/
Plugins
/
InstrumentationRuntime
/
ThreadSanitizer
/
ThreadSanitizerRuntime.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shorten sanitizer plugin names
Pavel Labath
2017-06-26
1
-1066
/
+0
*
Upstreaming the UndefinedBehaviorSanitizerRuntime and MainThreadCheckerRuntim...
Kuba Mracek
2017-06-16
1
-5
/
+0
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-2
/
+2
*
ThreadSanitizer plugin: match for loop variable with expected type
Ed Maste
2017-04-22
1
-1
/
+1
*
ThreadSanitizer plugin: Support Swift access races and fix how external races...
Kuba Mracek
2017-04-16
1
-16
/
+37
*
[lldb] Add support for "external" reports in ThreadSanitizer LLDB plugin
Kuba Mracek
2017-02-16
1
-2
/
+31
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Stop limiting the number of TSan backtrace size to 8
Kuba Mracek
2017-01-10
1
-1
/
+2
*
Use Timeout<> in EvaluateExpressionOptions class
Pavel Labath
2016-12-06
1
-2
/
+2
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
Make lldb::Regex use StringRef.
Zachary Turner
2016-09-21
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-584
/
+760
*
[InstrumentationRuntime] Refactor the API (Part 2/N) (NFCI)
Vedant Kumar
2016-08-11
1
-42
/
+14
*
[InstrumentationRuntime] Refactor the API (Part 1/N) (NFCI)
Vedant Kumar
2016-08-11
1
-24
/
+8
*
[lldb][tsan] Perform one map lookup instead of two (NFC)
Vedant Kumar
2016-08-01
1
-2
/
+3
*
[lldb][tsan] Avoid a string copy (NFC)
Vedant Kumar
2016-08-01
1
-5
/
+5
*
In AddressSanitizer and ThreadSanitizer, let's explicitly set the language of...
Kuba Brecka
2016-07-06
1
-0
/
+2
*
[tsan] Prefer mangled name looking up variable declaration for racy address
Devin Coughlin
2016-06-01
1
-1
/
+1
*
Reword the "Happened at" TSan-reported thread to contain a thread id.
Kuba Brecka
2016-05-24
1
-2
/
+5
*
Improve wording in TSan reports involving global variables. Don't repeat hex...
Kuba Brecka
2016-05-24
1
-11
/
+42
*
Reword ThreadSanitizer messages to use a lowercase 't' in thread names when i...
Kuba Brecka
2016-05-22
1
-5
/
+5
*
Reword ThreadSanitizer message for invalid mutex reports.
Kuba Brecka
2016-05-22
1
-1
/
+1
*
Improve wording and capitalization of TSan thread names.
Kuba Brecka
2016-05-01
1
-7
/
+7
*
Provide location information (file name, line number) in TSan reports about g...
Kuba Brecka
2016-04-28
1
-2
/
+44
*
Renumber ThreadSanitizer-provided thread IDs to match LLDB thread numbers.
Kuba Brecka
2016-04-22
1
-17
/
+47
*
Provide more information in ThreadSanitizer's JSON data. Move remaining TSan...
Kuba Brecka
2016-04-10
1
-19
/
+260
*
Fix the ThreadSanitizer support to avoid creating empty SBThreads and to not ...
Kuba Brecka
2016-03-30
1
-1
/
+1
*
Fix warning in ThreadSanitizerRuntime
Pavel Labath
2016-03-30
1
-1
/
+1
*
Add ThreadSanitizer debugging support.
Kuba Brecka
2016-03-23
1
-0
/
+538