summaryrefslogtreecommitdiffstats
path: root/llvm/test/Instrumentation/AddressSanitizer
Commit message (Expand)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-243-4/+4
* [asan] Remove debug locations from alloca prologue instrumentationJohannes Altmanninger2019-12-032-2/+77
* [AddressSanitizer] Only instrument globals of default address spaceKarl-Johan Karlsson2019-10-301-0/+31
* [ASan] Version mismatch check follow-upJulian Lettner2019-08-291-2/+2
* [ASan] Make insertion of version mismatch guard configurableJulian Lettner2019-08-281-0/+12
* [ASan] Use dynamic shadow on 32-bit iOS and simulatorsJulian Lettner2019-06-211-0/+28
* [lit] Delete empty lines at the end of lit.local.cfg NFCFangrui Song2019-06-171-1/+0
* [IR] Disallow llvm.global_ctors and llvm.global_dtors of the 2-field form in ...Fangrui Song2019-05-151-1/+1
* Asan use-after-scope: don't poison allocas if there were untraced lifetime in...Hans Wennborg2019-04-161-0/+36
* [asan] Add options -asan-detect-invalid-pointer-cmp and -asan-detect-invalid-...Pierre Gousseau2019-03-281-0/+33
* IR: Support parsing numeric block ids, and emit them in textual output.James Y Knight2019-03-224-25/+25
* Remove ASan asm instrumentation.Evgeniy Stepanov2019-03-118-531/+0
* [NewPM] Second attempt at porting ASanLeonard Chan2019-02-131-0/+4
* [Sanitizers] UBSan unreachable incompatible with Kernel ASanJulian Lettner2019-02-041-0/+9
* [ASan] Do not instrument other runtime functions with `__asan_handle_no_return`Julian Lettner2019-02-021-21/+29
* Revert "[Sanitizers] UBSan unreachable incompatible with ASan in the presence...Julian Lettner2019-01-241-28/+20
* [Sanitizers] UBSan unreachable incompatible with ASan in the presence of `nor...Julian Lettner2019-01-241-20/+28
* [EH] Rename llvm.x86.seh.recoverfp intrinsic to llvm.eh.recoverfpMandeep Singh Grang2019-01-161-2/+2
* [asan] Undo special treatment of linkonce_odr and weak_odrVitaly Buka2018-12-201-1/+1
* [asan] Prevent folding of globals with redzonesVitaly Buka2018-12-205-10/+10
* [asan] Restore ODR-violation detection on vtablesVitaly Buka2018-12-181-1/+1
* [asan] In llvm.asan.globals, allow entries to be non-GlobalVariable and skip ...Kuba Mracek2018-12-181-0/+13
* [asan] Don't check ODR violations for particular types of globalsVitaly Buka2018-12-135-4/+30
* [asan] Split -asan-use-private-alias to -asan-use-odr-indicatorVitaly Buka2018-12-041-3/+8
* [asan] Reduce binary size by using unnamed private aliasesVitaly Buka2018-12-041-1/+1
* Revert "[PassManager/Sanitizer] Enable usage of ported AddressSanitizer passe...Leonard Chan2018-10-261-2/+0
* [PassManager/Sanitizer] Port of AddresSanitizer pass from legacy to new PassM...Leonard Chan2018-10-111-0/+2
* Fix global_metadata_external_comdat.ll testReid Kleckner2018-08-211-2/+2
* Re-land r334313 "[asan] Instrument comdat globals on COFF targets"Reid Kleckner2018-08-202-0/+55
* [ASAN] Use the correct shadow offset for ASAN on FreeBSD/mips64.John Baldwin2018-08-011-0/+12
* Rename __asan_gen_* symbols to ___asan_gen_*.Peter Collingbourne2018-07-184-9/+9
* Revert "[asan] Instrument comdat globals on COFF targets"Evgeniy Stepanov2018-06-261-46/+0
* [WinASan] Don't instrument globals in sections containing '$'Reid Kleckner2018-06-131-0/+53
* [asan] Instrument comdat globals on COFF targetsReid Kleckner2018-06-081-0/+46
* [asan] Add instrumentation support for MyriadWalter Lee2018-05-181-0/+84
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-092-2/+2
* [asan] Fix a false positive ODR violation due to LTO ConstantMerge pass [llvm...Kuba Mracek2018-03-081-0/+30
* Revert r327053.Kuba Mracek2018-03-081-30/+0
* [asan] Fix a false positive ODR violation due to LTO ConstantMerge pass [llvm...Kuba Mracek2018-03-081-0/+30
* [Tests] Remove empty test file that causes the test suite to failDavid Zarzycki2018-03-081-0/+0
* Revert r327029Kuba Mracek2018-03-081-30/+0
* [asan] Fix a false positive ODR violation due to LTO ConstantMerge pass [llvm...Kuba Mracek2018-03-081-0/+30
* Revert "asan: add kernel inline instrumentation test"Vedant Kumar2018-01-251-27/+0
* asan: add kernel inline instrumentation testVedant Kumar2018-01-251-0/+27
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-192-8/+8
* ASAN: Provide reliable debug info for local variables at -O0.Adrian Prantl2017-12-114-2/+60
* [PowerPC][asan] Update asan to handle changed memory layouts in newer kernelsBill Seurer2017-12-071-1/+1
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-043-4/+4
* [asan] Use dynamic shadow on 32-bit Android, try 2.Evgeniy Stepanov2017-11-201-0/+47
* Revert "[asan] Use dynamic shadow on 32-bit Android" and 3 more.Evgeniy Stepanov2017-11-181-47/+0
OpenPOWER on IntegriCloud