summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation
Commit message (Expand)AuthorAge
* Fix nondeterminism in .gcno file generation.Nick Lewycky2013-06-18
* Move PathV2.h to Path.hRafael Espindola2013-06-11
* [asan] ASan Linux MIPS32 support (llvm part), patch by Jyun-Yan YKostya Serebryany2013-06-03
* [msan] Handle mixed track-origins and keep-going settings (llvm part).Evgeniy Stepanov2013-05-31
* [msan] Fix argument shadow alignment.Evgeniy Stepanov2013-05-28
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-24
* Re-implement DebugIR in a way that does not subclass AssemblyWriter:Daniel Malea2013-05-23
* [msan] A no-op implementation of VarArg handling.Evgeniy Stepanov2013-05-21
* Remove unused #include.Bill Wendling2013-05-20
* [msan] Switch TLS globals to initial-exec model.Evgeniy Stepanov2013-05-16
* 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