Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bots by adding target triple to test. | Leonard Chan | 2019-05-14 | 1 | -12/+12 |
| | | | | llvm-svn: 360720 | ||||
* | [NewPM] Port HWASan and Kernel HWASan | Leonard Chan | 2019-05-14 | 1 | -0/+34 |
Port hardware assisted address sanitizer to new PM following the same guidelines as msan and tsan. Changes: - Separate HWAddressSanitizer into a pass class and a sanitizer class. - Create new PM wrapper pass for the sanitizer class. - Use the getOrINsert pattern for some module level initialization declarations. - Also enable kernel-kwasan in new PM - Update llvm tests and add clang test. Differential Revision: https://reviews.llvm.org/D61709 llvm-svn: 360707 |