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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add commentary explaining PPC access to return address
Bill Schmidt
2015-07-28
1
-0
/
+3
*
PowerPC's ABIs differ from those of other architectures in that the
Bill Schmidt
2015-07-28
1
-0
/
+8
*
Enable memory sanitizer for PPC64
Jay Foad
2015-06-25
1
-0
/
+2
*
[msan] Better use-after-free reports.
Evgeniy Stepanov
2015-01-22
1
-1
/
+1
*
[sanitizer] fix a performance regression in sanitizer coverage: move a small ...
Kostya Serebryany
2014-12-20
1
-15
/
+0
*
[ASan] Allow to atomically modify malloc_context_size at runtime.
Alexey Samsonov
2014-12-16
1
-1
/
+1
*
[MSan] [MIPS] Adding support for MIPS64 (patch by Mohit Bhakkad).
Alexey Samsonov
2014-11-19
1
-0
/
+8
*
[TSan] Use StackTrace from sanitizer_common where applicable
Alexey Samsonov
2014-11-03
1
-0
/
+9
*
[Sanitizer] Make StackTrace a lightweight reference to array of PCs, and
Alexey Samsonov
2014-10-26
1
-8
/
+7
*
[sanitizer] Fix a crash in FP unwinder on ARM.
Evgeniy Stepanov
2014-10-14
1
-6
/
+15
*
[UBSan] Adding support of MIPS32
Petar Jovanovic
2014-09-26
1
-1
/
+1
*
Fix fast stack unwind on ARM to support code generated with GCC.
Alexey Samsonov
2014-09-03
1
-5
/
+25
*
[sanitizer] Fix build on ARM.
Evgeniy Stepanov
2014-05-30
1
-1
/
+2
*
[asan] Enable ASan on PowerPC.
Evgeniy Stepanov
2014-05-30
1
-3
/
+5
*
Use 64-bit pointer to unwind stack for x86-64
Kostya Serebryany
2014-05-21
1
-7
/
+7
*
Increase threshold in StackTrace::LocatePcInTrace
Alexey Samsonov
2014-03-05
1
-1
/
+1
*
Fix StackTrace::LocatePcInTrace, add more unit tests for generic StackTrace
Alexey Samsonov
2014-03-04
1
-1
/
+1
*
Avoid doing any work when unwinding stack traces with 0 or 1 frame
Alexey Samsonov
2014-03-04
1
-4
/
+1
*
[Sanitizer] Don't use MemoryMappingLayout in StackTrace::PrintStack - it is n...
Alexey Samsonov
2013-12-25
1
-70
/
+0
*
[Sanitizer] Delete unused StackTrace::PrintStack argument
Alexey Samsonov
2013-12-19
1
-17
/
+1
*
[Sanitizer] Implement Symbolizer class on Windows
Timur Iskhodzhanov
2013-12-18
1
-0
/
+3
*
[Sanitizers] Rename Symbolizer::SymbolizeCode to Symbolizer::SymbolizePC
Timur Iskhodzhanov
2013-12-18
1
-1
/
+1
*
[ASan] Fix StackTrace::SlowUnwindStack on Windows
Timur Iskhodzhanov
2013-12-10
1
-1
/
+1
*
Unbreak build by adding an implementation of PopStackFrames function.
Richard Smith
2013-12-09
1
-0
/
+8
*
Revert three patches which were committed without explicit contribution
Chandler Carruth
2013-12-09
1
-19
/
+8
*
Increase the LocatePcInTrace PC threshold now that GET_STACK_TRACE_WITH_PC_AN...
Timur Iskhodzhanov
2013-11-29
1
-1
/
+1
*
[ASan] Also print <empty stack> when size==0
Timur Iskhodzhanov
2013-11-29
1
-2
/
+2
*
[Sanitizer] Make slow unwinder on Linux more robust
Alexey Samsonov
2013-11-15
1
-4
/
+3
*
[Sanitizer] Print symbolized stack frame using a single Printf() call.
Alexey Samsonov
2013-11-14
1
-17
/
+24
*
[Sanitizer] Use same PC threshold in slow unwinder on all platforms
Alexey Samsonov
2013-11-13
1
-2
/
+5
*
[Sanitizers] Share some stack walking code between Windows and Linux
Timur Iskhodzhanov
2013-11-09
1
-0
/
+13
*
[ASan] Kill use_stack_depot runtime flag and stack trace compression routines.
Alexey Samsonov
2013-11-01
1
-105
/
+0
*
Consistently use StackTrace::PrintStack in ASan, LSan and MSan
Alexey Samsonov
2013-11-01
1
-0
/
+6
*
[Sanitizer] Simplify StackTrace::PrintStack interface: prefer common flags to...
Alexey Samsonov
2013-10-29
1
-2
/
+2
*
Overhaul the symbolizer interface.
Peter Collingbourne
2013-10-25
1
-3
/
+4
*
[Sanitizer] Return implementation of StackTrace::CopyFrom to header
Alexey Samsonov
2013-10-14
1
-6
/
+0
*
[Sanitizer] Remove StackTrace::max_depth field
Alexey Samsonov
2013-10-12
1
-3
/
+2
*
[Sanitizer] Turn GetStackTrace() into StackTrace::Unwind()
Alexey Samsonov
2013-10-12
1
-2
/
+0
*
[Sanitizer] StackTrace: kill CopyTo and reimplement CopyFrom
Alexey Samsonov
2013-10-11
1
-0
/
+6
*
[Sanitizer] Simplify StackTrace::FastUnwindStack interface and fix a bug with...
Alexey Samsonov
2013-10-11
1
-2
/
+8
*
Refactor the usage of strip_path_prefix option and make it more consistent ac...
Alexey Samsonov
2013-10-04
1
-34
/
+11
*
[Sanitizer] Refactor symbolization interface: use class instead of several fu...
Alexey Samsonov
2013-09-10
1
-3
/
+3
*
[sanitizer] Change strip_path_prefix flag behavior.
Sergey Matveev
2013-07-22
1
-2
/
+3
*
[asan] fix a rare failure in fast unwinder, found by asan/clang bootstrap
Kostya Serebryany
2013-06-18
1
-0
/
+1
*
Use an address-of operator here to silence an MSVC warning.
Peter Collingbourne
2013-05-27
1
-1
/
+1
*
[nolibc] Move symbolizer to RTSanitizerCommonLibc, and make it optional using...
Peter Collingbourne
2013-05-21
1
-1
/
+1
*
[sanitizer] while doing fast unwinding make sure that the frame pointer is al...
Kostya Serebryany
2013-04-04
1
-0
/
+1
*
[libsanitizer] Unmapping the old cache partially invalidates the memory layou...
Alexander Potapenko
2013-03-26
1
-1
/
+1
*
[Sanitizer] Change MemoryMappingLayout methods to also report memory protecti...
Alexey Samsonov
2013-03-13
1
-1
/
+2
*
[Sanitizer] Try to fix infinite loop in frame pointer unwinder
Reid Kleckner
2013-02-20
1
-2
/
+3
[next]