This is an archive of the discontinued LLVM Phabricator instance.

[LLVM] [AArch64] [DFSan] Adding support of AArch64 for DFSan
AcceptedPublic

Authored by sdkie on May 10 2015, 10:46 AM.

Details

Reviewers
kcc
pcc
Summary

Added ShadowPtrMask for AArch64 Architecture.

Diff Detail

Event Timeline

sdkie updated this revision to Diff 25436.May 10 2015, 10:46 AM
sdkie retitled this revision from to [LLVM] [AArch64] [DFSan] Adding support of AArch64 for DFSan.
sdkie updated this object.
sdkie edited the test plan for this revision. (Show Details)
sdkie added reviewers: pcc, kcc.
sdkie set the repository for this revision to rL LLVM.
sdkie added a subscriber: Unknown Object (MLST).
sdkie updated this object.May 10 2015, 10:52 AM
sdkie updated this revision to Diff 25571.May 12 2015, 3:51 AM
sdkie removed rL LLVM as the repository for this revision.

Considering AArch64 has only 39 bit addressable.

@kcc @pcc Did you got time to review DFSAN patches for ARM64?

pcc accepted this revision.Jul 6 2015, 2:12 PM
pcc edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jul 6 2015, 2:12 PM

Looks like patch was not committed.