summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/llvm-objdump.h
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2015-03-17 16:59:11 +0000
committerDmitry Vyukov <dvyukov@google.com>2015-03-17 16:59:11 +0000
commit6bd917a31f32667bfe7c1b523a0b1f0cc320f8de (patch)
treeee42fa9831c4c78bc0fc1081e3e220d04bf4978b /llvm/tools/llvm-objdump/llvm-objdump.h
parent8a00a562c5c93516ea2e1b45e7b37313a13ae0e5 (diff)
downloadbcm5719-llvm-6bd917a31f32667bfe7c1b523a0b1f0cc320f8de.tar.gz
bcm5719-llvm-6bd917a31f32667bfe7c1b523a0b1f0cc320f8de.zip
asan: optimization experiments
The experiments can be used to evaluate potential optimizations that remove instrumentation (assess false negatives). Instead of completely removing some instrumentation, you set Exp to a non-zero value (mask of optimization experiments that want to remove instrumentation of this instruction). If Exp is non-zero, this pass will emit special calls into runtime (e.g. __asan_report_exp_load1 instead of __asan_report_load1). These calls make runtime terminate the program in a special way (with a different exit status). Then you run the new compiler on a buggy corpus, collect the special terminations (ideally, you don't see them at all -- no false negatives) and make the decision on the optimization. The exact reaction to experiments in runtime is not implemented in this patch. It will be defined and implemented in a subsequent patch. http://reviews.llvm.org/D8198 llvm-svn: 232501
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud