summaryrefslogtreecommitdiffstats
path: root/llvm/test/Instrumentation/HWAddressSanitizer
Commit message (Expand)AuthorAgeFilesLines
* hwasan: add tag_offset DWARF attribute to optimized debug infoEvgenii Stepanov2019-12-121-0/+61
* [hwasan] Remove lazy thread-initialisationDavid Spickett2019-11-041-39/+0
* hwasan: Compatibility fixes for short granules.Peter Collingbourne2019-09-274-22/+52
* hwasan: Untag unwound stack frames by wrapping personality functions.Peter Collingbourne2019-08-232-4/+96
* hwasan: Instrument globals.Peter Collingbourne2019-08-061-0/+37
* Added address-space mangling for stack related intrinsicsChristudasan Devadasan2019-07-222-2/+2
* hwasan: Initialize the pass only once.Peter Collingbourne2019-07-171-4/+4
* hwasan: Pad arrays with non-1 size correctly.Peter Collingbourne2019-07-164-9/+24
* hwasan: Improve precision of checks using short granule tags.Peter Collingbourne2019-07-094-10/+65
* hwasan: Remove the old frame descriptor mechanism.Peter Collingbourne2019-06-283-30/+0
* hwasan: Use llvm.read_register intrinsic to read the PC on aarch64 instead of...Peter Collingbourne2019-06-271-0/+3
* hwasan: Use bits [3..11) of the ring buffer entry address as the base stack tag.Peter Collingbourne2019-06-172-6/+9
* hwasan: Add a tag_offset DWARF attribute to instrumented stack variables.Peter Collingbourne2019-06-171-0/+50
* HWASan exception support.Evgeniy Stepanov2019-05-161-0/+37
* [NewPM] Port HWASan and Kernel HWASanLeonard Chan2019-05-141-0/+6
* hwasan: Enable -hwasan-allow-ifunc by default.Peter Collingbourne2019-04-092-6/+6
* hwasan: If we split the entry block, move static allocas back into the entry ...Peter Collingbourne2019-01-251-2/+5
* hwasan: Read shadow address from ifunc if we don't need a frame record.Peter Collingbourne2019-01-232-23/+27
* hwasan: Move memory access checks into small outlined functions on aarch64.Peter Collingbourne2019-01-235-170/+171
* Revert "Revert "[hwasan] Android: Switch from TLS_SLOT_TSAN(8) to TLS_SLOT_SA...Evgeniy Stepanov2019-01-051-2/+2
* hwasan: Implement lazy thread initialization for the interceptor ABI.Peter Collingbourne2019-01-041-0/+25
* [HWASAN] Instrument memorty intrinsics by defaultEugene Leviant2018-12-241-1/+1
* [HWASAN] Add support for memory intrinsicsEugene Leviant2018-12-201-0/+40
* hwasan: Move ctor into a comdat.Peter Collingbourne2018-12-172-2/+5
* Revert "[hwasan] Android: Switch from TLS_SLOT_TSAN(8) to TLS_SLOT_SANITIZER(6)"Evgeniy Stepanov2018-12-131-2/+2
* [hwasan] Android: Switch from TLS_SLOT_TSAN(8) to TLS_SLOT_SANITIZER(6)Ryan Prichard2018-12-121-2/+2
* [hwasan] add stack frame descriptions.Kostya Serebryany2018-10-233-0/+29
* [hwasan] Record and display stack history in stack-based reports.Evgeniy Stepanov2018-09-244-35/+92
* Revert "[hwasan] Record and display stack history in stack-based reports."Evgeniy Stepanov2018-09-244-92/+35
* [hwasan] Record and display stack history in stack-based reports.Evgeniy Stepanov2018-09-244-35/+92
* [hwasan] Add -hwasan-with-ifunc flag.Evgeniy Stepanov2018-08-101-0/+30
* [HWASan] Do not retag allocas before return from the function.Alex Shlyapnikov2018-06-292-14/+30
* [HWASan] Introduce non-zero based and dynamic shadow memory (LLVM).Alex Shlyapnikov2018-04-202-15/+43
* hwasan: add -fsanitize=kernel-hwaddress flagAndrey Konovalov2018-04-132-7/+7
* hwasan: add -hwasan-match-all-tag flagEvgeniy Stepanov2018-04-041-5/+11
* [HWASan] Port HWASan to Linux x86-64 (LLVM)Alex Shlyapnikov2018-03-234-0/+256
* [hwasan] Fix inline instrumentation.Evgeniy Stepanov2018-02-214-35/+50
* asan: add kernel inline instrumentation test (retry)Vedant Kumar2018-02-211-0/+28
* [hwasan] Fix kernel instrumentation of stack.Evgeniy Stepanov2018-02-091-0/+29
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-191-2/+2
* [hwasan] LLVM-level flags for linux kernel-compatible hwasan instrumentation.Evgeniy Stepanov2018-01-171-0/+27
* [hwasan] Rename sized load/store callbacks to be consistent with ASan.Evgeniy Stepanov2018-01-162-10/+10
* [hwasan] An LLVM flag to disable stack tag randomization.Evgeniy Stepanov2018-01-131-0/+7
* [hwasan] Stack instrumentation.Evgeniy Stepanov2018-01-111-0/+45
* [hwasan] Implement -fsanitize-recover=hwaddress.Evgeniy Stepanov2017-12-202-37/+74
* [hwasan] Inline instrumentation & fixed shadow.Evgeniy Stepanov2017-12-133-31/+347
* Hardware-assisted AddressSanitizer (llvm part).Evgeniy Stepanov2017-12-092-0/+216
OpenPOWER on IntegriCloud