| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix nondeterminism in .gcno file generation. | Nick Lewycky | 2013-06-18 | 1 | -9/+25 |
* | Move PathV2.h to Path.h | Rafael Espindola | 2013-06-11 | 1 | -1/+1 |
* | [asan] ASan Linux MIPS32 support (llvm part), patch by Jyun-Yan Y | Kostya Serebryany | 2013-06-03 | 1 | -1/+10 |
* | [msan] Handle mixed track-origins and keep-going settings (llvm part). | Evgeniy Stepanov | 2013-05-31 | 1 | -4/+6 |
* | [msan] Fix argument shadow alignment. | Evgeniy Stepanov | 2013-05-28 | 1 | -4/+11 |
* | Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros. | Michael J. Spencer | 2013-05-24 | 2 | -2/+2 |
* | Re-implement DebugIR in a way that does not subclass AssemblyWriter: | Daniel Malea | 2013-05-23 | 1 | -102/+166 |
* | [msan] A no-op implementation of VarArg handling. | Evgeniy Stepanov | 2013-05-21 | 1 | -2/+23 |
* | Remove unused #include. | Bill Wendling | 2013-05-20 | 1 | -1/+0 |
* | [msan] Switch TLS globals to initial-exec model. | Evgeniy Stepanov | 2013-05-16 | 1 | -7/+7 |
* | Fix a documentation warning: \bried -> \brief | Dmitri Gribenko | 2013-05-09 | 1 | -1/+1 |
* | Add DebugIR pass -- emits IR file and replace source lines with IR lines in MD | Daniel Malea | 2013-05-08 | 2 | -0/+247 |
* | This patch breaks up Wrap.h so that it does not have to include all of | Filip Pizlo | 2013-05-01 | 1 | -1/+1 |
* | Move C++ code out of the C headers and into either C++ headers | Eric Christopher | 2013-04-22 | 1 | -0/+1 |
* | [ASan] Allow disabling init-order checks for globals by source file name. | Alexey Samsonov | 2013-04-11 | 1 | -1/+2 |
* | Minor simplification. | Bill Wendling | 2013-03-28 | 1 | -8/+4 |
* | [tsan] make sure memset/memcpy/memmove are not inlined in tsan mode | Kostya Serebryany | 2013-03-28 | 1 | -0/+52 |
* | Use the full path when outputting the `.gcda' file. | Bill Wendling | 2013-03-26 | 1 | -5/+14 |
* | [ASan] Change the ABI of __asan_before_dynamic_init function: now it takes po... | Alexey Samsonov | 2013-03-26 | 1 | -17/+13 |
* | [asan] Change the way we report the alloca frame on stack-buff-overflow. | Kostya Serebryany | 2013-03-22 | 1 | -8/+15 |
* | tsan: handle vptr loads specially | Dmitry Vyukov | 2013-03-22 | 1 | -0/+10 |
* | [msan] Add an option to disable poisoning of shadow for undef values. | Evgeniy Stepanov | 2013-03-21 | 1 | -2/+13 |
* | Call the new llvm_gcov_init function to register the environment. | Bill Wendling | 2013-03-20 | 1 | -29/+10 |
* | Register the GCOV writeout functions so that they're emitted serially. | Bill Wendling | 2013-03-19 | 1 | -10/+31 |
* | Emit the linkage name instead of the function name, when available. This means | Nick Lewycky | 2013-03-19 | 1 | -8/+14 |
* | Register the flush function for each compile unit. | Bill Wendling | 2013-03-18 | 1 | -31/+54 |
* | [asan] when creating string constants, set unnamed_attr and align 1 so that e... | Kostya Serebryany | 2013-03-18 | 1 | -1/+4 |
* | [asan] while generating the description of a global variable, emit the module... | Kostya Serebryany | 2013-03-18 | 1 | -7/+8 |
* | [asan] don't instrument functions with available_externally linkage. This sav... | Kostya Serebryany | 2013-03-18 | 1 | -0/+1 |
* | [ASan] emit instrumentation for initialization order checking by default | Alexey Samsonov | 2013-03-14 | 1 | -2/+2 |
* | Remove accidentally committed debug line. | Nick Lewycky | 2013-03-14 | 1 | -1/+0 |
* | Refactor GCOV's six constructor arguments into a struct with a getter that | Nick Lewycky | 2013-03-14 | 1 | -42/+59 |
* | No functionality change. Rename emitGCNO() to the more sensible | Nick Lewycky | 2013-03-13 | 1 | -7/+7 |
* | Use the correct index variable. This is the meat of what was supposed to be in | Nick Lewycky | 2013-03-09 | 1 | -1/+1 |
* | Fix bug introduced in r176616 when making function identifier numbers stable. | Nick Lewycky | 2013-03-09 | 1 | -5/+3 |
* | Don't emit the extra checksum into the .gcda file if the user hasn't asked for | Nick Lewycky | 2013-03-09 | 1 | -4/+6 |
* | Switch from a version 4.2/4.4 switch to a four-byte version string to be put | Nick Lewycky | 2013-03-07 | 1 | -23/+25 |
* | [msan] Implement sanitize_memory attribute. | Evgeniy Stepanov | 2013-02-28 | 1 | -14/+38 |
* | Remove unused leftover declarations. | Evgeniy Stepanov | 2013-02-28 | 1 | -5/+0 |
* | In GCC 4.7, function names are now forbidden from .gcda files. Support this by | Nick Lewycky | 2013-02-27 | 1 | -8/+14 |
* | Doh, fix behaviour change introduced in r176168 which is tested in clang, | Nick Lewycky | 2013-02-27 | 1 | -1/+3 |
* | IRBuilder has grown all sorts of useful utility functions. Make use of them to | Nick Lewycky | 2013-02-27 | 1 | -25/+16 |
* | Unify clang/llvm attributes for asan/tsan/msan (LLVM part) | Kostya Serebryany | 2013-02-26 | 1 | -2/+2 |
* | [asan] instrument invoke insns with noreturn attribute (as well as call insns) | Kostya Serebryany | 2013-02-20 | 1 | -4/+5 |
* | [asan] instrument memory accesses with unusual sizes | Kostya Serebryany | 2013-02-19 | 1 | -29/+49 |
* | [asan] revert r175266 as it breaks code with packed structures. supporting lo... | Kostya Serebryany | 2013-02-18 | 1 | -1/+1 |
* | [asan] support long double on 64-bit. See https://code.google.com/p/address-s... | Kostya Serebryany | 2013-02-15 | 1 | -1/+1 |
* | [asan] fix confusing indentation | Kostya Serebryany | 2013-02-13 | 1 | -1/+2 |
* | [ASan] Do not use kDefaultShort64bitShadowOffset on Mac, where the binaries m... | Alexander Potapenko | 2013-02-12 | 1 | -1/+2 |
* | [asan] change the default mapping offset on x86_64 to 0x7fff8000. This gives ... | Kostya Serebryany | 2013-02-12 | 1 | -3/+5 |