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
*
[lsan] Invoke leak detection with atexit().
Sergey Matveev
2013-05-21
4
-15
/
+12
*
[asan] Do not invoke LSan hooks unless CAN_SANITIZE_LEAKS.
Sergey Matveev
2013-05-21
2
-5
/
+8
*
[asan] LSan hooks in asan_rtl.
Sergey Matveev
2013-05-21
2
-0
/
+25
*
[lsan] Change CMakeLists to build the common LSan module for ASan.
Sergey Matveev
2013-05-21
5
-17
/
+46
*
[MSan] Add empty default blacklist for MSan
Alexey Samsonov
2013-05-21
5
-2
/
+15
*
[ASan] create default (empty) ASan blacklist file in resource directory
Alexey Samsonov
2013-05-21
5
-1
/
+27
*
[asan] LSan hooks in asan_allocator2.cc
Sergey Matveev
2013-05-21
1
-1
/
+81
*
[asan] LSan hooks in asan_thread.cc
Sergey Matveev
2013-05-21
1
-1
/
+19
*
[lsan] LSan in LD_PRELOAD library form.
Sergey Matveev
2013-05-21
1
-0
/
+31
*
[Sanitizer] Print verbose warning if symbolizer can't read /proc/self/exe for...
Alexey Samsonov
2013-05-21
1
-1
/
+4
*
[nolibc] Move symbolizer to RTSanitizerCommonLibc, and make it optional using...
Peter Collingbourne
2013-05-21
5
-6
/
+7
*
[nolibc] Move stoptheworld to RTSanitizerCommonLibc.
Peter Collingbourne
2013-05-21
2
-2
/
+2
*
[nolibc] Move libc-dependent sanitizer_posix.cc code to sanitizer_posix_libcd...
Peter Collingbourne
2013-05-21
4
-92
/
+118
*
[ASan] Mark init-order test as XFAIL on Darwin
Alexey Samsonov
2013-05-21
1
-0
/
+3
*
[ASan] Don't run fast unwinder tests on 32-bit Linux as fast unwinder may be ...
Alexey Samsonov
2013-05-21
2
-8
/
+2
*
[sanitizer] Enable pthread_getschedparam interceptor on Android.
Evgeniy Stepanov
2013-05-21
1
-4
/
+3
*
[ASan] Mark some tests as working only on x86_64 and i386 arches
Alexey Samsonov
2013-05-21
6
-2
/
+28
*
[msan] Replace GetArgv hack with something that is slightly better.
Evgeniy Stepanov
2013-05-21
1
-13
/
+5
*
Add lit config feature <target>-supported-target to mark target-specific tests
Alexey Samsonov
2013-05-21
2
-0
/
+7
*
tsan: detect when a thread ends with ignores enabled
Dmitry Vyukov
2013-05-21
4
-2
/
+38
*
[sanitizer] Intercept pthread_getschedparam.
Evgeniy Stepanov
2013-05-21
6
-22
/
+62
*
[sanitizer] fix asan on the platforms where the page size is not a compile-ti...
Kostya Serebryany
2013-05-21
1
-0
/
+4
*
[nolibc] Move GetPageSize to the individual platforms.
Peter Collingbourne
2013-05-20
3
-4
/
+8
*
[nolibc] Move libc-dependent sanitizer_linux.cc code to sanitizer_linux_libcd...
Peter Collingbourne
2013-05-20
4
-242
/
+276
*
[nolibc] Make GetArgsAndEnv libc-independent.
Peter Collingbourne
2013-05-20
1
-18
/
+18
*
Build LSan on x86_64 only if this target is supported
Alexey Samsonov
2013-05-20
1
-8
/
+12
*
[lsan] Fix r182256.
Sergey Matveev
2013-05-20
1
-0
/
+1
*
[ASan] Nuke build of static ASan runtime on Mac OS
Alexey Samsonov
2013-05-20
1
-7
/
+0
*
[Sanitizer] Build sanitizer runtimes with debug info in Makefile build
Alexey Samsonov
2013-05-20
2
-10
/
+12
*
[libsanitizer] Introduce INTERCEPTOR_WITH_SUFFIX which is to be used for appe...
Alexander Potapenko
2013-05-20
2
-6
/
+28
*
[lsan] GetUserBegin() in LSan.
Sergey Matveev
2013-05-20
3
-1
/
+13
*
Fix realloc'ing freed/invalid pointers
Timur Iskhodzhanov
2013-05-20
2
-11
/
+43
*
[asan] Modify ASan metadata atomically.
Sergey Matveev
2013-05-20
1
-3
/
+5
*
[lsan] CMakeLists and lit test configs for LSan.
Sergey Matveev
2013-05-20
5
-0
/
+147
*
[lsan] Tests for LeakSanitizer.
Sergey Matveev
2013-05-20
3
-0
/
+329
*
[lsan] Common leak checking module.
Sergey Matveev
2013-05-20
3
-0
/
+692
*
[lsan] Standalone LSan initialization.
Sergey Matveev
2013-05-20
2
-0
/
+84
*
[lsan] Interceptors for standalone LSan.
Sergey Matveev
2013-05-20
1
-0
/
+249
*
[lsan] Thread registry for standalone LSan.
Sergey Matveev
2013-05-20
2
-0
/
+216
*
[lsan] Allocator for standalone LSan.
Sergey Matveev
2013-05-20
2
-0
/
+227
*
[ASan] Remove an unused ChunkBase field
Timur Iskhodzhanov
2013-05-20
1
-5
/
+3
*
[sanitizer] factor out ByteMap from SizeClassAllocator32 so that it can be la...
Kostya Serebryany
2013-05-20
3
-25
/
+63
*
Avoid rebuilding the RTSanitizerCommon objects when building clang_rt.san.
Richard Smith
2013-05-19
1
-3
/
+3
*
Replace CHECK(a == b); with CHECK_EQ(a, b); throughout asan_allocator2.cc
Timur Iskhodzhanov
2013-05-18
1
-3
/
+3
*
Fix the UBSan CMake build broken in r182118
David Blaikie
2013-05-17
1
-1
/
+3
*
[nolibc] Move all platforms to internal_getpid.
Peter Collingbourne
2013-05-17
15
-25
/
+27
*
[nolibc] Begin moving sanitizer_common's libc-dependent code to a separate li...
Peter Collingbourne
2013-05-17
8
-11
/
+43
*
[sanitizer] Fix build with Android NDK r8e.
Evgeniy Stepanov
2013-05-17
1
-0
/
+3
*
[ASan] Make the regression test for time(NULL) Linux-specific, as it crashes ...
Alexander Potapenko
2013-05-17
2
-7
/
+20
*
[sanitizer] Fix gcc build.
Evgeniy Stepanov
2013-05-17
1
-0
/
+1
[next]