summaryrefslogtreecommitdiff
path: root/test/hwasan
AgeCommit message (Expand)Author
2018-06-08[HWASan] Disable allocator_returns_null.cc test on Android.Alex Shlyapnikov
2018-06-07[HWASan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov
2018-04-18[HWASan] Add "N" suffix to generic __hwasan_load/store.Alex Shlyapnikov
2018-03-27[HWASan] Make use-after-free c, not c++ test.Alex Shlyapnikov
2018-03-27[HWASan] Relax use-after-free.cc test matching rules.Alex Shlyapnikov
2018-03-24[HWASan] Fix use-after-free.cc test on x86-64Alex Shlyapnikov
2018-01-13[hwasan] An LLVM flag to disable stack tag randomization.Evgeniy Stepanov
2018-01-11[hwasan] Stack instrumentation.Evgeniy Stepanov
2018-01-10[hwasan] An option to disable tag randomization.Evgeniy Stepanov
2017-12-20[hwasan] Implement -fsanitize-recover=hwaddress.Evgeniy Stepanov
2017-12-20[hwasan] Remove --check-prefix=CHECK (NFC)Evgeniy Stepanov
2017-12-19[hwasan] Fix handling of store errors.Evgeniy Stepanov
2017-12-19[hwasan] Remove unused -check-prefix in tests.Evgeniy Stepanov
2017-12-13[hwasan] Inline instrumentation & fixed shadow.Evgeniy Stepanov
2017-12-09Hardware-assisted AddressSanitizer (compiler-rt)Evgeniy Stepanov