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
*
[cfi] Run tests with and without lld and thinlto.
Evgeniy Stepanov
2017-04-21
10
-20
/
+81
*
[scudo] Bypass Quarantine if its size is set to 0
Kostya Kortchinsky
2017-04-21
1
-26
/
+36
*
[tsan] Add a test for "external" API that checks the dup suppression is based...
Kuba Mracek
2017-04-21
1
-0
/
+66
*
[tsan] Refactor __tsan_external_read/__tsan_external_write to avoid code dupl...
Kuba Mracek
2017-04-21
1
-20
/
+16
*
[tsan] Publish the TSan external API in tsan_interface.h
Kuba Mracek
2017-04-21
1
-0
/
+15
*
[tsan] Track external API accesses as 1-byte accesses (instead of 8-byte)
Kuba Mracek
2017-04-21
1
-2
/
+2
*
[tsan] Ignore memory accesses for libignored modules for "external" races
Kuba Mracek
2017-04-21
7
-70
/
+133
*
[tsan] Don't report bugs from interceptors called from libignored modules
Kuba Mracek
2017-04-21
4
-1
/
+51
*
Revert r300889, r300906, r300935, r300939
Diana Picus
2017-04-21
2
-44
/
+13
*
[asan] Fix test by removing "The signal is caused" check.
Vitaly Buka
2017-04-21
1
-2
/
+1
*
[asan] Fix test on ppc64le-linux by checking "UNKNOWN memory access"
Vitaly Buka
2017-04-21
1
-1
/
+1
*
Disable LSan on ppc64, some tests are failing.
Alex Shlyapnikov
2017-04-21
3
-5
/
+4
*
Revert "Enable lsan test suite on Darwin x86_64 builds"
Ahmed Bougacha
2017-04-21
3
-13
/
+4
*
[asan] move textdomain.c to Linux dir, as the test is Linux-specific
Kostya Serebryany
2017-04-20
1
-0
/
+0
*
sanitizer: fix crash with textdomain(NULL) interceptor
Kostya Serebryany
2017-04-20
2
-1
/
+11
*
[asan] Match BUS and SIGV to fix test on Darwin
Vitaly Buka
2017-04-20
1
-1
/
+1
*
Enable LSan on PowerPC64.
Alex Shlyapnikov
2017-04-20
3
-4
/
+5
*
[cfi] Add explicit -flto in create-derivers test.
Evgeniy Stepanov
2017-04-20
1
-4
/
+5
*
[cfi] Move one test under cross-dso/icall.
Evgeniy Stepanov
2017-04-20
1
-1
/
+1
*
Enable lsan test suite on Darwin x86_64 builds
Francis Ricci
2017-04-20
3
-4
/
+13
*
make detect_leaks=1 the default for the lsan test suite
Francis Ricci
2017-04-20
27
-30
/
+29
*
[asan] Optimize strchr for strict_string_checks=false
Vitaly Buka
2017-04-20
2
-13
/
+45
*
Define standard suppressions for LSan, start with this one.
Alex Shlyapnikov
2017-04-20
1
-6
/
+9
*
Define a suppression for known leaks on pthread_exit call.
Alex Shlyapnikov
2017-04-20
3
-6
/
+20
*
[scudo] Remove GetActuallyAllocatedSize calls from the fast path
Kostya Kortchinsky
2017-04-20
2
-30
/
+49
*
[scudo] Minor changes and refactoring
Kostya Kortchinsky
2017-04-20
5
-162
/
+171
*
[XRay] [compiler-rt] - Fix standalone and non-deterministic test issue
Keith Wyss
2017-04-20
3
-2
/
+8
*
[XRay][compiler-rt] Cleanup CFI/CFA annotations on trampolines
Dean Michael Berris
2017-04-20
1
-19
/
+14
*
[sanitizer-coverage] remove more unused code
Kostya Serebryany
2017-04-19
5
-97
/
+0
*
[sanitizer-coverage] remove run-time support for -fsanitize-coverage=indirect...
Kostya Serebryany
2017-04-19
6
-230
/
+0
*
[sanitizer-coverage] remove run-time support for -fsanitize-coverage=trace-bb
Kostya Serebryany
2017-04-19
3
-164
/
+0
*
Fixup style from r300760
Francis Ricci
2017-04-19
1
-3
/
+3
*
Make sure to scan mmap'd memory regions for root pointers on OS X
Francis Ricci
2017-04-19
3
-29
/
+58
*
Implement StopTheWorld for Darwin
Francis Ricci
2017-04-19
2
-2
/
+47
*
Turn symbolization on for ASan unit test.
Alex Shlyapnikov
2017-04-19
1
-4
/
+15
*
[sanitizer-coverage] remove run-time support for the deprecated -fsanitize-co...
Kostya Serebryany
2017-04-19
5
-145
/
+0
*
Skip tests that use 'llvm_xray' for standalone builds.
Keith Wyss
2017-04-19
3
-0
/
+7
*
Let ubsan search UBSAN_SYMBOLIZER_PATH for llvm-symbolizer
Nico Weber
2017-04-19
1
-0
/
+1
*
Implement function to get registers from suspended thread on darwin
Francis Ricci
2017-04-19
1
-2
/
+43
*
Move valid caller-pc checks out of platform-specific checks
Francis Ricci
2017-04-19
4
-64
/
+77
*
[XRay][compiler-rt] Fix up CFI annotations and stack alignment
Dean Michael Berris
2017-04-19
1
-43
/
+46
*
[sanitizer] Define lsan-x86 in tests for both i386 and i686.
Evgeniy Stepanov
2017-04-18
1
-1
/
+1
*
Implement suspended thread register count for darwin
Francis Ricci
2017-04-18
1
-2
/
+1
*
Remove mips64 defines from darwin-specific file
Francis Ricci
2017-04-18
1
-2
/
+2
*
Don't use abort_on_error for lsan darwin test suite
Francis Ricci
2017-04-18
1
-0
/
+7
*
Allow for setting of global platform-specific lsan options in the test suite
Francis Ricci
2017-04-18
33
-70
/
+78
*
[sanitizer] Don't include <linux/user.h> in sanitizer_stoptheworld_linux_libc...
Maxim Ostapenko
2017-04-18
1
-10
/
+6
*
[XRay][compiler-rt] Use emulated TSC when CPU supports rdtscp, but cannot det...
Douglas Yung
2017-04-18
3
-6
/
+23
*
[asan] Fixup for r300483 (which is a fixup for r300473).
Evgeniy Stepanov
2017-04-18
1
-4
/
+5
*
Update suspended threads info to be compatible with darwin
Francis Ricci
2017-04-17
4
-37
/
+119
[next]