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
/
lib
/
sanitizer_common
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
[sanitizer] add a function MmapNoAccess that mmaps a protected region *somewh...
Kostya Serebryany
2016-04-23
1
-1
/
+2
*
Revert "[sanitizer] Allow the sanitizer allocator to use a non-fixed address ...
Renato Golin
2016-04-22
1
-2
/
+1
*
[sanitizer] Allow the sanitizer allocator to use a non-fixed address range. A...
Kostya Serebryany
2016-04-22
1
-1
/
+2
*
[sanitizer] update the sanitizer_allocator_testlib
Kostya Serebryany
2016-04-20
1
-4
/
+5
*
[sanitizers] Fixup to r266494; the Unit test should not run on Windows
Anna Zaks
2016-04-16
1
-0
/
+2
*
[sanitizers] Teach the internal demangler about Swift names
Anna Zaks
2016-04-15
1
-0
/
+10
*
[sanitizer] [SystemZ] Add virtual space size.
Marcin Koscielnicki
2016-04-14
1
-0
/
+4
*
[Compiler-rt] Fix ioctl codes for MIPS in sanitizer_ioctl_test
Mohit K. Bhakkad
2016-03-11
1
-2
/
+4
*
[Sanitizer] Introduce ListOfModules object and use it to replace GetListOfMod...
Alexey Samsonov
2016-02-22
1
-4
/
+4
*
Fixed non-NULL terminating array bug in SanitizerCommon.StartSubprocessTest t...
Zia Ansari
2016-02-15
1
-1
/
+1
*
using /system/bin/sh on android in tests.
Mike Aizatsky
2016-01-27
1
-3
/
+8
*
[sanitizers] extracted process management functions
Mike Aizatsky
2016-01-26
1
-0
/
+30
*
Revert "[sanitizers] extracted process management functions"
Mike Aizatsky
2016-01-25
1
-23
/
+0
*
[sanitizers] extracted process management functions
Mike Aizatsky
2016-01-25
1
-0
/
+23
*
Fix the cross compilation of unit tests. NFC (second attempt)
Sumanth Gundapaneni
2016-01-14
1
-1
/
+1
*
Revert r257686 "With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compi...
Hans Wennborg
2016-01-13
1
-1
/
+1
*
With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compiling
Sumanth Gundapaneni
2016-01-13
1
-1
/
+1
*
[libsanitizer] Fix bugs and wiki links to point to GitHub.
Alexander Potapenko
2015-12-04
1
-1
/
+1
*
[compiler-rt] Do not pull in min and max macros from windows.h
Anna Zaks
2015-11-20
1
-0
/
+2
*
[compiler-rt] Add internal implementations for strlcat and strlcpy
Anna Zaks
2015-11-20
1
-0
/
+54
*
Reapply: [asan] On OS X, log reports to syslog and os_trace
Anna Zaks
2015-11-20
1
-0
/
+24
*
Revert "Reapply: [asan] On OS X, log reports to syslog and os_trace"
Juergen Ributzka
2015-11-04
1
-24
/
+0
*
Reapply: [asan] On OS X, log reports to syslog and os_trace
Anna Zaks
2015-10-28
1
-0
/
+24
*
Revert "[asan] On OS X, log reports to syslog and os_trace"
Anna Zaks
2015-10-27
1
-24
/
+0
*
[asan] On OS X, log reports to syslog and os_trace
Anna Zaks
2015-10-27
1
-0
/
+24
*
[asan] Tune down SizeClassAllocator tests.
Evgeniy Stepanov
2015-10-01
1
-1
/
+1
*
[asan] Disable ThreadSelfTest on Android.
Evgeniy Stepanov
2015-09-08
1
-1
/
+1
*
[CMake] Unify build rules for sanitizer_common for Apple and non-Apple platfo...
Alexey Samsonov
2015-08-27
1
-1
/
+2
*
Unit test the CRLF change to suppression parsing
Reid Kleckner
2015-08-27
1
-2
/
+3
*
[CMake] Fix building unit tests on Darwin
Chris Bieneman
2015-08-20
1
-0
/
+3
*
[Sanitizer] Initialize common flags to default values in unit tests.
Alexey Samsonov
2015-08-18
1
-0
/
+2
*
[Windows] Implement FileExists, ReadFromFile, and FindPathToBinary
Reid Kleckner
2015-08-10
2
-7
/
+47
*
[Sanitizer] Try to fix sanitizer_libc_test on FreeBSD.
Alexey Samsonov
2015-07-31
1
-8
/
+3
*
[asan] Only link liblog on Android when it exists.
Evgeniy Stepanov
2015-07-24
1
-1
/
+1
*
[sanitizer] Implement logging to syslog.
Evgeniy Stepanov
2015-07-23
1
-1
/
+2
*
Revert r242975.
Evgeniy Stepanov
2015-07-23
1
-2
/
+1
*
[sanitizer] Implement logging to syslog.
Evgeniy Stepanov
2015-07-22
1
-1
/
+2
*
[asan] Fix sanitizer_allocator_test on AArch64.
Evgeniy Stepanov
2015-07-17
1
-0
/
+2
*
[asan] Fix SanitizerCommon.PthreadDestructorIterations test on Android L.
Evgeniy Stepanov
2015-06-29
1
-2
/
+2
*
[asan] Link sanitizer_common tests on Android as -pie.
Evgeniy Stepanov
2015-06-26
1
-0
/
+4
*
[sanitizer_common] Added VS-style output for source locations
Filipe Cabecinhas
2015-06-04
1
-14
/
+44
*
Add descriptive names to sanitizer entries in /proc/self/maps. Helps debugging.
Evgeniy Stepanov
2015-05-29
1
-0
/
+1
*
Disable exceptions with Clang on Windows in lib/sanitizer-common/tests
Reid Kleckner
2015-05-05
1
-2
/
+7
*
Split Mprotect into MmapNoAccess and MprotectNoAccess to be more portable
Timur Iskhodzhanov
2015-04-10
1
-1
/
+1
*
Move more POSIX-specific functions to sanitizer_posix.h
Timur Iskhodzhanov
2015-04-09
1
-0
/
+1
*
Introduce CloseFile to be used instead of internal_close on non-POSIX
Timur Iskhodzhanov
2015-04-09
1
-3
/
+3
*
Move some POSIX-specific functions from sanitizer_libc.h to a new sanitizer_p...
Timur Iskhodzhanov
2015-04-08
1
-1
/
+1
*
[Sanitizers] Make OpenFile more portable
Timur Iskhodzhanov
2015-04-08
1
-10
/
+7
*
[ASan] Unify handling of loaded modules between POSIX and Windows
Timur Iskhodzhanov
2015-04-06
1
-3
/
+1
*
[sanitizer] Fix file access modes in SanitizerCommon.InternalMmapWithOffset a...
Alexander Potapenko
2015-03-23
1
-2
/
+2
[next]