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
/
compiler-rt
Commit message (
Expand
)
Author
Age
Files
Lines
*
[tsan] restore performance critical inlining in tsan: remove static from ALWA...
Kostya Serebryany
2013-03-29
2
-5
/
+5
*
[TSan] Build TSan runtime with -fPIE.
Alexander Potapenko
2013-03-29
1
-0
/
+3
*
[libsanitizer] Put COMMON_CFLAGS/COMMON_CXXFLAGS before Tmp.CFLAGS to let the...
Alexander Potapenko
2013-03-29
1
-2
/
+2
*
[Sanitizer] Follow-up for r178238 - replace DCHECKs with regular CHECKs
Alexey Samsonov
2013-03-29
1
-2
/
+2
*
Band-aid fix for the TSan RTL build
Timur Iskhodzhanov
2013-03-28
1
-7
/
+7
*
Add "static" to the Windows ALWAYS_INLINE macro (similar to what we do on POSIX)
Timur Iskhodzhanov
2013-03-28
1
-1
/
+1
*
Remove all 'static' before ALWAYS_INLINE
Timur Iskhodzhanov
2013-03-28
2
-2
/
+2
*
Make all the ALWAYS_INLINE users Windows-friendly; also, avoid ALWAYS_INLINE ...
Timur Iskhodzhanov
2013-03-28
5
-15
/
+15
*
tsan: print statistics about benign race annotations
Dmitry Vyukov
2013-03-28
5
-10
/
+78
*
[ASan] Speed-up initialization-order checking: create and use fast versions o...
Alexey Samsonov
2013-03-28
9
-72
/
+118
*
[Sanitizer] Minor enhancements in InternalVector container
Alexey Samsonov
2013-03-28
1
-2
/
+6
*
[tsan] a test checking that memset/memcpy/memmove are not inlined in tsan mode
Kostya Serebryany
2013-03-28
1
-8
/
+36
*
Fix unmatching ASan runtime flag for init-order checking exposed by r178158. ...
Alexey Samsonov
2013-03-28
2
-1
/
+2
*
[tsan] don't use -fno-builtin for tests; add a test for a false negative bug ...
Kostya Serebryany
2013-03-28
3
-2
/
+28
*
compiler-rt part of r178194. Remove ubsan test for diagnostic on inf/nan conv...
Richard Smith
2013-03-27
1
-4
/
+2
*
tsan: print matched suppressions if print_suppressions=1 flag is provided
Dmitry Vyukov
2013-03-27
8
-11
/
+55
*
tsan: better flag parsing: do not confuse flag that is a part of another flag
Dmitry Vyukov
2013-03-27
1
-4
/
+13
*
tsan: fix lint warning
Dmitry Vyukov
2013-03-27
1
-1
/
+1
*
[ASan] Demangle global names in error reports.
Alexey Samsonov
2013-03-27
2
-1
/
+24
*
[TSan] Fixup for r178128: verify that TSan indeed doesn't report race
Alexey Samsonov
2013-03-27
1
-0
/
+2
*
[TSan] Run test output through FileCheck
Alexey Samsonov
2013-03-27
1
-1
/
+3
*
[ASan] Change the ABI of __asan_before_dynamic_init function: now it takes po...
Alexey Samsonov
2013-03-26
3
-21
/
+16
*
[libsanitizer] Fix the Win build.
Alexander Potapenko
2013-03-26
1
-1
/
+3
*
[tsan] make memcpy_race.cc test immune to memcpy inlining
Kostya Serebryany
2013-03-26
1
-2
/
+4
*
asan/tsan: move strcasecmp() interceptor to sanitizer_common
Dmitry Vyukov
2013-03-26
6
-42
/
+54
*
asan/tsan: change SANITIZER_GO to more general SANITIZER_SUPPORTS_WEAK_HOOKS
Dmitry Vyukov
2013-03-26
1
-2
/
+2
*
[libsanitizer] Unmapping the old cache partially invalidates the memory layou...
Alexander Potapenko
2013-03-26
7
-20
/
+23
*
[Sanitizer] Disable atomic_test on Android, where it crashes Clang.
Alexey Samsonov
2013-03-26
1
-0
/
+4
*
[tsan] add a test for aligned-vs-unaligned race (tsan's false negative)
Kostya Serebryany
2013-03-26
1
-0
/
+30
*
[asan] print thread number while reporting invalid-free and double-free; add ...
Kostya Serebryany
2013-03-26
4
-2
/
+64
*
Add a GetTid() implementation for Windows
Timur Iskhodzhanov
2013-03-25
1
-1
/
+7
*
Add basic support for building profile compiler-rt library in CMake build on ...
Alexey Samsonov
2013-03-25
2
-4
/
+7
*
[ASan] Use dynamic symbol table when checking exported ASan runtime symbols
Alexey Samsonov
2013-03-25
2
-2
/
+2
*
asan/tsan: add Printf/Report hook
Dmitry Vyukov
2013-03-25
1
-4
/
+17
*
[ASan] mark local function as static
Alexey Samsonov
2013-03-25
1
-1
/
+1
*
[Sanitizer] Compile sanitizer runtimes with -Wno-non-virtual-dtor. Virtual dt...
Alexey Samsonov
2013-03-25
3
-6
/
+8
*
[TSan] Build TSan unit tests with the same compile flags as TSan runtime
Alexey Samsonov
2013-03-25
1
-3
/
+3
*
tsan: intercept setjmp/longjmp
Dmitry Vyukov
2013-03-25
10
-8
/
+392
*
tsan: add SetEnv() function that can be used in frontends
Dmitry Vyukov
2013-03-25
2
-0
/
+15
*
[Sanitizer] First effort to implement atomic_compare_exchange for 1-byte vars...
Alexey Samsonov
2013-03-25
1
-3
/
+24
*
[Sanitizer] Add basic test for atomic_compare_exchange implementation
Alexey Samsonov
2013-03-25
3
-3
/
+55
*
Build and install .syms files alongside sanitizer runtimes. These are used to
Richard Smith
2013-03-23
9
-7
/
+24
*
Revert 177745 as it was incorrect
Timur Iskhodzhanov
2013-03-22
1
-2
/
+1
*
Band-aid fix for the Windows build caused by r177710. Long-term, atomic_compa...
Timur Iskhodzhanov
2013-03-22
1
-1
/
+2
*
tsan: return 0 on malloc() failure instead of crashing
Dmitry Vyukov
2013-03-22
3
-1
/
+26
*
[msan] Handle dlopen() failure in dlopen interceptor.
Evgeniy Stepanov
2013-03-22
2
-1
/
+8
*
tsan: test that tsan explicitly says "race on vptr".
Dmitry Vyukov
2013-03-22
1
-1
/
+1
*
[asan] Change the way we report the alloca frame on stack-buff-overflow.
Kostya Serebryany
2013-03-22
10
-48
/
+128
*
[msan] Move test main and gtest include to separate files.
Evgeniy Stepanov
2013-03-22
4
-10
/
+51
*
[msan] Place dlopen in an anon namespace.
Evgeniy Stepanov
2013-03-22
1
-0
/
+2
[next]