[msan] Handle X86 *.psad.* and *.pmadd.* intrinsics.
[oota-llvm.git] / test / Instrumentation / AddressSanitizer /
2014-06-13 Alexey SamsonovRemove top-level Clang -fsanitize= flags for optional...
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-06-05 Evgeniy Stepanov[asancov] Fix coverage line info some more.
2014-06-03 Evgeniy Stepanov[asan] Fix coverage instrumentation with -asan-globals=0.
2014-05-29 Alexey Samsonov[ASan] Use llvm.global_ctors to insert init-order check...
2014-05-28 Evgeniy Stepanov[asancov] Don't emit extra runtime calls when compiling...
2014-05-27 Evgeniy Stepanov[asancov] Emit an initializer passing number of coverag...
2014-05-23 Kostya Serebryany[asan] properly instrument memory accesses that have...
2014-05-14 Evgeniy Stepanov[asan] Set debug location in ASan function prologue.
2014-05-08 Evgeniy Stepanov[asan] Preserve flags in asm instrumentation.
2014-05-07 Evgeniy Stepanov[asan] Add a flag to control asm instrumentation.
2014-04-24 Evgeniy Stepanov[asan] Fix instrumentation of x86 intel syntax inline...
2014-04-23 Evgeniy StepanovCreate MCTargetOptions.
2014-04-22 Kostya Serebryany[asan] Support outline instrumentation for wide types...
2014-04-21 Kostya Serebryany[asan] add llvm-ish test for memset/etc instrumentation
2014-04-18 Kostya Serebryany[asan] one more workaround for PR17409: don't do BB...
2014-04-16 Kostya Serebryany[asan] add two new hidden compile-time flags for asan...
2014-03-20 Alexander Potapenko[ASan] Add -asan-module to the ASan .ll tests.
2014-03-20 Alexander Potapenko[ASan] Do not instrument globals from the llvm.metadata...
2014-03-14 Evgeniy StepanovAddressSanitizer instrumentation for MOV and MOVAPS.
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2014-02-24 Kostya Serebryany[asan] remove test that should have been removed in...
2014-02-19 Rafael EspindolaAdd back r201608, r201622, r201624 and r201625
2014-02-19 Rafael EspindolaThis reverts commit r201625 and r201624.
2014-02-19 Rafael EspindolaNow that llvm always does the right thing with private...
2014-02-10 Kostya Serebryany[asan] support for FreeBSD, LLVM part. patch by Viktor...
2014-01-29 Kostya Serebryany[asan] simplify a test
2014-01-17 Kostya Serebryany[asan] extend asan-coverage (still experimental).
2013-12-25 Alexander Potapenko[ASan] Fix the tests broken by r198018 to check for...
2013-12-23 Kostya Serebryany[asan] don't unpoison redzones on function exit in...
2013-12-06 Kostya Serebryany[asan] rewrite asan's stack frame layout
2013-11-22 Manman RenDebug Info: update testing cases to specify the debug...
2013-11-18 Alexey Samsonov[ASan] Fix PR17867 - make sure ASan doesn't crash if...
2013-11-15 Bob WilsonReapply "[asan] Poor man's coverage that works with...
2013-11-15 Bob WilsonRevert "[asan] Poor man's coverage that works with...
2013-11-14 Kostya Serebryany[asan] Poor man's coverage that works with ASan
2013-10-16 Kostya Serebryany[asan] Optimize accesses to global arrays with constant...
2013-09-27 Manman RenTBAA: handle scalar TBAA format and struct-path aware...
2013-09-08 Manman RenDebug Info Testing: update context from empty string...
2013-09-06 Manman RenDebug Info Testing: updated to use NULL instead of...
2013-08-26 Manman RenDebug Info: add an identifier field to DICompositeType.
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-06 Bill WendlingChange the linkage of these global values to 'internal'.
2013-07-29 Manman RenDebug Info: update testing cases to pass verifier.
2013-07-25 Rafael EspindolaCurrent batch of -disable-debug-info-verifier.
2013-06-26 Kostya Serebryany[asan] workaround for PR16277: don't instrument AllocaI...
2013-06-26 Kostya Serebryany[asan] add option -asan-keep-uninstrumented-functions
2013-03-28 David BlaikieRevert "Adding DIImportedModules to DIScopes."
2013-03-27 David BlaikieAdding DIImportedModules to DIScopes.
2013-03-21 David BlaikieRemove unused field in DISubprogram
2013-03-18 Kostya Serebryany[asan] when creating string constants, set unnamed_attr...
2013-03-18 Kostya Serebryany[asan] don't instrument functions with available_extern...
2013-03-17 David BlaikieSplit out filename & directory from DIFile to start...
2013-03-14 Alexey Samsonov[ASan] emit instrumentation for initialization order...
2013-03-13 David BlaikieRemove the unused 4th operand for DIFile debug info...
2013-02-26 Kostya SerebryanyUnify clang/llvm attributes for asan/tsan/msan (LLVM...
2013-02-20 Kostya Serebryany[asan] instrument invoke insns with noreturn attribute...
2013-02-19 Kostya Serebryany[asan] instrument memory accesses with unusual sizes
2013-02-18 Kostya Serebryany[asan] revert r175266 as it breaks code with packed...
2013-02-15 Kostya Serebryany[asan] support long double on 64-bit. See https://code...
2013-02-12 Kostya Serebryany[asan] fix tests for the new ABI
2013-01-24 Kostya Serebryany[asan] adaptive redzones for globals (the larger the...
2013-01-16 Alexey SamsonovASan: wrap mapping scale and offset in a struct and...
2012-12-27 Alexey Samsonov[ASan] Fix lifetime intrinsics handling. Now for each...
2012-12-12 Alexey SamsonovImprove debug info generated with enabled AddressSanitizer.
2012-12-04 Alexey SamsonovASan: add initial support for handling llvm.lifetime...
2012-11-29 Kostya Serebryany[asan] when checking the noreturn attribute on the...
2012-11-28 Kostya Serebryany[asan] Split AddressSanitizer into two passes (Function...
2012-11-20 Kostya Serebryany[asan] don't instrument linker-initialized globals...
2012-11-20 Kostya Serebryany[asan] make sure that linker-initialized globals (non...
2012-11-01 Kostya Serebryany[asan] don't instrument globals that we've created...
2012-10-19 Kostya Serebryany[asan] make sure asan erases old unused allocas after...
2012-10-15 Kostya Serebryany[asan] fix a test
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-08-21 Kostya Serebryany[asan] add code to detect global initialization fiasco...
2012-08-14 Kostya Serebryany[asan] insert crash basic blocks inline as opposed...
2012-07-20 Kostya Serebryany[asan] make sure that the crash callbacks do not get...
2012-07-16 Kostya Serebryany[asan] refactor instrumentation to allow merging the...
2012-07-16 Chandler CarruthRevert r160254 temporarily.
2012-07-16 Chandler CarruthTeach AddressSanitizer to create basic blocks in a...
2012-07-16 Chandler CarruthAdd a basic test for AddressSanitizer. This is just...
2012-05-30 Kostya Serebryany[asan] instrument cmpxchg and atomicrmw
2012-03-12 Kostya Serebryany[asan] move x86-specific test to a separate X86 directo...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-02-14 Kostya Serebryany[asan] fix asan-vs-gvn.ll test (it did not actually...
2012-02-08 Kostya Serebryany[asan] unpoison the stack before every noreturn call...
2012-02-06 Kostya SerebryanyThe patch resolves the conflict between AddressSanitize...
2012-01-24 Kostya Serebryany[asan] enable asan only for the functions that have...
2012-01-04 Kostya Serebryany[asan] one more test for asan instrumentation: (*a...
2011-12-16 Kostya Serebryany[asan] add a test for instrumenting globals
2011-11-23 Kostya Serebryany[asan] do not instrument threadlocal globals, this...
2011-11-18 Kostya Serebryany[asan] workaround for reg alloc bug 11395: don't instru...
2011-11-17 Kostya Serebryanyfall back to explicit list of allowed linkages when...
2011-11-16 Kostya SerebryanyAddressSanitizer, first commit (compiler module only)