1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/lib/Transforms
Derek Bruening 605cdbc11c [esan|wset] EfficiencySanitizer working set tool fastpath
Summary:
Adds fastpath instrumentation for esan's working set tool.  The
instrumentation for an intra-cache-line load or store consists of an
inlined write to shadow memory bits for the corresponding cache line.

Adds a basic test for this instrumentation.

Reviewers: aizatsky

Subscribers: vitalybuka, zhaoqin, kcc, eugenis, llvm-commits

Differential Revision: http://reviews.llvm.org/D20483

llvm-svn: 270640
2016-05-25 00:17:24 +00:00
..
Hello Remove autoconf support 2016-01-26 21:29:08 +00:00
InstCombine [InstCombine] Fix assertion when bitcast is converted to gep 2016-05-23 19:23:17 +00:00
Instrumentation [esan|wset] EfficiencySanitizer working set tool fastpath 2016-05-25 00:17:24 +00:00
IPO Avoid including AlwaysInliner pass in opt-bisect search. 2016-05-23 21:57:54 +00:00
ObjCARC Unify XDEBUG and EXPENSIVE_CHECKS (into the latter), and add an option to the cmake build to enable them. 2016-04-29 15:22:48 +00:00
Scalar Re-enable "[LoopUnroll] Enable advanced unrolling analysis by default" one more time. 2016-05-24 23:00:05 +00:00
Utils Fix 80-column violation. 2016-05-21 21:12:06 +00:00
Vectorize fix typos; NFC 2016-05-24 16:51:26 +00:00
CMakeLists.txt
LLVMBuild.txt