summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation
Commit message (Expand)AuthorAge
* [tsan] fix instrumentation of vector vptr updates (https://code.google.com/p/...Kostya Serebryany2013-12-02
* llvm-cov: Split entry blocks in GCNOProfiling.cpp.Yuchen Wu2013-11-22
* Introduce two command-line flags for the instrumentation pass to control whet...Peter Collingbourne2013-11-21
* [msan] Propagate condition origin in select instruction.Evgeniy Stepanov2013-11-21
* llvm-cov: Don't assume FileChecksum was generated.Yuchen Wu2013-11-21
* llvm-cov: Fixed some bugs related to file checksum.Yuchen Wu2013-11-21
* llvm-cov: Added file checksum to gcno and gcda files.Yuchen Wu2013-11-20
* [ASan] Fix PR17867 - make sure ASan doesn't crash if use-after-scope and use-...Alexey Samsonov2013-11-18
* [asan] use GlobalValue::PrivateLinkage for coverage guard to save quite a bit...Kostya Serebryany2013-11-15
* Reapply "[asan] Poor man's coverage that works with ASan"Bob Wilson2013-11-15
* Revert "[asan] Poor man's coverage that works with ASan"Bob Wilson2013-11-15
* [asan] Poor man's coverage that works with ASanKostya Serebryany2013-11-14
* [msan] Fast path optimization for wrap-indirect-calls feature of MemorySaniti...Evgeniy Stepanov2013-11-14
* llvm-cov: Added call to update run/program counts.Yuchen Wu2013-11-12
* [msan] Propagate origin for insertvalue, extractvalue.Evgeniy Stepanov2013-11-11
* fix PR17635: false positive with packed structuresNuno Lopes2013-10-24
* Fixed comment typo in GCOVProfiling.cppYuchen Wu2013-10-23
* [msan] Use zero-extension in shadow cast by default.Evgeniy Stepanov2013-10-17
* tsan: implement no_sanitize_thread attributeDmitry Vyukov2013-10-17
* [asan] Optimize accesses to global arrays with constant indexKostya Serebryany2013-10-16
* Remove lib/Transforms/Instrumentation/ProfilingUtils.*Rafael Espindola2013-10-14
* [msan] Instrument x86.*_cvt* intrinsics.Evgeniy Stepanov2013-10-14
* [msan] Fix handling of scalar select of vectors.Evgeniy Stepanov2013-10-14
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-02
* Remove several unused variables.Rafael Espindola2013-10-01
* BoundsChecking: Fix refacto.Benjamin Kramer2013-09-30
* Convert manual insert point restores to the new RAII object.Benjamin Kramer2013-09-30
* Use right pointer type in DebugIRMatt Arsenault2013-09-27
* [msan] Fix -Wreturn-type warnings in non-self-hosted build.Evgeniy Stepanov2013-09-25
* [msan] Handling of atomic load/store, atomic rmw, cmpxchg.Evgeniy Stepanov2013-09-24
* [msan] Wrap indirect functions.Evgeniy Stepanov2013-09-19
* [asan] call __asan_stack_malloc_N only if use-after-return detection is enabl...Kostya Serebryany2013-09-18
* ifndef NDEBUG-out an asserts-only constant committed in r190863David Blaikie2013-09-18
* [asan] inline the calls to __asan_stack_free_* with small sizes. Yet another ...Kostya Serebryany2013-09-17
* [msan] Check return value of main().Evgeniy Stepanov2013-09-16
* [msan] Add source file:line to stack origin reports.Evgeniy Stepanov2013-09-13
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-11
* Give internal classes hidden visibility.Benjamin Kramer2013-09-11
* [asan] refactor the use-after-return API so that the size class is computed a...Kostya Serebryany2013-09-10
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-09
* TBAA: add isTBAAVtableAccess to MDNode so clients can call the functionManman Ren2013-09-06
* [msan] Fix handling of select with struct arguments.Evgeniy Stepanov2013-09-03
* [msan] Fix select instrumentation.Evgeniy Stepanov2013-09-03
* 80 colsAlexey Samsonov2013-08-28
* DataFlowSanitizer: Implement trampolines for function pointers passed to cust...Peter Collingbourne2013-08-27
* DataFlowSanitizer: correctly combine labels in the case where they are equal.Peter Collingbourne2013-08-23
* [msan] Fix handling of va_arg overflow area on x86_64.Evgeniy Stepanov2013-08-23
* 80 colsAlexey Samsonov2013-08-23
* DataFlowSanitizer: Replace non-instrumented aliases of instrumented functions...Peter Collingbourne2013-08-22
* DataFlowSanitizer: Factor the wrapper builder out to buildWrapperFunction.Peter Collingbourne2013-08-22