summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/rtl/tsan_interface_java.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/tsan/rtl to .cppNico Weber2019-08-011-267/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* tsan: add new mutex annotationsDmitry Vyukov2017-03-261-7/+7
* tsan: allow Java VM iterate over allocated objectsDmitry Vyukov2016-12-141-0/+17
* tsan: change tsan/Go interface for obtaining the current ProcessorDmitry Vyukov2016-04-271-1/+1
* tsan: split thread into logical and physical stateDmitry Vyukov2016-04-271-1/+1
* tsan: revert r262037Dmitry Vyukov2016-02-261-1/+1
* tsan: split thread into logical and physical stateDmitry Vyukov2016-02-261-1/+1
* tsan: add acquire/release functions to java interfaceDmitry Vyukov2014-12-221-0/+30
* [TSan] Use StackTrace from sanitizer_common where applicableAlexey Samsonov2014-11-031-1/+1
* tsan: allow memory overlap in __tsan_java_moveDmitry Vyukov2014-07-081-2/+10
* tsan: add __tsan_java_finalize interface functionDmitry Vyukov2014-06-271-0/+6
* tsan: refactor storage of meta information for heap blocks and sync objectsDmitry Vyukov2014-05-291-133/+13
* tsan: deobfuscate global ctx variableDmitry Vyukov2014-03-201-1/+1
* tsan: remove in_rtl counterDmitry Vyukov2013-12-241-4/+0
* tsan: ignore interceptors coming from specified librariesDmitry Vyukov2013-10-031-13/+0
* tsan: ignore all interceptors coming directly from JVMDmitry Vyukov2013-09-211-0/+14
* tsan: consistently use return pc as top frame pcDmitry Vyukov2013-06-171-1/+2
* tsan: introduce recursive mutex lock/unlock java interfaceDmitry Vyukov2013-05-171-0/+24
* [Sanitizer] update style checker script and fix namespace style warningsAlexey Samsonov2013-01-301-1/+1
* tsan: fix Java memory move operations and add the testDmitry Vyukov2012-12-211-10/+23
* tsan: update mutex table for javaDmitry Vyukov2012-12-211-5/+3
* tsan: java: move shadow memory on GC compactionDmitry Vyukov2012-12-211-7/+28
* tsan: java interface implementation skeletonDmitry Vyukov2012-12-201-2/+229
* tsan: add java interface implementation stubDmitry Vyukov2012-12-201-0/+46
OpenPOWER on IntegriCloud