summaryrefslogtreecommitdiffstats
path: root/llvm/test/Instrumentation
Commit message (Expand)AuthorAgeFilesLines
* [asan] Append line number to variable name if line is available and in the sa...Vitaly Buka2016-10-181-7/+43
* [asan] Rename test file as the poisoning is not "experimental"Vitaly Buka2016-10-182-0/+0
* [asan] Combine check-prefixes in stack-poisoning testVitaly Buka2016-10-182-108/+102
* [asan] Make -asan-experimental-poisoning the only behaviorVitaly Buka2016-10-182-206/+8
* [InstrProf] Add support for dead_strip+live_support functionalityVedant Kumar2016-10-113-6/+6
* [sanitizer-coverage] use private linkage for coverage guards, delete old comm...Kostya Serebryany2016-10-111-1/+1
* [ASAN] Add the binder globals on Darwin to llvm.compiler.used to avoid LTO de...Mehdi Amini2016-10-011-1/+6
* [asan] Support dynamic shadow address instrumentationEtienne Bergeron2016-09-301-0/+35
* [sanitizer-coverage/libFuzzer] make the guards for trace-pc 32-bit; create on...Kostya Serebryany2016-09-292-3/+2
* [sanitizer-coverage] fix a bug in trace-gepKostya Serebryany2016-09-271-0/+8
* [sanitizer-coverage] don't emit the CTOR function if nothing has been instrum...Kostya Serebryany2016-09-271-0/+9
* [EfficiencySanitizer] Using '$' instead of '#' for struct counter nameSagar Thakur2016-09-223-84/+84
* revert 281908 because 281909 got revertedNico Weber2016-09-211-35/+0
* ASAN: Don't drop debug info attachements for global variables.Adrian Prantl2016-09-201-0/+28
* [sanitizer-coverage] add comdat to coverage guards if neededKostya Serebryany2016-09-201-0/+13
* [asan] Support dynamic shadow address instrumentationEtienne Bergeron2016-09-191-0/+35
* [sanitizer-coverage] change trace-pc to use 8-byte guardsKostya Serebryany2016-09-171-1/+1
* Revert "[asan] Avoid lifetime analysis for allocas with can be in ambiguous s...Vitaly Buka2016-09-161-45/+4
* Revert "[asan] Add flag to allow lifetime analysis of problematic allocas"Vitaly Buka2016-09-161-9/+6
* [sanitizer-coverage] make trace-pc-guard and indirect-call work togetherKostya Serebryany2016-09-151-0/+1
* address comments from: https://reviews.llvm.org/D24566Etienne Bergeron2016-09-151-1/+1
* [compiler-rt] Avoid instrumenting sanitizer functionsEtienne Bergeron2016-09-141-0/+24
* [sanitizer-coverage] add yet another flavour of coverage instrumentation: tra...Kostya Serebryany2016-09-141-0/+9
* [asan] Add flag to allow lifetime analysis of problematic allocasVitaly Buka2016-09-101-6/+9
* Do not widen load for different variable in GVN.Dehao Chen2016-09-091-2/+3
* [asan] Avoid lifetime analysis for allocas with can be in ambiguous stateVitaly Buka2016-09-081-0/+41
* Revert "[asan] Avoid lifetime analysis for allocas with can be in ambiguous s...Vitaly Buka2016-09-071-41/+0
* [asan] Avoid lifetime analysis for allocas with can be in ambiguous stateVitaly Buka2016-09-071-0/+41
* [sanitizer-coverage] add two more modes of instrumentation: trace-div and tra...Kostya Serebryany2016-08-304-4/+73
* [asan] Enable new stack poisoning with store instruction by defaultVitaly Buka2016-08-294-59/+106
* Use store operation to poison allocas for lifetime analysis.Vitaly Buka2016-08-292-35/+624
* [asan] Minimize code size by using __asan_set_shadow_* for large blocksVitaly Buka2016-08-201-10/+45
* [asan] Initialize __asan_set_shadow_* callbacksVitaly Buka2016-08-201-0/+24
* [asan] Optimize store size in FunctionStackPoisoner::poisonRedZonesVitaly Buka2016-08-202-7/+8
* [asan] Cleanup instrumentation of dynamic allocasVitaly Buka2016-08-204-5/+5
* Revert "[asan] Optimize store size in FunctionStackPoisoner::poisonRedZones"Vitaly Buka2016-08-192-7/+7
* Revert "[asan] Fix size of shadow incorrectly calculated in r279178"Vitaly Buka2016-08-191-1/+0
* [asan] Fix size of shadow incorrectly calculated in r279178Vitaly Buka2016-08-191-0/+1
* [asan] Optimize store size in FunctionStackPoisoner::poisonRedZonesVitaly Buka2016-08-182-7/+7
* [asan] Extend testVitaly Buka2016-08-181-3/+33
* [sanitizer-coverage/libFuzzer] instrument comparisons with __sanitizer_cov_t...Kostya Serebryany2016-08-181-1/+1
* [Asan] Unpoison red zones even if use-after-scope was disabled with runtime flagVitaly Buka2016-08-162-4/+8
* Unpoison stack before resume instructionVitaly Buka2016-07-222-1/+107
* Fix detection of stack-use-after scope for char arrays.Vitaly Buka2016-07-221-0/+20
* [tsan] Don't instrument __llvm_gcov_global_state_pred or __llvm_gcda*Vedant Kumar2016-07-191-0/+13
* [sanitizer-coverage] make sure that calls to __sanitizer_cov_trace_pc are not...Kostya Serebryany2016-07-141-5/+10
* [tsan] Try harder to not instrument gcov countersVedant Kumar2016-07-071-0/+5
* [esan:cfrag] Add option -esan-aux-field-infoQin Zhao2016-07-071-0/+133
* [esan|wset] Fix incorrect memory size assertDerek Bruening2016-07-062-0/+73
* [asan] Add a hidden option for Mach-O global metadata liveness trackingRyan Govostes2016-07-051-1/+1
OpenPOWER on IntegriCloud