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
*
compiler-rt: Rename .cc file in lib/sanitizer_common to .cpp
Nico Weber
2019-07-31
1
-133
/
+0
*
SanitizerCommon: fixes for unwinding & backtrace on SPARC
Vitaly Buka
2019-03-12
1
-3
/
+2
*
[NFC][Sanitizer] Add TODO comments
Julian Lettner
2019-02-27
1
-2
/
+1
*
[NFC][Sanitizer] Comment out argument checks
Julian Lettner
2019-02-23
1
-2
/
+2
*
[NFC][Sanitizer] Add argument checks to BufferedStackTrace::Unwind* functions
Julian Lettner
2019-02-23
1
-1
/
+3
*
[NFC][Sanitizer] Rename BufferedStackTrace::FastUnwindStack
Julian Lettner
2019-02-22
1
-2
/
+2
*
[Sanitizer] On Darwin `__sanitizer_print_stack_trace` only prints topmost frame
Julian Lettner
2019-02-18
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[sanitizer] Reland "Be more accurate when calculating the previous instructio...
Igor Kudrin
2018-05-23
1
-1
/
+2
*
[sanitizer] Port fast stack unwinder to sparcv8
Walter Lee
2018-05-10
1
-1
/
+6
*
Revert "[PowerPC] Fix sanitizer frame unwind on 32-bit ABIs"
Juergen Ributzka
2017-03-17
1
-14
/
+7
*
[PowerPC] Fix sanitizer frame unwind on 32-bit ABIs
Bill Seurer
2017-03-16
1
-7
/
+14
*
[asan] Fix comparison in BufferedStackTrace::LocatePcInTrace
Vitaly Buka
2017-01-05
1
-11
/
+6
*
Adding a comment to explain r273886 ("Stop unwinding the stack when a close-t...
Kuba Brecka
2016-06-28
1
-0
/
+3
*
[sanitizer] Stop unwinding the stack when a close-to-zero PC is found
Kuba Brecka
2016-06-27
1
-0
/
+3
*
[LSAN] Fix test swapcontext.cc on MIPS
Sagar Thakur
2016-05-18
1
-5
/
+0
*
Revert "[LSAN] Fix test swapcontext.cc on MIPS"
Renato Golin
2016-04-22
1
-0
/
+5
*
[asan] Increase LocatePcInTrace threshold.
Evgeniy Stepanov
2016-04-20
1
-1
/
+1
*
[LSAN] Fix test swapcontext.cc on MIPS
Sagar Thakur
2016-04-19
1
-5
/
+0
*
[sanitizer] [SystemZ] Fix stack traces.
Marcin Koscielnicki
2016-04-14
1
-0
/
+2
*
[Sanitizer] Increase kPcThreshold in slow unwinder after r254395.
Alexey Samsonov
2015-12-01
1
-1
/
+1
*
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
[next]