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
/
sanitizer_common.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Windows] Implement FileExists, ReadFromFile, and FindPathToBinary
Reid Kleckner
2015-08-10
1
-0
/
+26
*
[sanitizer] Fix Mac build.
Evgeniy Stepanov
2015-07-28
1
-0
/
+11
*
[asan] Read process name from /proc/self/cmdline on Linux.
Evgeniy Stepanov
2015-07-28
1
-5
/
+9
*
[Sanitizer] Teach ReadFileToBuffer to distinguish empty file from inaccessibl...
Alexey Samsonov
2015-07-17
1
-11
/
+11
*
[libsanitizer] Replace ReadBinaryName() with ReadBinaryNameCached(),
Alexander Potapenko
2015-06-29
1
-1
/
+13
*
[libsanitizer] Delete the unused GetBinaryName() function.
Alexander Potapenko
2015-06-26
1
-4
/
+0
*
[ASan] Add process basename to log name and error message to
Yury Gribov
2015-06-05
1
-1
/
+7
*
[ASan] Make binary name reader cross-platform.
Yury Gribov
2015-06-04
1
-0
/
+18
*
[sanitizer_common] Added VS-style output for source locations
Filipe Cabecinhas
2015-06-04
1
-1
/
+2
*
Use WriteToFile instead of internal_write in non-POSIX code
Timur Iskhodzhanov
2015-04-09
1
-2
/
+2
*
Use ReadFromFile instead of internal_read in non-POSIX code
Timur Iskhodzhanov
2015-04-09
1
-2
/
+2
*
Introduce CloseFile to be used instead of internal_close on non-POSIX
Timur Iskhodzhanov
2015-04-09
1
-3
/
+3
*
[Sanitizers] Make OpenFile more portable
Timur Iskhodzhanov
2015-04-08
1
-7
/
+5
*
[ASan] Unify handling of loaded modules between POSIX and Windows
Timur Iskhodzhanov
2015-04-06
1
-2
/
+3
*
[ASan/Win] Minor improvements towards enabling coverage
Timur Iskhodzhanov
2015-04-02
1
-1
/
+8
*
[ASan] Distinguish between read, write and read-write file access modes in Op...
Alexander Potapenko
2015-03-23
1
-2
/
+2
*
Improve SUMMARY reporting in sanitizers.
Alexey Samsonov
2015-03-17
1
-8
/
+5
*
[Sanitizer] Fix StripPathPrefix function and improve test case.
Alexey Samsonov
2015-03-02
1
-6
/
+6
*
[Sanitizer] Print column number in SUMMARY line if it's available.
Alexey Samsonov
2015-02-27
1
-6
/
+10
*
[Sanitizer] Move TemplateMatch() to sanitizer_common.cc. NFC.
Alexey Samsonov
2015-02-19
1
-0
/
+42
*
[asan] Allow changing verbosity in activation flags.
Evgeniy Stepanov
2015-01-20
1
-0
/
+2
*
[sanitizer] Additional error checking.
Evgeniy Stepanov
2015-01-16
1
-3
/
+7
*
Fix memory leaks in GetListOfModules() users.
Alexey Samsonov
2015-01-08
1
-0
/
+9
*
[Sanitizer] Remove the hardcoded limit of address ranges in LoadedModule.
Alexey Samsonov
2015-01-08
1
-8
/
+9
*
[asan] introduce __sanitizer_set_death_callback, deprecate __asan_set_death_c...
Kostya Serebryany
2014-12-15
1
-6
/
+15
*
[Sanitizer] Don't modify mmap_limit_mb flag in runtime.
Alexey Samsonov
2014-12-11
1
-6
/
+3
*
[Sanitizer] Fix report_path functionality:
Alexey Samsonov
2014-12-11
1
-34
/
+58
*
Replace InternalScopedBuffer<char> with InternalScopedString where applicable.
Alexey Samsonov
2014-12-02
1
-8
/
+7
*
Removed r221896, it seems to break build in various ways.
Yury Gribov
2014-11-13
1
-20
/
+0
*
[ASan] Add process basename to log name and error message to simplify analysi...
Yury Gribov
2014-11-13
1
-0
/
+20
*
[Sanitizer] Introduce generic stack frame rendering machinery
Alexey Samsonov
2014-11-05
1
-19
/
+0
*
[Sanitizer] Get rid of unnecessary allocations in StripModuleName. NFC.
Alexey Samsonov
2014-11-04
1
-11
/
+8
*
[Sanitizer] Get rid of Symbolizer::Get() and Symbolizer::GetOrNull().
Alexey Samsonov
2014-09-10
1
-17
/
+0
*
[asan] Exclude non-executable mappings from coverage.
Evgeniy Stepanov
2014-06-11
1
-1
/
+2
*
[asancov] Write coverage directly to a memory-mapped file.
Evgeniy Stepanov
2014-05-27
1
-12
/
+0
*
[sanitizer] Support sandboxing in sanitizer coverage.
Sergey Matveev
2014-05-19
1
-3
/
+3
*
tsan: stop background thread when sandbox is enabled
Dmitry Vyukov
2014-04-24
1
-0
/
+7
*
[ASan] Replace a CHECK for mmap_limit_mb with a RAW_CHECK.
Alexander Potapenko
2014-04-15
1
-1
/
+1
*
[asan] try fixing the mmap_limit_mb failure on buildbot (tests pass locally)
Kostya Serebryany
2014-04-15
1
-1
/
+2
*
[asan] added internal flag mmap_limit_mb
Kostya Serebryany
2014-04-14
1
-0
/
+18
*
Reapply r201910. MSVC gets __func__ defined explicitly, even though it
Joerg Sonnenberger
2014-02-26
1
-1
/
+1
*
Revert "Replace __FUNCTION__ with __func__, the latter being standard C99/C++...
Reid Kleckner
2014-02-22
1
-1
/
+1
*
Replace __FUNCTION__ with __func__, the latter being standard C99/C++11.
Joerg Sonnenberger
2014-02-21
1
-1
/
+1
*
[Sanitizer] Replace Symbolizer::IsAvailable and Symbolizer::IsExternalAvailab...
Alexey Samsonov
2013-12-25
1
-1
/
+1
*
[Sanitizers] Rename Symbolizer::SymbolizeCode to Symbolizer::SymbolizePC
Timur Iskhodzhanov
2013-12-18
1
-1
/
+1
*
[sanitizer] Fix log_path behavior with StopTheWorld.
Sergey Matveev
2013-12-04
1
-0
/
+7
*
Reapply asan coverage changes 194702-194704.
Bob Wilson
2013-11-15
1
-0
/
+11
*
Speculatively revert asan coverage changes 194702-194704.
Bob Wilson
2013-11-15
1
-11
/
+0
*
[asan] Poor man's coverage that works with ASan (compiler-rt part)
Kostya Serebryany
2013-11-14
1
-0
/
+11
*
[Sanitizer] Print symbolized stack frame using a single Printf() call.
Alexey Samsonov
2013-11-14
1
-7
/
+11
[next]