This is an archive of the discontinued LLVM Phabricator instance.

[TSan][MIPS] Implements setjmp assembly for MIPS64
ClosedPublic

Authored by slthakur on Aug 14 2016, 10:39 PM.

Details

Diff Detail

Repository
rL LLVM

Event Timeline

slthakur updated this revision to Diff 67996.Aug 14 2016, 10:39 PM
slthakur retitled this revision from to [TSan][MIPS] Implements setjmp assembly for MIPS64.
slthakur updated this object.
slthakur added reviewers: dvyukov, samsonov, kcc.
slthakur set the repository for this revision to rL LLVM.
slthakur added a project: Restricted Project.
dvyukov accepted this revision.Aug 15 2016, 4:59 PM
dvyukov edited edge metadata.

Thanks!
I only skimmed through assembly as I don't speak mips. But if the tests pass, I am fine with it.

This revision is now accepted and ready to land.Aug 15 2016, 4:59 PM
slthakur closed this revision.Aug 15 2016, 10:18 PM

Committed in rL278775