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_stacktrace_libcdep.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
compiler-rt: Rename .cc file in lib/sanitizer_common to .cpp
Nico Weber
2019-07-31
1
-158
/
+0
*
[NFC][Sanitizer] Hard-code fast/slow unwinder at call site
Julian Lettner
2019-02-27
1
-0
/
+2
*
[NFC][Sanitizer] Rename BufferedStackTrace::FastUnwindStack
Julian Lettner
2019-02-22
1
-3
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[sanitizer] Include inlined frames into __sanitizer_symbolize_pc output
Vitaly Buka
2018-10-02
1
-5
/
+19
*
Revert "[sanitizer] Include inlined frames into __sanitizer_symbolize_pc output"
Jessica Paquette
2018-10-02
1
-19
/
+5
*
[sanitizer] Include inlined frames into __sanitizer_symbolize_pc output
Vitaly Buka
2018-10-02
1
-5
/
+19
*
Do not crash with missing symbolication when running in DEDUP mode
George Karpenkov
2017-07-10
1
-1
/
+2
*
[sanitizers] __sanitizer_get_module_and_offset_for_pc interface function
Mike Aizatsky
2016-12-05
1
-0
/
+22
*
[sanitizer] rename __sanitizer_symbolize_data to __sanitizer_symbolize_global...
Kostya Serebryany
2016-09-19
1
-2
/
+2
*
[sanitizer] add __sanitizer_symbolize_data (can only print the names of the g...
Kostya Serebryany
2016-09-19
1
-4
/
+16
*
[sanitizer] Fixup 2: Do not introduce __sanitizer namespace globally
Anna Zaks
2016-09-15
1
-0
/
+1
*
[compiler-rt] Do not introduce __sanitizer namespace globally
Anna Zaks
2016-09-15
1
-3
/
+3
*
[sanitizer] fix a potential buffer overflow due to __sanitizer_symbolize_pc (...
Kostya Serebryany
2016-09-09
1
-0
/
+3
*
[sanitizer] add __sanitizer_symbolize_pc. https://github.com/google/sanitizer...
Kostya Serebryany
2016-08-25
1
-0
/
+19
*
[sanitizers] introduce a common run-time option dedup_token_length to help wi...
Kostya Serebryany
2016-05-28
1
-0
/
+9
*
[sanitizer] add #ifdefs around slow unwinder to fix OS X debug build
Kuba Brecka
2015-07-02
1
-0
/
+4
*
[sanitizer_common] Added VS-style output for source locations
Filipe Cabecinhas
2015-06-04
1
-1
/
+2
*
[msan] Better use-after-free reports.
Evgeniy Stepanov
2015-01-22
1
-1
/
+1
*
Simplify Symbolizer::SymbolizePC() interface.
Alexey Samsonov
2014-12-02
1
-14
/
+5
*
[Sanitizer] Introduce "stack_trace_format" runtime flag.
Alexey Samsonov
2014-11-06
1
-2
/
+2
*
[Sanitizer] Introduce generic stack frame rendering machinery
Alexey Samsonov
2014-11-05
1
-26
/
+11
*
[Sanitizer] Make StackTrace a lightweight reference to array of PCs, and
Alexey Samsonov
2014-10-26
1
-8
/
+8
*
Remove unused local variable
Alexey Samsonov
2014-10-20
1
-5
/
+2
*
[sanitizer] Make stack traces from dlclose()'d modules more meaningful.
Sergey Matveev
2014-05-23
1
-0
/
+8
*
Avoid doing any work when unwinding stack traces with 0 or 1 frame
Alexey Samsonov
2014-03-04
1
-2
/
+11
*
[sanitizer] Fix build.
Evgeniy Stepanov
2014-02-11
1
-1
/
+1
*
[sanitizer] Use system unwinder in signal handlers on Android.
Evgeniy Stepanov
2014-02-11
1
-5
/
+10
*
[Sanitizer] Don't use MemoryMappingLayout in StackTrace::PrintStack - it is n...
Alexey Samsonov
2013-12-25
1
-0
/
+48
*
[ASan] Do not rely on malloc context in allocator reports.
Alexey Samsonov
2013-11-13
1
-0
/
+2
*
[Sanitizer] Make StackTrace::Unwind the only public way to unwind a stack trace.
Alexey Samsonov
2013-11-07
1
-8
/
+2
*
[Sanitizer] Call Windows unwinder 'slow' and share StackTrace::Unwind across ...
Alexey Samsonov
2013-11-07
1
-0
/
+32