Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / Transforms / Instrumentation.h
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-19 Alexander Potapenko[ASan] Initial support for Kernel AddressSanitizer
2015-06-15 Peter CollingbourneProtection against stack-based memory corruption errors...
2015-05-07 Alexey SamsonovDelete unused createSanitizerCoverageModulePass overload.
2015-05-07 Alexey Samsonov[SanitizerCoverage] Introduce SanitizerCoverageOptions...
2015-04-30 Justin BognerInstrProf: Instrumenter support for setting profile...
2015-03-16 Justin BognerGCOV: Make the exit block placement from r223193 optional
2015-02-04 Juergen RibutzkaAdd missing include.
2015-02-04 Alexey SamsonovSpecialCaseList: Add support for parsing multiple input...
2014-12-08 Justin BognerInstrProf: An intrinsic and lowering for instrumentatio...
2014-11-29 Duncan P. N. Exon... DebugIR: Delete -debug-ir
2014-11-11 Kostya SerebryanyMove asan-coverage into a separate phase.
2014-07-08 Alexey Samsonov[ASan] Completely remove sanitizer blacklist file from...
2014-06-13 Alexey SamsonovRemove top-level Clang -fsanitize= flags for optional...
2014-06-02 Alexey SamsonovRemove sanitizer blacklist from ASan/TSan/MSan function...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2014-03-18 Evgeniy Stepanov[msan] Origin tracking with history.
2014-02-13 Stephen HinesDon't build DFSan functionality for Android.
2014-01-16 Evgeniy Stepanov[asan] Remove -fsanitize-address-zero-base-shadow comma...
2013-10-02 Chandler CarruthRemove the very substantial, largely unmaintained legac...
2013-08-14 Peter CollingbourneDataFlowSanitizer: greylist is now ABI list.
2013-08-07 Peter CollingbourneReally unbreak Mac build.
2013-08-07 Peter CollingbourneUnbreak Mac build.
2013-08-07 Peter CollingbourneDataFlowSanitizer; LLVM changes.
2013-07-30 Daniel MaleaFix parameter ordering bug in createDebugIRPass()
2013-06-28 Daniel MaleaRemove limitation on DebugIR that made it require exist...
2013-05-23 Daniel MaleaRe-implement DebugIR in a way that does not subclass...
2013-05-08 Daniel MaleaAdd DebugIR pass -- emits IR file and replace source...
2013-03-14 Alexey Samsonov[ASan] emit instrumentation for initialization order...
2013-03-14 Nick LewyckyRefactor GCOV's six constructor arguments into a struct...
2013-03-07 Nick LewyckySwitch from a version 4.2/4.4 switch to a four-byte...
2013-02-27 Nick LewyckyIn GCC 4.7, function names are now forbidden from ...
2013-01-17 Alexey SamsonovASan: add optional 'zero-based shadow' option to ASan...
2012-12-28 Alexey SamsonovAdd proper support for -fsanitize-blacklist= flag for...
2012-12-19 Evgeniy Stepanov[msan] Add track-origins argument to the pass constructor.
2012-12-10 Bill WendlingDon't use a red zone for code coverage if the user...
2012-12-03 Alexey SamsonovASan: add blacklist file to ASan pass options. Clang...
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