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
/
llvm
/
lib
/
Transforms
/
Instrumentation
/
ThreadSanitizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-1
/
+2
*
Insert module constructors in a module pass
Vitaly Buka
2019-10-11
1
-25
/
+27
*
Revert 374481 "[tsan,msan] Insert module constructors in a module pass"
Nico Weber
2019-10-11
1
-27
/
+25
*
[tsan,msan] Insert module constructors in a module pass
Vitaly Buka
2019-10-10
1
-25
/
+27
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
1
-1
/
+1
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-02-01
1
-66
/
+68
*
Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."
James Y Knight
2019-01-31
1
-68
/
+66
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-01-31
1
-66
/
+68
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[NewPM][TSan] Reiterate the TSan port
Philip Pfaffe
2019-01-16
1
-34
/
+63
*
Revert r350647: "[NewPM] Port tsan"
Florian Hahn
2019-01-09
1
-57
/
+40
*
[NewPM] Port tsan
Philip Pfaffe
2019-01-08
1
-40
/
+57
*
Use SmallPtrSet explicitly for SmallSets with pointer types (NFC).
Florian Hahn
2018-06-12
1
-2
/
+2
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-1
/
+1
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
Enhance synchscope representation
Konstantin Zhuravlyov
2017-07-11
1
-3
/
+4
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[ProfileData] Unify getInstrProf*SectionName helpers
Vedant Kumar
2017-04-15
1
-1
/
+3
*
Fix test failure on windows: pass module to getInstrProfXXName calls
Xinliang David Li
2017-04-14
1
-4
/
+4
*
[Profile] PE binary coverage bug fix
Xinliang David Li
2017-04-13
1
-2
/
+1
*
Module::getOrInsertFunction is using C-style vararg instead of variadic templ...
Serge Guelton
2017-04-11
1
-19
/
+19
*
Revert "Turn some C-style vararg into variadic templates"
Diana Picus
2017-04-11
1
-19
/
+19
*
Turn some C-style vararg into variadic templates
Serge Guelton
2017-04-11
1
-19
/
+19
*
Revert "Turn some C-style vararg into variadic templates"
Mehdi Amini
2017-04-06
1
-23
/
+23
*
Turn some C-style vararg into variadic templates
Mehdi Amini
2017-04-06
1
-23
/
+23
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-2
/
+3
*
ThreadSanitizer: don't track swifterror memory addresses
Arnold Schwaighofer
2017-02-15
1
-0
/
+7
*
[tsan] Add support for C++ exceptions into TSan (call __tsan_func_exit during...
Kuba Brecka
2016-11-14
1
-32
/
+36
*
[tsan][llvm] Implement the function attribute to disable TSan checking at run...
Anna Zaks
2016-11-11
1
-0
/
+23
*
[tsan] Cast floating-point types correctly when instrumenting atomic accesses...
Kuba Brecka
2016-11-07
1
-17
/
+6
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-4
/
+2
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
*
[tsan] Don't instrument __llvm_gcov_global_state_pred or __llvm_gcda*
Vedant Kumar
2016-07-19
1
-2
/
+3
*
[tsan] Try harder to not instrument gcov counters
Vedant Kumar
2016-07-07
1
-2
/
+2
*
Switch more loops to be range-based
David Majnemer
2016-06-24
1
-3
/
+1
*
[asan] Do not instrument pointers with address space attributes
Anna Zaks
2016-06-22
1
-0
/
+9
*
[tsan] Do not instrument accesses to the gcov counters array
Vedant Kumar
2016-06-20
1
-0
/
+4
*
[sanitizers] Disable target-specific lowering of string functions.
Marcin Koscielnicki
2016-06-18
1
-1
/
+18
*
Make helper functions static. NFC.
Benjamin Kramer
2016-04-07
1
-1
/
+1
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
1
-8
/
+10
*
[tsan] Do not instrument reads/writes to instruction profile counters.
Anna Zaks
2016-03-29
1
-1
/
+25
*
[tsan] Add support for pointer typed atomic stores, loads, and cmpxchg
Anna Zaks
2016-03-07
1
-8
/
+31
*
Try to appease VS 2015 warnings from http://reviews.llvm.org/D11890
Yaron Keren
2015-08-15
1
-21
/
+19
*
Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...
David Blaikie
2015-05-18
1
-12
/
+14
*
TSan: Use `createSanitizerCtor` to create ctor, and call `__tsan_init`
Ismail Pazarbasi
2015-05-07
1
-6
/
+13
*
Move `checkInterfaceFunction` to ModuleUtils
Ismail Pazarbasi
2015-04-06
1
-39
/
+33
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-2
/
+2
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-26
/
+29
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-4
/
+1
[next]