summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/hwasan
Commit message (Expand)AuthorAgeFilesLines
* [HWASan] Disable allocator_returns_null.cc test on Android.Alex Shlyapnikov2018-06-081-0/+3
* [HWASan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov2018-06-076-0/+226
* [HWASan] Add "N" suffix to generic __hwasan_load/store.Alex Shlyapnikov2018-04-181-0/+22
* [HWASan] Make use-after-free c, not c++ test.Alex Shlyapnikov2018-03-272-39/+39
* [HWASan] Relax use-after-free.cc test matching rules.Alex Shlyapnikov2018-03-271-2/+2
* [HWASan] Fix use-after-free.cc test on x86-64Alex Shlyapnikov2018-03-241-1/+1
* [hwasan] An LLVM flag to disable stack tag randomization.Evgeniy Stepanov2018-01-131-1/+1
* [hwasan] Stack instrumentation.Evgeniy Stepanov2018-01-112-0/+48
* [hwasan] An option to disable tag randomization.Evgeniy Stepanov2018-01-101-1/+1
* [hwasan] Implement -fsanitize-recover=hwaddress.Evgeniy Stepanov2017-12-201-11/+27
* [hwasan] Remove --check-prefix=CHECK (NFC)Evgeniy Stepanov2017-12-201-1/+1
* [hwasan] Fix handling of store errors.Evgeniy Stepanov2017-12-191-9/+20
* [hwasan] Remove unused -check-prefix in tests.Evgeniy Stepanov2017-12-192-5/+5
* [hwasan] Inline instrumentation & fixed shadow.Evgeniy Stepanov2017-12-132-12/+8
* Hardware-assisted AddressSanitizer (compiler-rt)Evgeniy Stepanov2017-12-095-0/+131
OpenPOWER on IntegriCloud