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