summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation
Commit message (Expand)AuthorAge
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* [ASan] Fix the test for __asan_gen_ globals and actually fix http://llvm.org/...Alexander Potapenko2013-12-25
* [ASan] Make sure none of the __asan_gen_ global strings end up in the symbol ...Alexander Potapenko2013-12-25
* [asan] don't unpoison redzones on function exit in use-after-return mode.Kostya Serebryany2013-12-23
* [asan] produce fewer stores when poisoning stack shadowKostya Serebryany2013-12-23
* [dfsan] Simplify code after r197677.Evgeniy Stepanov2013-12-19
* Add an explicit insert point argument to SplitBlockAndInsertIfThen.Evgeniy Stepanov2013-12-19
* [asan] Fix the coverage.cc test broken by r196939Reid Kleckner2013-12-10
* Add proper dependencies to LLVMBuild.txt in llvm/lib.NAKAMURA Takumi2013-12-10
* [asan] rewrite asan's stack frame layoutKostya Serebryany2013-12-06
* [tsan] fix PR18146: sometimes a variable written into vptr could have an inte...Kostya Serebryany2013-12-05
* llvm-cov: Replace size() with empty() in bool check.Yuchen Wu2013-12-04
* Un-revert r196358: "llvm-cov: Added support for function checksums."Daniel Jasper2013-12-04
* Revert r196358: "llvm-cov: Added support for function checksums."Daniel Jasper2013-12-04
* llvm-cov: Added support for function checksums.Yuchen Wu2013-12-04
* [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