Add options to AddressSanitizer passes to make them configurable by frontend.
[oota-llvm.git] / include / llvm / Transforms / Instrumentation.h
2012-11-29 Alexey SamsonovAdd options to AddressSanitizer passes to make them...
2012-11-29 Evgeniy StepanovInitial commit of MemorySanitizer.
2012-11-28 Kostya Serebryany[asan] Split AddressSanitizer into two passes (Function...
2012-11-23 Joey GoulyRemove unused parameter Penalty from the BoundsChecking...
2012-10-15 Kostya Serebryany[asan] make AddressSanitizer to be a FunctionPass inste...
2012-07-20 Nuno Lopesmove the bounds checking pass to the instrumentation...
2012-02-13 Kostya SerebryanyThreadSanitizer, a race detector. First LLVM commit.
2011-12-06 Nick LewyckyExpose a switch for the new gcov format.
2011-11-16 Kostya SerebryanyAddressSanitizer, first commit (compiler module only)
2011-05-17 Bill WendlingConditionalize the format of the GCOV files by target...
2011-04-21 Nick LewyckyAdd independent controls for whether GCOV profiling...
2011-04-16 Nick LewyckyRename LineProfiling to GCOVProfiling to more accuratel...
2011-04-12 Nick LewyckyAdd support for line profiling. Very work-in-progress.
2011-01-29 Andrew TrickImplementation of path profiling.
2010-01-02 Chris Lattnerremove the random sampling framework, which is not...
2009-09-01 Andreas NeustifterAddedum to r80712, forgot to add files.
2008-03-06 Gabor Greiffix typos
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-02-20 Chris Lattnerremove some dead passes and stuff specific to the reopt...
2007-01-07 Chris Lattnerremove an old instrumentation pass that is not used...
2005-11-28 Andrew LenharthAdded documented rsprofiler interface. Also remove...
2005-11-28 Andrew LenharthRandom sampling (aka Arnold and Ryder) profiling. ...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-07 Jeff CohenAdd missing createXxxPass functions
2005-01-07 Jeff CohenFix return type
2005-01-06 Jeff CohenFix incorrect return type.
2004-09-30 Brian GaekeAdd accessor function prototypes for reoptimizer suppor...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-01-14 Chris LattnerNew header