summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation
Commit message (Expand)AuthorAge
* Fix a documentation warning: \bried -> \briefDmitri Gribenko2013-05-09
* Add DebugIR pass -- emits IR file and replace source lines with IR lines in MDDaniel Malea2013-05-08
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-01
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-22
* [ASan] Allow disabling init-order checks for globals by source file name.Alexey Samsonov2013-04-11
* Minor simplification.Bill Wendling2013-03-28
* [tsan] make sure memset/memcpy/memmove are not inlined in tsan modeKostya Serebryany2013-03-28
* Use the full path when outputting the `.gcda' file.Bill Wendling2013-03-26
* [ASan] Change the ABI of __asan_before_dynamic_init function: now it takes po...Alexey Samsonov2013-03-26
* [asan] Change the way we report the alloca frame on stack-buff-overflow.Kostya Serebryany2013-03-22
* tsan: handle vptr loads speciallyDmitry Vyukov2013-03-22
* [msan] Add an option to disable poisoning of shadow for undef values.Evgeniy Stepanov2013-03-21
* Call the new llvm_gcov_init function to register the environment.Bill Wendling2013-03-20
* Register the GCOV writeout functions so that they're emitted serially.Bill Wendling2013-03-19
* Emit the linkage name instead of the function name, when available. This meansNick Lewycky2013-03-19
* Register the flush function for each compile unit.Bill Wendling2013-03-18
* [asan] when creating string constants, set unnamed_attr and align 1 so that e...Kostya Serebryany2013-03-18
* [asan] while generating the description of a global variable, emit the module...Kostya Serebryany2013-03-18
* [asan] don't instrument functions with available_externally linkage. This sav...Kostya Serebryany2013-03-18
* [ASan] emit instrumentation for initialization order checking by defaultAlexey Samsonov2013-03-14
* Remove accidentally committed debug line.Nick Lewycky2013-03-14
* Refactor GCOV's six constructor arguments into a struct with a getter thatNick Lewycky2013-03-14
* No functionality change. Rename emitGCNO() to the more sensibleNick Lewycky2013-03-13
* Use the correct index variable. This is the meat of what was supposed to be inNick Lewycky2013-03-09
* Fix bug introduced in r176616 when making function identifier numbers stable.Nick Lewycky2013-03-09
* Don't emit the extra checksum into the .gcda file if the user hasn't asked forNick Lewycky2013-03-09
* Switch from a version 4.2/4.4 switch to a four-byte version string to be putNick Lewycky2013-03-07
* [msan] Implement sanitize_memory attribute.Evgeniy Stepanov2013-02-28
* Remove unused leftover declarations.Evgeniy Stepanov2013-02-28
* In GCC 4.7, function names are now forbidden from .gcda files. Support this byNick Lewycky2013-02-27
* Doh, fix behaviour change introduced in r176168 which is tested in clang,Nick Lewycky2013-02-27
* IRBuilder has grown all sorts of useful utility functions. Make use of them toNick Lewycky2013-02-27
* Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany2013-02-26
* [asan] instrument invoke insns with noreturn attribute (as well as call insns)Kostya Serebryany2013-02-20
* [asan] instrument memory accesses with unusual sizesKostya Serebryany2013-02-19
* [asan] revert r175266 as it breaks code with packed structures. supporting lo...Kostya Serebryany2013-02-18
* [asan] support long double on 64-bit. See https://code.google.com/p/address-s...Kostya Serebryany2013-02-15
* [asan] fix confusing indentationKostya Serebryany2013-02-13
* [ASan] Do not use kDefaultShort64bitShadowOffset on Mac, where the binaries m...Alexander Potapenko2013-02-12
* [asan] change the default mapping offset on x86_64 to 0x7fff8000. This gives ...Kostya Serebryany2013-02-12
* [asan] added a flag -mllvm asan-short-64bit-mapping-offset=1 (0 by default)Kostya Serebryany2013-02-11
* Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12...Bob Wilson2013-02-08
* Fixing warnings revealed by gcc release buildEdwin Vane2013-01-29
* [msan] Mostly disable msan-handle-icmp-exact.Evgeniy Stepanov2013-01-28
* Revert r173678.Evgeniy Stepanov2013-01-28
* [msan] Make msan-handle-icmp-exact=0 by default.Evgeniy Stepanov2013-01-28
* [msan] A comment on ICmp handling logic.Evgeniy Stepanov2013-01-25
* [msan] Implement exact shadow propagation for relational ICmp.Evgeniy Stepanov2013-01-25
* [asan] fix 32-bit buildsKostya Serebryany2013-01-24
* [asan] adaptive redzones for globals (the larger the global the larger is the...Kostya Serebryany2013-01-24