summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation
Commit message (Expand)AuthorAge
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-25
* Make some DataLayout pointers const.Rafael Espindola2014-02-24
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* Don't make F_None the default.Rafael Espindola2014-02-24
* [asan] simplify the code that compute the shadow offset; get rid of two inter...Kostya Serebryany2014-02-24
* Rename many DataLayout variables from TD to DL.Rafael Espindola2014-02-21
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-19
* This reverts commit r201625 and r201624.Rafael Espindola2014-02-19
* Now that llvm always does the right thing with private, use it.Rafael Espindola2014-02-19
* [asan] support for FreeBSD, LLVM part. patch by Viktor KutuzovKostya Serebryany2014-02-10
* Fix a bug in gcov instrumentation introduced by r195513. <rdar://15930350>Bob Wilson2014-01-31
* Fix known typosAlp Toker2014-01-24
* [asan] extend asan-coverage (still experimental).Kostya Serebryany2014-01-17
* [asan] Remove -fsanitize-address-zero-base-shadow command lineEvgeniy Stepanov2014-01-16
* 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