summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/tsan/rtl/tsan_interface_java.h
AgeCommit message (Expand)Author
2019-09-11Remove NOLINTs from compiler-rtVitaly Buka
2019-08-01Remove a few straggler ".cc"s in compiler-rt/libNico Weber
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2016-12-14tsan: allow Java VM iterate over allocated objectsDmitry Vyukov
2014-12-22tsan: add acquire/release functions to java interfaceDmitry Vyukov
2014-07-08tsan: allow memory overlap in __tsan_java_moveDmitry Vyukov
2014-06-27tsan: add __tsan_java_finalize interface functionDmitry Vyukov
2013-10-03tsan: ignore interceptors coming from specified librariesDmitry Vyukov
2013-09-21tsan: ignore all interceptors coming directly from JVMDmitry Vyukov
2013-05-17tsan: introduce recursive mutex lock/unlock java interfaceDmitry Vyukov
2012-12-21tsan: add a high-level comment to tsan_interface_java.hDmitry Vyukov
2012-12-20tsan: add java interface implementation stubDmitry Vyukov
2012-12-20tsan: add Java interfaceDmitry Vyukov