summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/tsan/rtl/tsan_interface.cpp
AgeCommit message (Expand)Author
2021-12-21tsan: optimize __tsan_read/write16Dmitry Vyukov
2021-10-05tsan: make cur_thread_init return cur_threadDmitry Vyukov
2021-08-03tsan: avoid extra call indirection in unaligned access functionsDmitry Vyukov
2021-08-03tsan: new MemoryAccess interfaceDmitry 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-08-28[compiler-rt][tsan] Remove unnecesary typedefsMarco Vanotti
2020-08-25[tsan] On arm64e, strip out ptrauth bits from incoming PCsKuba Mracek
2019-09-11Remove NOLINTs from compiler-rtVitaly Buka
2019-08-01compiler-rt: Rename .cc file in lib/tsan/rtl to .cppNico Weber