aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation
AgeCommit message (Expand)Author
2012-11-29[msan] Optimize getOriginPtr.Evgeniy Stepanov
2012-11-29[msan] Fix a few compilation warnings.Evgeniy Stepanov
2012-11-29[msan] Transform memcpy and memset to library calls.Evgeniy Stepanov
2012-11-29[msan] Make sure that report callbacks do not get merged.Evgeniy Stepanov
2012-11-29Initial commit of MemorySanitizer.Evgeniy Stepanov
2012-11-29[asan/tsan] initialize the asan/tsan callbacks in runOnFunction as opposed to...Kostya Serebryany
2012-11-29[asan] when checking the noreturn attribute on the call, also check it on the...Kostya Serebryany
2012-11-29Issue a fatal error if the line doesn't have a regular expression.Nick Lewycky
2012-11-28[asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLV...Kostya Serebryany
2012-11-27tsan: instrument atomic nand operationDmitry Vyukov
2012-11-26Remove stray trailing backslashMatt Beaumont-Gay
2012-11-26tsan: fix lint warningsDmitry Vyukov
2012-11-26[tsan] add fail order to compare_exchangeDmitry Vyukov
2012-11-23Remove unused parameter Penalty from the BoundsChecking pass.Joey Gouly
2012-11-22llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp: Prune AddressSaniti...NAKAMURA Takumi
2012-11-22[asan] rip off the creation of global redzones from the main AddressSanitizer...Kostya Serebryany
2012-11-20[asan] use names of globals instead of an external set to distinguish the glo...Kostya Serebryany
2012-11-20[asan] don't instrument linker-initialized globals even with external linkage...Kostya Serebryany
2012-11-20[asan] make sure that linker-initialized globals (non-extern) are not instrum...Kostya Serebryany
2012-11-17Plug a memory leak in the GCOV profiling emitter, which never released the ed...Benjamin Kramer
2012-11-14[TSan] fix indentationAlexey Samsonov
2012-11-12[ASan] fixup for r167725: Don't fetch name of StructType if it is literalAlexey Samsonov
2012-11-12[ASan]: Add minimalistic support for turning off initialization-order checkin...Alexey Samsonov
2012-11-09tsan: switch to new memory_order constants (ABI compatible)Dmitry Vyukov
2012-11-09tsan: instrument all atomics (including fetch_add, exchange, cas, etc)Dmitry Vyukov
2012-11-07[asan] fix bug 14277 (asan needs to fail with fata error if an __asan interfa...Kostya Serebryany
2012-11-02Fix whitespacesAlexey Samsonov
2012-11-01[asan] don't instrument globals that we've created ourselves (reduces the bin...Kostya Serebryany
2012-11-01Revert the majority of the next patch in the address space series:Chandler Carruth
2012-10-29Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (theDuncan Sands
2012-10-24Back out r166591, not sure why this made it through since I cancelled the com...Micah Villmow
2012-10-24Delete a directory that wasn't supposed to be checked in yet.Micah Villmow
2012-10-24Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow
2012-10-19[ASan] Support comments in ASan/TSan blacklist file as lines starting with #Alexey Samsonov
2012-10-19Move SplitBlockAndInsertIfThen to BasicBlockUtils.Evgeniy Stepanov
2012-10-19[asan] make sure asan erases old unused allocas after it created a new one. T...Kostya Serebryany
2012-10-17[asan] better debug diagnostics in asan compiler moduleKostya Serebryany
2012-10-15Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow
2012-10-15[asan] make AddressSanitizer to be a FunctionPass instead of ModulePass. This...Kostya Serebryany
2012-10-11Revert 165732 for further review.Micah Villmow
2012-10-11Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow
2012-10-10Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...Bill Wendling
2012-10-09Use the enum value of the attributes when adding them to the attributes builder.Bill Wendling
2012-10-09Create enums for the different attributes.Bill Wendling
2012-10-09Convert to using the Attributes::Builder interface.Bill Wendling
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-10-04[tsan] add 3 internal flags for fine-grain control of what is instrumented an...Kostya Serebryany
2012-10-03tsan: prepare for migration to new memory_order enum values (ABI compatible)Dmitry Vyukov
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru