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
/
test
/
Instrumentation
/
ThreadSanitizer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Insert module constructors in a module pass
Vitaly Buka
2019-10-11
1
-1
/
+1
*
Revert 374481 "[tsan,msan] Insert module constructors in a module pass"
Nico Weber
2019-10-11
1
-1
/
+1
*
[tsan,msan] Insert module constructors in a module pass
Vitaly Buka
2019-10-10
1
-1
/
+1
*
[NewPM][TSan] Reiterate the TSan port
Philip Pfaffe
2019-01-16
1
-1
/
+1
*
Revert r350647: "[NewPM] Port tsan"
Florian Hahn
2019-01-09
1
-2
/
+4
*
[NewPM] Port tsan
Philip Pfaffe
2019-01-08
1
-4
/
+2
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
1
-1
/
+1
*
Remove alignment argument from memcpy/memmove/memset in favour of alignment a...
Daniel Neilson
2018-01-19
1
-6
/
+6
*
Enhance synchscope representation
Konstantin Zhuravlyov
2017-07-11
1
-4
/
+4
*
ThreadSanitizer: don't track swifterror memory addresses
Arnold Schwaighofer
2017-02-15
1
-0
/
+24
*
[Verifier] Add verification for TBAA metadata
Sanjoy Das
2016-12-11
3
-3
/
+3
*
[tsan] Add support for C++ exceptions into TSan (call __tsan_func_exit during...
Kuba Brecka
2016-11-14
4
-9
/
+66
*
[tsan][llvm] Implement the function attribute to disable TSan checking at run...
Anna Zaks
2016-11-11
1
-0
/
+35
*
[tsan] Cast floating-point types correctly when instrumenting atomic accesses...
Kuba Brecka
2016-11-07
1
-0
/
+51
*
[tsan] Don't instrument __llvm_gcov_global_state_pred or __llvm_gcda*
Vedant Kumar
2016-07-19
1
-0
/
+13
*
[tsan] Try harder to not instrument gcov counters
Vedant Kumar
2016-07-07
1
-0
/
+5
*
[asan] Do not instrument pointers with address space attributes
Anna Zaks
2016-06-22
1
-0
/
+33
*
[tsan] Do not instrument accesses to the gcov counters array
Vedant Kumar
2016-06-20
1
-0
/
+8
*
[sanitizers] Disable target-specific lowering of string functions.
Marcin Koscielnicki
2016-06-18
1
-0
/
+33
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
1
-3
/
+2
*
[DebugInfo] Fix tests so that each subprogram belongs to a CU.
Davide Italiano
2016-04-05
1
-0
/
+7
*
[tsan] Do not instrument reads/writes to instruction profile counters.
Anna Zaks
2016-03-29
1
-0
/
+33
*
[tsan] Add support for pointer typed atomic stores, loads, and cmpxchg
Anna Zaks
2016-03-07
1
-0
/
+35
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-6
/
+6
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-6
/
+6
*
DI: Require subprogram definitions to be distinct
Duncan P. N. Exon Smith
2015-08-28
1
-1
/
+1
*
Let llvm::ReplaceInstWithInst copy debug location from old to new instruction.
Alexey Samsonov
2015-06-23
1
-992
/
+1003
*
TSan: Use `createSanitizerCtor` to create ctor, and call `__tsan_init`
Ismail Pazarbasi
2015-05-07
1
-1
/
+4
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
1
-2
/
+2
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
9
-48
/
+48
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
1
-1
/
+1
*
tsan: do not instrument not captured values
Dmitry Vyukov
2015-02-12
1
-0
/
+91
*
tsan: properly instrument unaligned accesses
Dmitry Vyukov
2015-01-27
1
-0
/
+143
*
IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
2014-12-15
3
-9
/
+9
*
[TSan] Fixup a test case after r209939
Alexey Samsonov
2014-05-31
1
-3
/
+3
*
IR: add a second ordering operand to cmpxhg for failure
Tim Northover
2014-03-11
1
-25
/
+25
*
[tsan] fix PR18146: sometimes a variable written into vptr could have an inte...
Kostya Serebryany
2013-12-05
1
-0
/
+10
*
[tsan] fix instrumentation of vector vptr updates (https://code.google.com/p/...
Kostya Serebryany
2013-12-02
1
-0
/
+17
*
tsan: implement no_sanitize_thread attribute
Dmitry Vyukov
2013-10-17
6
-10
/
+46
*
TBAA: handle scalar TBAA format and struct-path aware TBAA format.
Manman Ren
2013-09-27
3
-10
/
+8
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+0
*
Add missing colons to check lines.
Benjamin Kramer
2013-04-11
1
-1
/
+1
*
[tsan] make sure memset/memcpy/memmove are not inlined in tsan mode
Kostya Serebryany
2013-03-28
1
-0
/
+33
*
tsan: fix the test
Dmitry Vyukov
2013-03-22
1
-1
/
+1
*
tsan: handle vptr loads specially
Dmitry Vyukov
2013-03-22
1
-0
/
+13
*
Unify clang/llvm attributes for asan/tsan/msan (LLVM part)
Kostya Serebryany
2013-02-26
1
-2
/
+2
*
[tsan] disable load widening in ThreadSanitizer mode
Kostya Serebryany
2013-02-13
1
-0
/
+26
*
tsan: instrument atomic nand operation
Dmitry Vyukov
2012-11-27
1
-0
/
+200
*
[tsan] add fail order to compare_exchange
Dmitry Vyukov
2012-11-26
1
-25
/
+25
*
tsan: switch to new memory_order constants (ABI compatible)
Dmitry Vyukov
2012-11-09
1
-223
/
+223
[next]