aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Instrumentation
Commit message (Expand)AuthorAgeFilesLines
* [asan] use GlobalValue::PrivateLinkage for coverage guard to save quite a bit...Kostya Serebryany2013-11-151-1/+1
* Reapply "[asan] Poor man's coverage that works with ASan"Bob Wilson2013-11-151-0/+52
* Revert "[asan] Poor man's coverage that works with ASan"Bob Wilson2013-11-151-52/+0
* [asan] Poor man's coverage that works with ASanKostya Serebryany2013-11-141-0/+52
* [msan] Fast path optimization for wrap-indirect-calls feature of MemorySaniti...Evgeniy Stepanov2013-11-141-12/+65
* llvm-cov: Added call to update run/program counts.Yuchen Wu2013-11-121-0/+8
* [msan] Propagate origin for insertvalue, extractvalue.Evgeniy Stepanov2013-11-111-2/+2
* fix PR17635: false positive with packed structuresNuno Lopes2013-10-241-1/+2
* Fixed comment typo in GCOVProfiling.cppYuchen Wu2013-10-231-1/+1
* [msan] Use zero-extension in shadow cast by default.Evgeniy Stepanov2013-10-171-7/+8
* tsan: implement no_sanitize_thread attributeDmitry Vyukov2013-10-171-1/+1
* [asan] Optimize accesses to global arrays with constant indexKostya Serebryany2013-10-161-6/+33
* Remove lib/Transforms/Instrumentation/ProfilingUtils.*Rafael Espindola2013-10-144-207/+0
* [msan] Instrument x86.*_cvt* intrinsics.Evgeniy Stepanov2013-10-141-28/+149
* [msan] Fix handling of scalar select of vectors.Evgeniy Stepanov2013-10-141-4/+4
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-025-1772/+0
* Remove several unused variables.Rafael Espindola2013-10-011-2/+1
* BoundsChecking: Fix refacto.Benjamin Kramer2013-09-301-0/+1
* Convert manual insert point restores to the new RAII object.Benjamin Kramer2013-09-301-3/+1
* Use right pointer type in DebugIRMatt Arsenault2013-09-271-1/+1
* [msan] Fix -Wreturn-type warnings in non-self-hosted build.Evgeniy Stepanov2013-09-251-0/+2
* [msan] Handling of atomic load/store, atomic rmw, cmpxchg.Evgeniy Stepanov2013-09-241-2/+96
* [msan] Wrap indirect functions.Evgeniy Stepanov2013-09-191-7/+43
* [asan] call __asan_stack_malloc_N only if use-after-return detection is enabl...Kostya Serebryany2013-09-181-1/+22
* ifndef NDEBUG-out an asserts-only constant committed in r190863David Blaikie2013-09-181-0/+2
* [asan] inline the calls to __asan_stack_free_* with small sizes. Yet another ...Kostya Serebryany2013-09-171-3/+48
* [msan] Check return value of main().Evgeniy Stepanov2013-09-161-4/+13
* [msan] Add source file:line to stack origin reports.Evgeniy Stepanov2013-09-131-6/+8
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-111-1/+1
* Give internal classes hidden visibility.Benjamin Kramer2013-09-111-1/+1
* [asan] refactor the use-after-return API so that the size class is computed a...Kostya Serebryany2013-09-101-10/+32
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-091-0/+1
* TBAA: add isTBAAVtableAccess to MDNode so clients can call the functionManman Ren2013-09-061-6/+2
* [msan] Fix handling of select with struct arguments.Evgeniy Stepanov2013-09-031-3/+14
* [msan] Fix select instrumentation.Evgeniy Stepanov2013-09-031-3/+6
* 80 colsAlexey Samsonov2013-08-281-3/+4
* DataFlowSanitizer: Implement trampolines for function pointers passed to cust...Peter Collingbourne2013-08-271-3/+77
* DataFlowSanitizer: correctly combine labels in the case where they are equal.Peter Collingbourne2013-08-231-1/+1
* [msan] Fix handling of va_arg overflow area on x86_64.Evgeniy Stepanov2013-08-231-2/+1
* 80 colsAlexey Samsonov2013-08-231-3/+3
* DataFlowSanitizer: Replace non-instrumented aliases of instrumented functions...Peter Collingbourne2013-08-221-1/+12
* DataFlowSanitizer: Factor the wrapper builder out to buildWrapperFunction.Peter Collingbourne2013-08-221-20/+33
* DataFlowSanitizer: Prefix the name of each instrumented function with "dfs$".Peter Collingbourne2013-08-221-7/+51
* Move registering the execution of a basic block to the beginning rather than ...Bill Wendling2013-08-201-7/+7
* DataFlowSanitizer: Add a debugging feature to help us track nonzero labels.Peter Collingbourne2013-08-151-2/+48
* DataFlowSanitizer: Instrumentation for memset.Peter Collingbourne2013-08-141-1/+22
* DataFlowSanitizer: greylist is now ABI list.Peter Collingbourne2013-08-141-96/+271
* dfsan: fix lint warningsDmitry Vyukov2013-08-131-2/+2
* DataFlowSanitizer: fix a use-after-free. Spotted by libgmalloc.Peter Collingbourne2013-08-121-1/+4
* Add SpecialCaseList::createOrDie() factory and use it in sanitizer passesAlexey Samsonov2013-08-124-7/+7