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