aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Instrumentation
Commit message (Expand)AuthorAgeFilesLines
* Implement categories for special case lists.Peter Collingbourne2013-07-091-1/+1
* Rename BlackList class to SpecialCaseList and move it to Transforms/Utils.Peter Collingbourne2013-07-095-138/+11
* Use sys::fs::createTemporaryFile.Rafael Espindola2013-07-051-2/+1
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-042-2/+2
* [msan] Unpoison stack allocations and undef values in blacklisted functions.Evgeniy Stepanov2013-07-031-10/+14
* Debug Info: cleanupManman Ren2013-07-021-2/+2
* Debug Info: clean up usage of Verify.Manman Ren2013-07-011-1/+1
* Remove needless include (unistd.h) in DebugIR passDaniel Malea2013-06-281-2/+0
* Add missing header for DebugIRDaniel Malea2013-06-281-0/+99
* Remove limitation on DebugIR that made it require existing debug metadata.Daniel Malea2013-06-281-153/+463
* Debug Info: clean up usage of Verify.Manman Ren2013-06-281-2/+8
* Revert "Debug Info: clean up usage of Verify." as it's breaking bots.Eric Christopher2013-06-261-2/+2
* Debug Info: clean up usage of Verify.Manman Ren2013-06-261-2/+2
* [asan] workaround for PR16277: don't instrument AllocaInstr with alignment mo...Kostya Serebryany2013-06-261-1/+2
* [asan] add option -asan-keep-uninstrumented-functionsKostya Serebryany2013-06-261-4/+47
* Fix nondeterminism in .gcno file generation.Nick Lewycky2013-06-181-9/+25
* Move PathV2.h to Path.hRafael Espindola2013-06-111-1/+1
* [asan] ASan Linux MIPS32 support (llvm part), patch by Jyun-Yan YKostya Serebryany2013-06-031-1/+10
* [msan] Handle mixed track-origins and keep-going settings (llvm part).Evgeniy Stepanov2013-05-311-4/+6
* [msan] Fix argument shadow alignment.Evgeniy Stepanov2013-05-281-4/+11
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-242-2/+2
* Re-implement DebugIR in a way that does not subclass AssemblyWriter:Daniel Malea2013-05-231-102/+166
* [msan] A no-op implementation of VarArg handling.Evgeniy Stepanov2013-05-211-2/+23
* Remove unused #include.Bill Wendling2013-05-201-1/+0
* [msan] Switch TLS globals to initial-exec model.Evgeniy Stepanov2013-05-161-7/+7
* Fix a documentation warning: \bried -> \briefDmitri Gribenko2013-05-091-1/+1
* Add DebugIR pass -- emits IR file and replace source lines with IR lines in MDDaniel Malea2013-05-082-0/+247
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-011-1/+1
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-221-0/+1
* [ASan] Allow disabling init-order checks for globals by source file name.Alexey Samsonov2013-04-111-1/+2
* Minor simplification.Bill Wendling2013-03-281-8/+4
* [tsan] make sure memset/memcpy/memmove are not inlined in tsan modeKostya Serebryany2013-03-281-0/+52
* Use the full path when outputting the `.gcda' file.Bill Wendling2013-03-261-5/+14
* [ASan] Change the ABI of __asan_before_dynamic_init function: now it takes po...Alexey Samsonov2013-03-261-17/+13
* [asan] Change the way we report the alloca frame on stack-buff-overflow.Kostya Serebryany2013-03-221-8/+15
* tsan: handle vptr loads speciallyDmitry Vyukov2013-03-221-0/+10
* [msan] Add an option to disable poisoning of shadow for undef values.Evgeniy Stepanov2013-03-211-2/+13
* Call the new llvm_gcov_init function to register the environment.Bill Wendling2013-03-201-29/+10
* Register the GCOV writeout functions so that they're emitted serially.Bill Wendling2013-03-191-10/+31
* Emit the linkage name instead of the function name, when available. This meansNick Lewycky2013-03-191-8/+14
* Register the flush function for each compile unit.Bill Wendling2013-03-181-31/+54
* [asan] when creating string constants, set unnamed_attr and align 1 so that e...Kostya Serebryany2013-03-181-1/+4
* [asan] while generating the description of a global variable, emit the module...Kostya Serebryany2013-03-181-7/+8
* [asan] don't instrument functions with available_externally linkage. This sav...Kostya Serebryany2013-03-181-0/+1
* [ASan] emit instrumentation for initialization order checking by defaultAlexey Samsonov2013-03-141-2/+2
* Remove accidentally committed debug line.Nick Lewycky2013-03-141-1/+0
* Refactor GCOV's six constructor arguments into a struct with a getter thatNick Lewycky2013-03-141-42/+59
* No functionality change. Rename emitGCNO() to the more sensibleNick Lewycky2013-03-131-7/+7
* Use the correct index variable. This is the meat of what was supposed to be inNick Lewycky2013-03-091-1/+1
* Fix bug introduced in r176616 when making function identifier numbers stable.Nick Lewycky2013-03-091-5/+3