summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation
Commit message (Expand)AuthorAge
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* [msan] Fix bad interaction between with-calls mode and chained origin tracking.Evgeniy Stepanov2014-06-25
* Add back functionality removed in r210497.Richard Trieu2014-06-21
* [msan] Handle X86 *.psad.* and *.pmadd.* intrinsics.Evgeniy Stepanov2014-06-18
* [msan] Fix a comment.Evgeniy Stepanov2014-06-17
* [msan] Fix handling of multiplication by a constant with a number of trailing...Evgeniy Stepanov2014-06-17
* Remove top-level Clang -fsanitize= flags for optional ASan features.Alexey Samsonov2014-06-13
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-13
* Remove system_error.h.Rafael Espindola2014-06-12
* Removing an "if (!this)" check from two print methods. The condition willRichard Trieu2014-06-09
* [msan] Workaround for invalid origins in shufflevector.Evgeniy Stepanov2014-06-09
* [msan] Fix vector pack intrinsic handling.Evgeniy Stepanov2014-06-09
* [asancov] Fix coverage line info some more.Evgeniy Stepanov2014-06-05
* Fix coverage for files with global constructors again. Adds a testcase to the...Nick Lewycky2014-06-05
* Explain why we skip DbgInfoIntrinsics when looking at line numbers in .gcno f...Nick Lewycky2014-06-04
* [asan] Fix coverage instrumentation with -asan-globals=0.Evgeniy Stepanov2014-06-03
* Ignore line numbers on debug intrinsics. Add an assert to ensure that we aren...Nick Lewycky2014-06-03
* Remove sanitizer blacklist from ASan/TSan/MSan function passes.Alexey Samsonov2014-06-02
* [msan] Remove an out-of-date comment.Evgeniy Stepanov2014-06-02
* [msan] Handle x86 vector pack intrinsics.Evgeniy Stepanov2014-06-02
* [ASan] Behave the same for functions w/o sanitize_address attribute and black...Alexey Samsonov2014-05-31
* [TSan] Behave the same for functions w/o sanitize_thread attribute and blackl...Alexey Samsonov2014-05-31
* Use range-based for loops in ASan, TSan and MSanAlexey Samsonov2014-05-29
* [ASan] Hoist blacklisting globals from init-order checking to Clang.Alexey Samsonov2014-05-29
* Fix typo in variable nameAlexey Samsonov2014-05-29
* [ASan] Use llvm.global_ctors to insert init-order checking calls into ASan ru...Alexey Samsonov2014-05-29
* [asancov] Don't emit extra runtime calls when compiling without coverage.Evgeniy Stepanov2014-05-28
* [asancov] Emit an initializer passing number of coverage code locations in ea...Evgeniy Stepanov2014-05-27
* [asan] decrease asan-instrumentation-with-call-threshold from 10000 to 7000, ...Kostya Serebryany2014-05-26
* [asan] properly instrument memory accesses that have small alignment (smaller...Kostya Serebryany2014-05-23
* Delete getAliasedGlobal.Rafael Espindola2014-05-16
* [asan] Fix compiler warnings.Evgeniy Stepanov2014-05-14
* [asan] Set debug location in ASan function prologue.Evgeniy Stepanov2014-05-14
* [msan] Fix -fsanitize=memory -fno-integrated-as.Evgeniy Stepanov2014-05-07
* Fix ASan init function detection after clang r208128.Nico Weber2014-05-06
* [ASan/Win] Fix issue 305 -- don't instrument .CRT initializer/terminator call...Timur Iskhodzhanov2014-05-05
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-25
* [ASan] Move the shadow range on 32-bit iOS (and iOS Simulator)Alexander Potapenko2014-04-23
* Fix handling of missing DataLayout in sanitizers.Evgeniy Stepanov2014-04-23
* [asan] Support outline instrumentation for wide types and delete dead code, p...Kostya Serebryany2014-04-22
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Use unique_ptr to handle ownership of GCOVFunctions in GCOVProfiler.David Blaikie2014-04-21
* [msan] Enable out-of-line instrumentation for large functions by default.Evgeniy Stepanov2014-04-21
* [asan] add a run-time flag detect_container_overflow=true/falseKostya Serebryany2014-04-21
* [asan] instead of inserting inline instrumentation around memset/memcpy/memmo...Kostya Serebryany2014-04-21
* [asan] temporary disable generating __asan_loadN/__asan_storeNKostya Serebryany2014-04-21
* [asan] insert __asan_loadN/__asan_storeN as out-lined asan checks, llvm partKostya Serebryany2014-04-21
* Check whether functions have any lines associated before emitting coverage in...Nick Lewycky2014-04-18