summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.cpp
AgeCommit message (Expand)Author
2022-07-21Port address sanitizer to LoongArchXi Ruoyao
2022-02-23[sanitizer][sancov] Use pc-1 for s390xFangrui Song
2022-02-22[sanitizer] Refactor GetNextInstructionPc/GetPreviousInstructionPcFangrui Song
2021-10-25[Sanitizer] Strip PAC from PC in StackTrace::GetNextInstructionPc()Julian Lettner
2021-09-04[compiler-rt] NFC: Fix trivial typoKazuaki Ishizaki
2021-08-17[sanitizer] Add hexagon support to sanitizer-commonBrian Cain
2021-07-15Revert "tsan: make obtaining current PC faster"Nico Weber
2021-07-15tsan: make obtaining current PC fasterDmitry Vyukov
2021-03-18[AArch64][compiler-rt] Strip PAC from the link register.Daniel Kiss
2021-03-18Revert "[AArch64][compiler-rt] Strip PAC from the link register."Daniel Kiss
2021-03-15[AArch64][compiler-rt] Strip PAC from the link register.Daniel Kiss
2020-10-04[RISCV][ASAN] support code for architecture-specific parts of asanAlexey Baturo
2020-10-04[RISCV][ASAN] unwind fixupAlexey Baturo
2020-10-01[RISCV][ASAN] implementation for previous/next pc routines for riscv64Igor Chervatyuk
2019-07-31compiler-rt: Rename .cc file in lib/sanitizer_common to .cppNico Weber