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
*
[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
*
tsan: instrument all atomics (including fetch_add, exchange, cas, etc)
Dmitry Vyukov
2012-11-09
1
-0
/
+1464
*
tsan: update the test for new atomic enums
Dmitry Vyukov
2012-10-03
1
-80
/
+80
*
tsan: update the test for new atomic enums
Dmitry Vyukov
2012-10-03
1
-40
/
+40
*
[tsan] Atomic support for ThreadSanitizer, patch by Dmitry Vyukov
Kostya Serebryany
2012-04-27
1
-0
/
+323
*
[tsan] two more compile-time optimizations:
Kostya Serebryany
2012-04-10
1
-0
/
+61
*
[tsan] compile-time instrumentation: do not instrument a read if
Kostya Serebryany
2012-04-10
1
-0
/
+32
*
[tsan] treat vtable pointer updates in a special way (requires tbaa); fix a b...
Kostya Serebryany
2012-03-26
2
-0
/
+14
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
1
-3
/
+0
*
ThreadSanitizer, a race detector. First LLVM commit.
Kostya Serebryany
2012-02-13
2
-0
/
+25