summaryrefslogtreecommitdiff
path: root/test/Instrumentation/AddressSanitizer
Commit message (Expand)AuthorAge
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-09
* [asancov] Fix coverage line info some more.Evgeniy Stepanov2014-06-05
* [asan] Fix coverage instrumentation with -asan-globals=0.Evgeniy Stepanov2014-06-03
* [ASan] Use llvm.global_ctors to insert init-order checking calls into ASan ru...Alexey Samsonov2014-05-29
* [asancov] Don't emit extra runtime calls when compiling without coverage.Evgeniy Stepanov2014-05-28
* [asancov] Emit an initializer passing number of coverage code locations in ea...Evgeniy Stepanov2014-05-27
* [asan] properly instrument memory accesses that have small alignment (smaller...Kostya Serebryany2014-05-23
* [asan] Set debug location in ASan function prologue.Evgeniy Stepanov2014-05-14
* [asan] Preserve flags in asm instrumentation.Evgeniy Stepanov2014-05-08
* [asan] Add a flag to control asm instrumentation.Evgeniy Stepanov2014-05-07
* [asan] Fix instrumentation of x86 intel syntax inline assembly.Evgeniy Stepanov2014-04-24
* Create MCTargetOptions.Evgeniy Stepanov2014-04-23
* [asan] Support outline instrumentation for wide types and delete dead code, p...Kostya Serebryany2014-04-22
* [asan] add llvm-ish test for memset/etc instrumentationKostya Serebryany2014-04-21
* [asan] one more workaround for PR17409: don't do BB-level coverage instrument...Kostya Serebryany2014-04-18
* [asan] add two new hidden compile-time flags for asan: asan-instrumentation-w...Kostya Serebryany2014-04-16
* [ASan] Add -asan-module to the ASan .ll tests.Alexander Potapenko2014-03-20
* [ASan] Do not instrument globals from the llvm.metadata section.Alexander Potapenko2014-03-20
* AddressSanitizer instrumentation for MOV and MOVAPS.Evgeniy Stepanov2014-03-14
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-11
* [asan] remove test that should have been removed in r202033Kostya Serebryany2014-02-24
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-19
* This reverts commit r201625 and r201624.Rafael Espindola2014-02-19
* Now that llvm always does the right thing with private, use it.Rafael Espindola2014-02-19
* [asan] support for FreeBSD, LLVM part. patch by Viktor KutuzovKostya Serebryany2014-02-10
* [asan] simplify a test Kostya Serebryany2014-01-29
* [asan] extend asan-coverage (still experimental).Kostya Serebryany2014-01-17
* [ASan] Fix the tests broken by r198018 to check for private linkage of ASan-g...Alexander Potapenko2013-12-25
* [asan] don't unpoison redzones on function exit in use-after-return mode.Kostya Serebryany2013-12-23
* [asan] rewrite asan's stack frame layoutKostya Serebryany2013-12-06
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-22
* [ASan] Fix PR17867 - make sure ASan doesn't crash if use-after-scope and use-...Alexey Samsonov2013-11-18
* Reapply "[asan] Poor man's coverage that works with ASan"Bob Wilson2013-11-15
* Revert "[asan] Poor man's coverage that works with ASan"Bob Wilson2013-11-15
* [asan] Poor man's coverage that works with ASanKostya Serebryany2013-11-14
* [asan] Optimize accesses to global arrays with constant indexKostya Serebryany2013-10-16
* TBAA: handle scalar TBAA format and struct-path aware TBAA format.Manman Ren2013-09-27
* Debug Info Testing: update context from empty string to null.Manman Ren2013-09-08
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-06
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-26
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Change the linkage of these global values to 'internal'.Bill Wendling2013-08-06
* Debug Info: update testing cases to pass verifier.Manman Ren2013-07-29
* Current batch of -disable-debug-info-verifier.Rafael Espindola2013-07-25
* [asan] workaround for PR16277: don't instrument AllocaInstr with alignment mo...Kostya Serebryany2013-06-26
* [asan] add option -asan-keep-uninstrumented-functionsKostya Serebryany2013-06-26
* Revert "Adding DIImportedModules to DIScopes."David Blaikie2013-03-28
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-27
* Remove unused field in DISubprogramDavid Blaikie2013-03-21
* [asan] when creating string constants, set unnamed_attr and align 1 so that e...Kostya Serebryany2013-03-18