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
*
[Sanitizer] build sanitizer_common library with -Wglobal-constructors
Alexey Samsonov
2013-09-11
1
-0
/
+4
*
[TSan] Use Clang to compile and link TSan unit tests with TSan runtime
Alexey Samsonov
2013-09-11
4
-26
/
+72
*
Fixup for r190410: use lazy initialization for symbolizer as some compilers e...
Alexey Samsonov
2013-09-10
1
-2
/
+12
*
[ASan] Remove the explicit function prototypes for intercepted functions on W...
Timur Iskhodzhanov
2013-09-10
2
-38
/
+5
*
[Sanitizer] Refactor symbolization interface: use class instead of several fu...
Alexey Samsonov
2013-09-10
26
-866
/
+725
*
[asan] refactor the use-after-return API so that the size class is computed a...
Kostya Serebryany
2013-09-10
6
-77
/
+81
*
[msan] Make all pointers in msan_interface "const volatile void *".
Evgeniy Stepanov
2013-09-10
1
-12
/
+13
*
[msan] bool -> int to make msan_interface.h C-compatible.
Evgeniy Stepanov
2013-09-10
4
-4
/
+4
*
[ASan] Don't crash in DescribeHeapAddress if we don't know the current thread...
Timur Iskhodzhanov
2013-09-10
1
-16
/
+14
*
Delete unused variables.
Eli Friedman
2013-09-10
2
-2
/
+0
*
[dfsan] Initial set of DFSAN_OPTIONS flags.
Peter Collingbourne
2013-09-10
4
-3
/
+66
*
Don't allow a NULL-length file. Try to revert to the buffered version.
Bill Wendling
2013-09-09
1
-0
/
+5
*
[msan] Intercept fstatat / fstatat64.
Evgeniy Stepanov
2013-09-09
2
-0
/
+30
*
[sanitizer] Fix PR17138.
Evgeniy Stepanov
2013-09-09
2
-2
/
+17
*
[sanitizer] Delete extra whitespace.
Evgeniy Stepanov
2013-09-09
1
-1
/
+1
*
[ASan] fix one more memory leak in test case
Alexey Samsonov
2013-09-08
1
-0
/
+1
*
[Sanitizer] Use generic configs for running sanitizer_common unit tests
Alexey Samsonov
2013-09-08
2
-40
/
+9
*
[ASan] turn on leak checking for ASan tests and fix a few discovered leaks
Alexey Samsonov
2013-09-08
8
-0
/
+20
*
[sanitizer] Avoid including any system headers in the system-header-free part...
Evgeniy Stepanov
2013-09-06
3
-27
/
+58
*
[sanitizer] Fix Android build.
Evgeniy Stepanov
2013-09-06
1
-1
/
+1
*
[sanitizer] A bunch of linux system call handlers.
Evgeniy Stepanov
2013-09-06
8
-671
/
+5565
*
[ASan] make the check for NULL more portable.
Alexander Potapenko
2013-09-06
1
-6
/
+8
*
Fix compiler warning introduced in r190022
Alexey Samsonov
2013-09-06
1
-1
/
+1
*
Migrate ATTRIBUTE_NO_ADDRESS_SAFETY_ANALYSIS to new spelling - ATTRIBUTE_NO_S...
Alexey Samsonov
2013-09-06
2
-8
/
+8
*
[tsan] make calloc crash instead of returning 0 on overflow (controlled by th...
Kostya Serebryany
2013-09-06
5
-4
/
+74
*
[msan] make calloc crash instead of returning 0 on overflow (controlled by th...
Kostya Serebryany
2013-09-06
2
-2
/
+5
*
[asan] make calloc crash instead of returning 0 on overflow (controlled by th...
Kostya Serebryany
2013-09-06
3
-11
/
+21
*
[sanitizer] make the allocator crash instead of returning 0 on huge size (con...
Kostya Serebryany
2013-09-06
8
-23
/
+94
*
[tsan] add colors to tsan output
Kostya Serebryany
2013-09-05
1
-2
/
+43
*
sanitizers: Make sure Visual Studio gets error reports
Reid Kleckner
2013-09-05
4
-33
/
+58
*
asan: Add a wcslen interceptor mirroring strlen
Reid Kleckner
2013-09-05
3
-0
/
+22
*
[asan] add a test that demonstrates why the current use-after-return is not s...
Kostya Serebryany
2013-09-04
1
-0
/
+66
*
[asan] make use-after-return handle very deep recursion; fixes 483.xalancbmk ...
Kostya Serebryany
2013-09-04
3
-7
/
+32
*
Disable FindPathToBinary test on Android
Alexey Samsonov
2013-09-04
1
-1
/
+1
*
[asan] Hopefully un-break the RTL on Windows
Timur Iskhodzhanov
2013-09-03
1
-1
/
+2
*
[asan] Hopefully fix the RTL build on Windows (part 2)
Timur Iskhodzhanov
2013-09-03
1
-2
/
+2
*
tsan: catch races on condition variables
Dmitry Vyukov
2013-09-03
3
-0
/
+95
*
[asan] attemping to fix the Windows build
Kostya Serebryany
2013-09-03
1
-11
/
+11
*
Revert r185536 as it neither fixes any memory leaks, nor is it necessary (see...
Timur Iskhodzhanov
2013-09-03
1
-1
/
+0
*
implement PR17059: more visible diagnostics for stack-buffer-overflow
Kostya Serebryany
2013-09-03
3
-3
/
+105
*
[lsan] Colorize LSan reports.
Sergey Matveev
2013-09-03
5
-25
/
+31
*
ASan, LSan, MSan: try to find llvm-symbolizer binary in PATH if it is not pro...
Alexey Samsonov
2013-09-03
9
-21
/
+14
*
[Sanitizer] Add the way to find binary in PATH
Alexey Samsonov
2013-09-03
4
-0
/
+39
*
Add internal_strchrnul function
Alexey Samsonov
2013-09-03
3
-0
/
+15
*
[TSan] fixup for r189791: don't put ; on the newline
Alexey Samsonov
2013-09-03
1
-3
/
+1
*
tsan: add suppressions for true/false positives in standard libraries
Dmitry Vyukov
2013-09-03
1
-0
/
+14
*
[libsanitizer] Remove an unused variable introduced in r189789
Alexander Potapenko
2013-09-03
1
-1
/
+0
*
[TSan] Move the /proc/self/maps parsing logic to sanitizer_common
Alexander Potapenko
2013-09-03
3
-59
/
+78
*
tsan: fix linking when -ltsan is passed before -lpthread
Dmitry Vyukov
2013-09-03
1
-1
/
+1
*
[msan] Another regression test for r189786.
Evgeniy Stepanov
2013-09-03
1
-0
/
+22
[next]