summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_interface_java.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* tsan: allow Java VM iterate over allocated objectsDmitry Vyukov2016-12-141-0/+4
* tsan: add acquire/release functions to java interfaceDmitry Vyukov2014-12-221-0/+8
* tsan: allow memory overlap in __tsan_java_moveDmitry Vyukov2014-07-081-1/+1
* tsan: add __tsan_java_finalize interface functionDmitry Vyukov2014-06-271-0/+5
* tsan: ignore interceptors coming from specified librariesDmitry Vyukov2013-10-031-5/+1
* tsan: ignore all interceptors coming directly from JVMDmitry Vyukov2013-09-211-1/+5
* tsan: introduce recursive mutex lock/unlock java interfaceDmitry Vyukov2013-05-171-2/+11
* tsan: add a high-level comment to tsan_interface_java.hDmitry Vyukov2012-12-211-0/+11
* tsan: add java interface implementation stubDmitry Vyukov2012-12-201-1/+0
* tsan: add Java interfaceDmitry Vyukov2012-12-201-0/+64