summaryrefslogtreecommitdiff
path: root/test/Instrumentation
AgeCommit message (Expand)Author
2017-12-20[hwasan] Implement -fsanitize-recover=hwaddress.Evgeniy Stepanov
2017-12-13[hwasan] Inline instrumentation & fixed shadow.Evgeniy Stepanov
2017-12-11ASAN: Provide reliable debug info for local variables at -O0.Adrian Prantl
2017-12-09Hardware-assisted AddressSanitizer (llvm part).Evgeniy Stepanov
2017-12-07[PowerPC][asan] Update asan to handle changed memory layouts in newer kernelsBill Seurer
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-23[MSan] Move the access address check before the shadow access for that addressAlexander Potapenko
2017-11-20[msan] Don't sanitize "nosanitize" instructionsVitaly Buka
2017-11-20[asan] Use dynamic shadow on 32-bit Android, try 2.Evgeniy Stepanov
2017-11-18Revert "[asan] Use dynamic shadow on 32-bit Android" and 3 more.Evgeniy Stepanov
2017-11-17[asan] Test ASan instrumentation for shadow scale value of 5Walter Lee
2017-11-16[asan] Fix size/alignment issues with non-default shadow scaleWalter Lee
2017-11-16[asan] Fallback to non-ifunc dynamic shadow on android<22.Evgeniy Stepanov
2017-11-15[asan] Prevent rematerialization of &__asan_shadow.Evgeniy Stepanov
2017-11-14[PM] Port BoundsChecking to the new PM.Chandler Carruth
2017-11-13Update some code.google.com linksHans Wennborg
2017-11-10[asan] Use dynamic shadow on 32-bit Android.Evgeniy Stepanov
2017-11-03Fix for Bug 34475 - LOCK/REP/REPNE prefixes emitted as instruction on their own.Andrew V. Tischenko
2017-10-31[asan] Upgrade private linkage globals to internal linkage on COFFReid Kleckner
2017-09-20[MSan] Disable sanitization for __sanitizer_dtor_callback.Matt Morehouse
2017-08-30[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzerMatt Morehouse
2017-08-30Canonicalize the representation of empty an expression in DIGlobalVariableExp...Adrian Prantl
2017-08-29Revert "[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzer"Matt Morehouse
2017-08-29[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzerMatt Morehouse
2017-08-25Revert "[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzer"Matt Morehouse
2017-08-25[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzerMatt Morehouse
2017-08-25[sanitizer-coverage] extend fsanitize-coverage=pc-table with flags for every PCKostya Serebryany
2017-08-23Parse and print DIExpressions inline to ease IR and MIR testingReid Kleckner
2017-08-22[SanitizerCoverage] Optimize stack-depth instrumentation.Matt Morehouse
2017-08-18[SanitizerCoverage] Add stack depth tracing instrumentation.Matt Morehouse
2017-08-17[dfsan] Add explicit zero extensions for shadow parameters in function wrappers.Simon Dardis
2017-08-10[sanitizer-coverage] Change cmp instrumentation to distinguish const operandsAlexander Potapenko
2017-08-09[asan] Fix instruction emission ordering with dynamic shadow.Matt Morehouse
2017-08-07[asan] Disable checking of arguments passed by value for --asan-force-dynamic...Vitaly Buka
2017-08-07Add -asan-force-dynamic-shadow testVitaly Buka
2017-07-31[sanitizer-coverage] don't instrument available_externally functionsKostya Serebryany
2017-07-31[sanitizer-coverage] ensure minimal alignment for coverage counters and guardsKostya Serebryany
2017-07-28[sanitizer-coverage] rename sanitizer-coverage-create-pc-table into sanitizer...Kostya Serebryany
2017-07-27[sanitizer-coverage] add a feature sanitizer-coverage-create-pc-table=1 (work...Kostya Serebryany
2017-07-18[asan] Copy arguments passed by value into explicit allocas for ASanVitaly Buka
2017-07-18[sancov] Fix PR33732Alexander Potapenko
2017-07-18Add element-atomic mem intrinsic canary tests for Memory Sanitizer.Daniel Neilson
2017-07-18Add element-atomic mem intrinsic canary tests for Efficiency Sanitizer.Daniel Neilson
2017-07-18Add element-atomic mem intrinsic canary tests for Dataflow Sanitizer.Daniel Neilson
2017-07-18Add element-atomic mem intrinsic canary tests for Address Sanitizer.Daniel Neilson
2017-07-11Enhance synchscope representationKonstantin Zhuravlyov
2017-07-11[msan] Only check shadow memory for operands that are sized.Evgeniy Stepanov
2017-07-07Revert r307342, r307343.Evgeniy Stepanov
2017-07-07Copy arguments passed by value into explicit allocas for ASan.Evgeniy Stepanov
2017-07-01fix trivial typos, NFCHiroshi Inoue