summaryrefslogtreecommitdiff
path: root/test/Instrumentation
AgeCommit message (Expand)Author
2015-11-27[sanitizer] [dfsan] Unify aarch64 mappingAdhemerval Zanella
2015-11-24[msan] Relax origin-alignment test.Evgeniy Stepanov
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper
2015-11-18[PGO] Value profiling supportBetul Buyukkurt
2015-11-11[ASan] Enable optional ASan recovery.Yury Gribov
2015-11-05DI: Reverse direction of subprogram -> function edge.Peter Collingbourne
2015-11-05[ASan] Disable instrumentation for inalloca variables.Alexey Samsonov
2015-10-29[PGO] Do not emit runtime hook user function for LinuxXinliang David Li
2015-10-22[ASan] Minor fixes to dynamic allocas handling:Alexey Samsonov
2015-10-19[PGO] Eliminate prof data register calls on FreeBSD platformXinliang David Li
2015-10-14Add a instrumentation test for LinuxXinliang David Li
2015-10-14[msan] Fix crash on multiplication by a non-integer constant.Evgeniy Stepanov
2015-10-13[PGO]: Eliminate calls to __llvm_profile_register_function for Linux.Xinliang David Li
2015-10-08New MSan mapping layout (llvm part).Evgeniy Stepanov
2015-09-23Put profile variables of COMDAT functions to it's own COMDAT group.Wei Mi
2015-09-15[ASan] Don't instrument globals in .preinit_array/.init_array/.fini_arrayAlexey Samsonov
2015-09-11[opaque pointer type] Add textual IR support for explicit type parameter for ...David Blaikie
2015-09-03[sancov] Disable sanitizer coverage on functions using SEHReid Kleckner
2015-08-28DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith
2015-08-25[msan] Precise instrumentation for icmp sgt %x, -1.Evgeniy Stepanov
2015-08-25Use CHECK-LABEL in MSan IR tests.Evgeniy Stepanov
2015-08-14[msan] Fix handling of musttail calls.Evgeniy Stepanov
2015-08-14[sancov] Leave llvm.localescape in the entry blockReid Kleckner
2015-08-11[libFuzzer] don't crash if the condition in a switch has unusual type (e.g. i72)Kostya Serebryany
2015-08-03DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith
2015-07-31DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith
2015-07-31[libFuzzer] trace switch statements and apply mutations based on the expected...Kostya Serebryany
2015-07-29[ASan] Disable dynamic alloca and UAR detection in presence of returns_twice ...Alexey Samsonov
2015-07-23[asan] Rename the ABI versioning symbol to '__asan_version_mismatch_check' in...Kuba Brecka
2015-07-22[asan] Improve moving of non-instrumented allocasKuba Brecka
2015-07-21Re-land 242726 to use RAII to do cleanupReid Kleckner
2015-07-21Revert 242726, it broke ASan on OS X.Nico Weber
2015-07-20Don't try to instrument allocas used by outlined SEH funcletsReid Kleckner
2015-07-17[asan] Fix invalid debug info for promotable allocasKuba Brecka
2015-06-30[SanitizerCoverage] Don't add instrumentation to unreachable blocks.Alexey Samsonov
2015-06-25[asan] Do not instrument special purpose LLVM sections.Anna Zaks
2015-06-25[asan] Don't run stack malloc on functions containing inline assembly.Anna Zaks
2015-06-23Let llvm::ReplaceInstWithInst copy debug location from old to new instruction.Alexey Samsonov
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer
2015-06-09[asan] Prevent __attribute__((annotate)) triggering errors on DarwinAnna Zaks
2015-05-28[ASan] New approach to dynamic allocas unpoisoning. Patch by Max Ostapenko!Yury Gribov
2015-05-27Final fix for PR 23499 and IR test case.Diego Novillo
2015-05-15Fix the check strings in a test case committed in r212455.Akira Hatanaka
2015-05-12Changed renaming of local symbols by inserting a dot vefore the numeric suffix.Sunil Srivastava
2015-05-07When checking msan.module_ctor, use CHECK-LABEL instead of CHECKIsmail Pazarbasi
2015-05-07MSan: Use `createSanitizerCtor` to create ctor, and call `__msan_init`Ismail Pazarbasi
2015-05-07TSan: Use `createSanitizerCtor` to create ctor, and call `__tsan_init`Ismail Pazarbasi
2015-05-07ASan: Use `createSanitizerCtor` to create ctor, and call `__asan_init`Ismail Pazarbasi
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith