Age | Commit message (Expand) | Author |
2013-03-14 | [ASan] emit instrumentation for initialization order checking by default | Alexey Samsonov |
2013-03-14 | Refactor GCOV's six constructor arguments into a struct with a getter that | Nick Lewycky |
2013-03-07 | Switch from a version 4.2/4.4 switch to a four-byte version string to be put | Nick Lewycky |
2013-02-27 | In GCC 4.7, function names are now forbidden from .gcda files. Support this by | Nick Lewycky |
2013-01-17 | ASan: add optional 'zero-based shadow' option to ASan passes. Always tell the... | Alexey Samsonov |
2012-12-28 | Add proper support for -fsanitize-blacklist= flag for TSan and MSan. LLVM part. | Alexey Samsonov |
2012-12-19 | [msan] Add track-origins argument to the pass constructor. | Evgeniy Stepanov |
2012-12-10 | Don't use a red zone for code coverage if the user specified `-mno-red-zone'. | Bill Wendling |
2012-12-03 | ASan: add blacklist file to ASan pass options. Clang patch for this will follow. | Alexey Samsonov |
2012-11-29 | Add options to AddressSanitizer passes to make them configurable by frontend. | Alexey Samsonov |
2012-11-29 | Initial commit of MemorySanitizer. | Evgeniy Stepanov |
2012-11-28 | [asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLV... | Kostya Serebryany |
2012-11-23 | Remove unused parameter Penalty from the BoundsChecking pass. | Joey Gouly |
2012-10-15 | [asan] make AddressSanitizer to be a FunctionPass instead of ModulePass. This... | Kostya Serebryany |
2012-07-20 | move the bounds checking pass to the instrumentation folder, where it belongs... | Nuno Lopes |
2012-02-13 | ThreadSanitizer, a race detector. First LLVM commit. | Kostya Serebryany |
2011-12-06 | Expose a switch for the new gcov format. | Nick Lewycky |
2011-11-16 | AddressSanitizer, first commit (compiler module only) | Kostya Serebryany |
2011-05-17 | Conditionalize the format of the GCOV files by target type. Darwin uses the 4.2 | Bill Wendling |
2011-04-21 | Add independent controls for whether GCOV profiling should emit .gcno files or | Nick Lewycky |
2011-04-16 | Rename LineProfiling to GCOVProfiling to more accurately represent what it | Nick Lewycky |
2011-04-12 | Add support for line profiling. Very work-in-progress. | Nick Lewycky |
2011-01-29 | Implementation of path profiling. | Andrew Trick |
2010-01-02 | remove the random sampling framework, which is not maintained anymore. | Chris Lattner |
2009-09-01 | Addedum to r80712, forgot to add files. | Andreas Neustifter |
2008-03-06 | fix typos | Gabor Greif |
2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
2007-02-20 | remove some dead passes and stuff specific to the reoptimizer. | Chris Lattner |
2007-01-07 | remove an old instrumentation pass that is not used anymore. | Chris Lattner |
2005-11-28 | Added documented rsprofiler interface. Also remove new profiler passes, the | Andrew Lenharth |
2005-11-28 | Random sampling (aka Arnold and Ryder) profiling. This is still preliminary,... | Andrew Lenharth |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-01-07 | Add missing createXxxPass functions | Jeff Cohen |
2005-01-07 | Fix return type | Jeff Cohen |
2005-01-06 | Fix incorrect return type. | Jeff Cohen |
2004-09-30 | Add accessor function prototypes for reoptimizer support passes. | Brian Gaeke |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-10-20 | Added LLVM copyright header (for lack of a better term). | John Criswell |
2003-01-14 | New header | Chris Lattner |