aboutsummaryrefslogtreecommitdiff
path: root/test/Instrumentation
AgeCommit message (Expand)Author
2015-02-06Merging r228444:Hans Wennborg
2015-01-15Merging r226048:Duncan P. N. Exon Smith
2015-01-06Change the .ll syntax for comdats and add a syntactic sugar.Rafael Espindola
2015-01-03[asan] simplify the tracing code, make it use the same guard variables as cov...Kostya Serebryany
2014-12-30[asan] change _sanitizer_cov_module_init to accept int* instead of int**Kostya Serebryany
2014-12-23[asan] change the coverage collection scheme so that we can easily emit cover...Kostya Serebryany
2014-12-16[sanitizer] prevent function call merging for sanitizer-coverage callbacksKostya Serebryany
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith
2014-12-11[ASan] Change fake stack and local variables handling.Alexey Samsonov
2014-12-08InstrProf: An intrinsic and lowering for instrumentation based profilingJustin Bogner
2014-12-05Add target triples to all dfsan tests.Peter Collingbourne
2014-12-05Recommit of r223513 and r223514.Kuba Brecka
2014-12-05[msan] Avoid extra origin address realignment.Evgeniy Stepanov
2014-12-03[msan] allow -fsanitize-coverage=N together with -fsanitize=memory, llvm partKostya Serebryany
2014-12-01[asan] Change dynamic alloca instrumentation to only consider allocas that ar...Yury Gribov
2014-11-28[msan] Fix origin propagation for select of floats.Evgeniy Stepanov
2014-11-27[msan] Remove indirect call wrapping code.Evgeniy Stepanov
2014-11-24[asan/coverage] change the way asan coverage instrumentation is done: instead...Kostya Serebryany
2014-11-21[asan] remove old experimental codeKostya Serebryany
2014-11-21[asan] Add new hidden compile-time flag asan-instrument-allocas to sanitize v...Yury Gribov
2014-11-19[asan] add experimental basic-block tracing to asan-coverage; also fix -fsani...Kostya Serebryany
2014-11-11Move asan-coverage into a separate phase.Kostya Serebryany
2014-11-06Base check on the section name, not the variable name.Rafael Espindola
2014-11-05[dfsan] Abort at runtime on indirect calls to uninstrumented vararg functions.Peter Collingbourne
2014-10-31[asan] do not treat inline asm calls as indirect callsKostya Serebryany
2014-10-31[asan] fix caller-calee instrumentation to emit new cache for every call siteKostya Serebryany
2014-10-30[dfsan] New calling convention for custom functions with variadic arguments.Peter Collingbourne
2014-10-27[asan] experimental tracing for indirect calls, llvm part.Kostya Serebryany
2014-10-24[msan] Make -msan-check-constant-shadow a bit stronger.Evgeniy Stepanov
2014-10-21[asan-asm-instrumentation] Fixed memory accesses with rbp as a base or an ind...Yuri Gorshenin
2014-10-17[msan] Fix handling of byval arguments with large alignment.Evgeniy Stepanov
2014-10-13[asan-asm-instrumentation] Fixed memory references which includes %rsp as a b...Yuri Gorshenin
2014-10-07DebugInfo+DFSan: Ensure that debug info references to llvm::Functions remain ...David Blaikie
2014-10-07[asan-asm-instrumentation] CFI directives are generated for .S files.Yuri Gorshenin
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith
2014-10-02Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith
2014-10-02DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl
2014-10-01Revert r218778 while investigating buldbot breakage.Adrian Prantl
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl
2014-09-30Introduce support for custom wrappers for vararg functions.Lorenzo Martignoni
2014-09-24[asan] don't instrument module CTORs that may be run before asan.module_ctor....Kostya Serebryany
2014-09-10[asan-assembly-instrumentation] Added CFI directives to the generated instrum...Yuri Gorshenin
2014-09-03[asan] fix debug info produced for asan-coverage=2Kostya Serebryany
2014-09-03[asan] add -asan-coverage=3: instrument all blocks and critical edges. Kostya Serebryany
2014-09-02[asan] Assign a low branch weight to ASan's slow path, patch by Jonas Wagner...Kostya Serebryany
2014-09-01[asan-assembly-instrumentation] Prologue and epilogue are moved out from Inst...Yuri Gorshenin
2014-09-01Revert "[asan-assembly-instrumentation] Prologue and epilogue are moved out f...Yuri Gorshenin
2014-09-01[asan-assembly-instrumentation] Prologue and epilogue are moved out from Inst...Yuri Gorshenin
2014-08-22[dfsan] Fix non-determinism bug in non-zero label check annotator.Peter Collingbourne