aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation
AgeCommit message (Expand)Author
2012-12-03fix stats for added checksNuno Lopes
2012-11-30[asan] simplify the code around doesNotReturn call. It now magically works. Kostya Serebryany
2012-11-30Move the InstVisitor utility into VMCore where it belongs. It heavilyChandler Carruth
2012-11-29[ASan] Simplify check added in r168861. Bail out from module pass early if th...Alexey Samsonov
2012-11-29Apply Takumi's patch to suppress unused-variable warnings in -Asserts builds.Matt Beaumont-Gay
2012-11-29Add options to AddressSanitizer passes to make them configurable by frontend.Alexey Samsonov
2012-11-29[msan] Handle vector manipulation instructions.Evgeniy Stepanov
2012-11-29[msan] Fix getOriginForNaryOp.Evgeniy Stepanov
2012-11-29[msan] Basic handling of inline asm.Evgeniy Stepanov
2012-11-29[msan] Propagate shadow through (x<0) and (x>=0) comparisons.Evgeniy Stepanov
2012-11-29[msan] Fix shadow & origin store & load alignment.Evgeniy Stepanov
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