This is an archive of the discontinued LLVM Phabricator instance.

[XRAY][MIPS] Add -fxray-instrument for mips/mipsel/mips64/mips64el
ClosedPublic

Authored by slthakur on Dec 12 2016, 10:01 PM.

Details

Summary

Adds xray instrument option for mips/mipsel/mips64/mips64el.

Diff Detail

Repository
rL LLVM

Event Timeline

slthakur updated this revision to Diff 81180.Dec 12 2016, 10:01 PM
slthakur retitled this revision from to [XRAY][MIPS] Add -fxray-instrument for mips/mipsel.
slthakur updated this object.
slthakur added a reviewer: dberris.
slthakur set the repository for this revision to rL LLVM.
slthakur added subscribers: jaydeep, sdardis.
slthakur updated this revision to Diff 81527.Dec 14 2016, 9:06 PM
slthakur added a reviewer: sdardis.
slthakur removed a subscriber: sdardis.

Added test for xray attribute support on mips.

dberris accepted this revision.Dec 14 2016, 10:16 PM
dberris edited edge metadata.

Thanks @slthakur!

This revision is now accepted and ready to land.Dec 14 2016, 10:16 PM
sdardis accepted this revision.Feb 14 2017, 2:44 AM

Given the updated patches support mips64 / mips64el, this one needs updating as well. Otherwise LGTM.

slthakur updated this revision to Diff 88500.Feb 15 2017, 2:41 AM
slthakur retitled this revision from [XRAY][MIPS] Add -fxray-instrument for mips/mipsel to [XRAY][MIPS] Add -fxray-instrument for mips/mipsel/mips64/mips64el.
slthakur edited the summary of this revision. (Show Details)

Adding support for mips64/mips64el.

slthakur closed this revision.Feb 15 2017, 2:54 AM

Committed in revision 295163