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
/
asan
/
asan_stack.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ASan] Allow to atomically modify malloc_context_size at runtime.
Alexey Samsonov
2014-12-16
1
-0
/
+15
*
[ASan] Get rid of ASan-specific functions for printing stack traces
Alexey Samsonov
2013-12-19
1
-14
/
+0
*
[ASan] Get rid of __asan_symbolize function
Alexey Samsonov
2013-12-19
1
-17
/
+1
*
[Sanitizer] Implement Symbolizer class on Windows
Timur Iskhodzhanov
2013-12-18
1
-1
/
+1
*
[ASan] Return interface attribute to __sanitizer_print_stack_trace
Alexey Samsonov
2013-12-04
1
-1
/
+4
*
[asan] Fix build error.
Sergey Matveev
2013-12-03
1
-1
/
+0
*
[sanitizer] Expose __sanitizer_print_stack_trace().
Sergey Matveev
2013-12-03
1
-0
/
+6
*
Consistently use StackTrace::PrintStack in ASan, LSan and MSan
Alexey Samsonov
2013-11-01
1
-5
/
+0
*
[Sanitizer] Simplify StackTrace::PrintStack interface: prefer common flags to...
Alexey Samsonov
2013-10-29
1
-3
/
+2
*
asan/msan: separate different report blocks with new lines
Dmitry Vyukov
2013-10-28
1
-1
/
+3
*
[asan] fix stack trace printing on Mac
Kostya Serebryany
2013-10-18
1
-0
/
+4
*
[asan] reduce the size of AsanThreadContext by storing the stack trace in the...
Kostya Serebryany
2013-10-18
1
-2
/
+5
*
Refactor the usage of strip_path_prefix option and make it more consistent ac...
Alexey Samsonov
2013-10-04
1
-2
/
+2
*
Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...
Timur Iskhodzhanov
2013-08-13
1
-1
/
+1
*
[asan] Common flags in ASan.
Sergey Matveev
2013-05-06
1
-2
/
+3
*
[sanitizer] Replace more platform checks with SANITIZER_ constants.
Evgeniy Stepanov
2013-03-19
1
-1
/
+1
*
[ASan] Split ASan interface header into private and public parts. Add a test ...
Alexey Samsonov
2013-01-31
1
-1
/
+1
*
ASan: change the strategy we use for installing malloc/free/symbolization hoo...
Alexey Samsonov
2012-12-07
1
-2
/
+8
*
[Sanitizer/ASan] Simplify the code that prints and symbolizes stack traces. F...
Alexey Samsonov
2012-10-02
1
-8
/
+9
*
Relocate the external headers provided by ASan and the common sanitizer
Chandler Carruth
2012-08-29
1
-1
/
+1
*
[asan] actually move StackTrace to sanitizer_common
Kostya Serebryany
2012-08-28
1
-205
/
+1
*
[asan] even more refactoring to move StackTrace to sanitizer_common
Kostya Serebryany
2012-08-28
1
-16
/
+23
*
[asan] more refactoring to move StackTrace to sanitizer_common
Kostya Serebryany
2012-08-28
1
-12
/
+4
*
[asan] some renaming before we move StackTrace into sanitizer_common
Kostya Serebryany
2012-08-28
1
-11
/
+9
*
[asan] get rid of AsanPrintf in favor of Printf from sanitizer_common
Kostya Serebryany
2012-08-28
1
-8
/
+8
*
[Sanitizer] Rename ProcessMaps to MemoryMappingLayout and fix Windows build b...
Alexey Samsonov
2012-08-27
1
-1
/
+1
*
[ASan] get rid of ASAN_USE_EXTERNAL_SYMBOLIZER compiler def in favor of __asa...
Alexey Samsonov
2012-08-22
1
-20
/
+21
*
Patch the frame address regardless of the frame number.
Alexander Potapenko
2012-08-15
1
-6
/
+2
*
Use SANITIZER_INTERFACE_ATTRIBUTE instead of __attribute__((visibility("defau...
Alexander Potapenko
2012-08-15
1
-0
/
+2
*
[ASan] add new ASan option 'strip_path_prefix' to remove useless prefices fro...
Alexey Samsonov
2012-08-06
1
-5
/
+17
*
[ASan] subtract one from PCs in ASan error reports (as they originally contai...
Alexey Samsonov
2012-07-19
1
-2
/
+16
*
[ASan] Use common flags parsing machinery.
Alexey Samsonov
2012-07-09
1
-1
/
+1
*
[ASan] Minor fix in symbolizer output.
Alexey Samsonov
2012-07-04
1
-1
/
+1
*
[Sanitizer] Extend a symbolizer code. Implemented for Linux only. Use dl_iter...
Alexey Samsonov
2012-07-03
1
-2
/
+8
*
[Sanitizer] Use ProcessMaps in symbolizer to get module name and offset for i...
Alexey Samsonov
2012-06-15
1
-11
/
+16
*
[ASan] don't include deleted header
Alexey Samsonov
2012-06-14
1
-1
/
+0
*
[Sanitizer] __asan::AsanProcMaps -> __sanitizer::ProcessMaps.
Alexey Samsonov
2012-06-07
1
-1
/
+2
*
[Sanitizer]: Introduce a common internal printf function. For now, also use t...
Alexey Samsonov
2012-06-06
1
-7
/
+7
*
[Sanitizer] remove using namespace __sanitizer lines
Alexey Samsonov
2012-06-05
1
-2
/
+0
*
Remove file-type tags for .cc files in ASan run-time library
Alexey Samsonov
2012-06-04
1
-1
/
+1
*
[ASan] Use ASan option symbolize to turn on internal symbolizer (in development)
Alexey Samsonov
2012-06-04
1
-4
/
+23
*
[asan] more renaming
Kostya Serebryany
2012-05-31
1
-6
/
+6
*
[asan] more renaming
Kostya Serebryany
2012-05-31
1
-36
/
+36
*
[asan] Support for %z to Printf()
Evgeniy Stepanov
2012-03-21
1
-10
/
+10
*
[asan]: fix off-by-one error in stack unwinder (asan issue #44; reproduced th...
Kostya Serebryany
2012-03-08
1
-1
/
+1
*
AddressSanitizer: replace all "real_X" calls with "REAL(X)"
Alexey Samsonov
2012-02-08
1
-2
/
+2
*
EHABI-based stack trace on ARM.
Evgeniy Stepanov
2012-01-19
1
-8
/
+0
*
Delete sysinfo/* and all references to it.
Alexander Potapenko
2012-01-18
1
-94
/
+4
*
[asan] fix mac build once more
Kostya Serebryany
2012-01-09
1
-2
/
+0
*
[asan] use dl_iterate_phdr for pre-symbolization on linux instead of parsing ...
Kostya Serebryany
2012-01-05
1
-14
/
+5
[next]