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_coverage_mapping_libcdep.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[sanitizer-coverage] nuke more stale code
Kostya Serebryany
2017-06-02
1
-122
/
+0
*
[Sanitizer] Introduce ListOfModules object and use it to replace GetListOfMod...
Alexey Samsonov
2016-02-22
1
-10
/
+6
*
sanitizer_common: C++ify the IntrusiveList iterator interface.
Peter Collingbourne
2016-01-15
1
-5
/
+4
*
[sanitizer_common] Apply modernize-use-nullptr, other minor fixes
Vedant Kumar
2015-09-30
1
-2
/
+2
*
Use error_t rather than int in a couple of places where we handle files
Timur Iskhodzhanov
2015-04-09
1
-1
/
+1
*
Use RenameFile instead of internal_rename in non-POSIX code
Timur Iskhodzhanov
2015-04-09
1
-2
/
+1
*
Use WriteToFile instead of internal_write in non-POSIX code
Timur Iskhodzhanov
2015-04-09
1
-2
/
+1
*
Introduce CloseFile to be used instead of internal_close on non-POSIX
Timur Iskhodzhanov
2015-04-09
1
-1
/
+1
*
[Sanitizers] Make OpenFile more portable
Timur Iskhodzhanov
2015-04-08
1
-2
/
+2
*
[ASan] Unify handling of loaded modules between POSIX and Windows
Timur Iskhodzhanov
2015-04-06
1
-1
/
+0
*
[Sanitizer] Be consistent about separating ==%PID== and logged data.
Alexey Samsonov
2015-03-31
1
-1
/
+1
*
[ASan] Distinguish between read, write and read-write file access modes in Op...
Alexander Potapenko
2015-03-23
1
-1
/
+1
*
Fix memory leaks in GetListOfModules() users.
Alexey Samsonov
2015-01-08
1
-17
/
+21
*
[Sanitizer] Remove the hardcoded limit of address ranges in LoadedModule.
Alexey Samsonov
2015-01-08
1
-5
/
+6
*
[asan] Allow enabling coverage at activation.
Evgeniy Stepanov
2014-12-26
1
-8
/
+7
*
Revert r224838, r224839.
Evgeniy Stepanov
2014-12-26
1
-7
/
+8
*
[asan] Allow enabling coverage at activation.
Evgeniy Stepanov
2014-12-25
1
-8
/
+7
*
[asan] Fix line >80 chars.
Evgeniy Stepanov
2014-12-23
1
-1
/
+2
*
[asan] Better error message in coverage.
Evgeniy Stepanov
2014-12-23
1
-2
/
+2
*
Replace InternalScopedBuffer<char> with InternalScopedString where applicable.
Alexey Samsonov
2014-12-02
1
-5
/
+3
*
[Sanitizer] Get rid of unnecessary allocations in StripModuleName. NFC.
Alexey Samsonov
2014-11-04
1
-2
/
+1
*
[asan] Exclude non-executable mappings from coverage.
Evgeniy Stepanov
2014-06-11
1
-6
/
+8
*
[asancov] Faster coverage in memory-mapped mode.
Evgeniy Stepanov
2014-06-05
1
-14
/
+19
*
[sancov] Handle fork.
Evgeniy Stepanov
2014-06-04
1
-5
/
+22
*
[sancov] Fix map update logic on Android.
Evgeniy Stepanov
2014-06-03
1
-28
/
+31
*
[sanitizer] Add coverage_dir flag.
Evgeniy Stepanov
2014-05-29
1
-7
/
+11
*
[asancov] Write coverage directly to a memory-mapped file.
Evgeniy Stepanov
2014-05-27
1
-0
/
+97