summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/Instrumentation.cpp
Commit message (Expand)AuthorAge
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-02
* DataFlowSanitizer; LLVM changes.Peter Collingbourne2013-08-07
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-01
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-22
* Initial commit of MemorySanitizer.Evgeniy Stepanov2012-11-29
* [asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLV...Kostya Serebryany2012-11-28
* Move the initialization of the bounds checking pass. The pass itselfChandler Carruth2012-07-22
* ThreadSanitizer, a race detector. First LLVM commit.Kostya Serebryany2012-02-13
* AddressSanitizer, first commit (compiler module only)Kostya Serebryany2011-11-16
* Rename LineProfiling to GCOVProfiling to more accurately represent what itNick Lewycky2011-04-16
* Add support for line profiling. Very work-in-progress.Nick Lewycky2011-04-12
* Implementation of path profiling.Andrew Trick2011-01-29
* Add initialization routines for Instrumentation.Owen Anderson2010-10-07