summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation
Commit message (Expand)AuthorAgeFilesLines
* [compiler-rt] Changing function prototype returning unused valueEtienne Bergeron2016-09-151-5/+10
* Fix silly mistake introduced here : https://reviews.llvm.org/D24566Etienne Bergeron2016-09-151-1/+1
* address comments from: https://reviews.llvm.org/D24566Etienne Bergeron2016-09-151-1/+1
* [compiler-rt] Avoid instrumenting sanitizer functionsEtienne Bergeron2016-09-141-6/+10
* Fix typo in comment [NFC]Etienne Bergeron2016-09-141-1/+1
* [asan] Enable -asan-use-private-alias on Darwin/Mach-O, add test for ODR fals...Kuba Brecka2016-09-141-1/+2
* [sanitizer-coverage] add yet another flavour of coverage instrumentation: tra...Kostya Serebryany2016-09-141-2/+52
* [asan] Add flag to allow lifetime analysis of problematic allocasVitaly Buka2016-09-101-0/+6
* [asan] Avoid lifetime analysis for allocas with can be in ambiguous stateVitaly Buka2016-09-081-0/+75
* Revert "[asan] Avoid lifetime analysis for allocas with can be in ambiguous s...Vitaly Buka2016-09-071-74/+0
* [asan] Avoid lifetime analysis for allocas with can be in ambiguous stateVitaly Buka2016-09-071-0/+74
* Revert "[EfficiencySanitizer] Adds shadow memory parameters for 40-bit virtua...Renato Golin2016-09-071-34/+9
* [EfficiencySanitizer] Adds shadow memory parameters for 40-bit virtual memory...Sagar Thakur2016-09-071-9/+34
* Add cast to appease windows builder. Fixes build break introduced in r280306.Nick Lewycky2016-08-311-1/+1
* Add -fprofile-dir= to clang.Nick Lewycky2016-08-311-13/+30
* [sanitizer-coverage] add two more modes of instrumentation: trace-div and tra...Kostya Serebryany2016-08-301-6/+75
* [asan] Enable new stack poisoning with store instruction by defaultVitaly Buka2016-08-291-1/+1
* Use store operation to poison allocas for lifetime analysis.Vitaly Buka2016-08-291-59/+106
* [asan] Separate calculation of ShadowBytes from calculating ASanStackFrameLayoutVitaly Buka2016-08-291-4/+6
* [asan] Use 1 byte aligned stores to poison shadow memoryVitaly Buka2016-08-221-2/+2
* [asan] Minimize code size by using __asan_set_shadow_* for large blocksVitaly Buka2016-08-201-5/+48
* [asan] Initialize __asan_set_shadow_* callbacksVitaly Buka2016-08-201-0/+19
* [asan] Optimize store size in FunctionStackPoisoner::poisonRedZonesVitaly Buka2016-08-201-47/+60
* [asan] Cleanup instrumentation of dynamic allocasVitaly Buka2016-08-201-24/+44
* [asan] Add support of lifetime poisoning into ComputeASanStackFrameLayoutVitaly Buka2016-08-201-1/+4
* Revert "[asan] Add support of lifetime poisoning into ComputeASanStackFrameLa...Vitaly Buka2016-08-191-4/+1
* Revert "[asan] Optimize store size in FunctionStackPoisoner::poisonRedZones"Vitaly Buka2016-08-191-55/+40
* Revert "[asan] Fix size of shadow incorrectly calculated in r279178"Vitaly Buka2016-08-191-2/+4
* [asan] Fix size of shadow incorrectly calculated in r279178Vitaly Buka2016-08-191-4/+2
* [Profile] Fix edge count read bugXinliang David Li2016-08-191-2/+2
* [Profile] Simple code refactoring for reuse /NFCXinliang David Li2016-08-191-12/+16
* [asan] Optimize store size in FunctionStackPoisoner::poisonRedZonesVitaly Buka2016-08-181-40/+55
* [sanitizer-coverage/libFuzzer] instrument comparisons with __sanitizer_cov_t...Kostya Serebryany2016-08-181-8/+24
* [asan] Add support of lifetime poisoning into ComputeASanStackFrameLayoutVitaly Buka2016-08-181-1/+4
* Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-1/+1
* [Asan] Unpoison red zones even if use-after-scope was disabled with runtime flagVitaly Buka2016-08-161-2/+3
* [MemorySanitizer] [MIPS] Changed memory mapping to support pie executable.Sagar Thakur2016-08-161-2/+2
* Fix some Clang-tidy modernize and Include What You Use warnings.Eugene Zelenko2016-08-111-12/+22
* [Profile] improve warning control option Xinliang David Li2016-08-111-3/+4
* [Profile] turn off verbose warnings by defaultXinliang David Li2016-08-091-1/+1
* Consistently use ModuleAnalysisManagerSean Silva2016-08-094-5/+5
* [Profile] IR profiling minor cleanup /nfcXinliang David Li2016-08-011-5/+15
* [asan] Add const into few methodsVitaly Buka2016-07-281-10/+10
* [PGO] Fix profile mismatch in COMDAT function with pre-inlinerRong Xu2016-07-251-15/+140
* Unpoison stack before resume instructionVitaly Buka2016-07-221-0/+6
* Sync up InstrProfData.inc with compiler-rt with fixes to referencesXinliang David Li2016-07-221-3/+3
* Fix detection of stack-use-after scope for char arrays.Vitaly Buka2016-07-221-0/+4
* [Profile] deprecate __llvm_profile_override_default_filenameXinliang David Li2016-07-211-16/+16
* [PGO] Make needsComdatForCounter() available (NFC)Rong Xu2016-07-211-27/+0
* Avoid a string copy, NFCVedant Kumar2016-07-211-1/+1
OpenPOWER on IntegriCloud