This is an archive of the discontinued LLVM Phabricator instance.

Emit StackMap section on AArch64 target
ClosedPublic

Authored by ossy on Mar 11 2015, 8:42 AM.

Details

Summary

http://reviews.llvm.org/D4574 added StackMap support and emit StackMap section on X86 target.
We need to emit this section on AArch64 too for FTL JIT of WebKit.

Diff Detail

Repository
rL LLVM

Event Timeline

ossy updated this revision to Diff 21730.Mar 11 2015, 8:42 AM
ossy retitled this revision from to Emit StackMap section on AArch64 target.
ossy updated this object.
ossy edited the test plan for this revision. (Show Details)
ossy added reviewers: atrick, ributzka, lhames, reames.
ossy set the repository for this revision to rL LLVM.
ossy added a subscriber: Unknown Object (MLST).
ributzka accepted this revision.Mar 11 2015, 9:10 AM
ributzka edited edge metadata.

LGTM

This revision is now accepted and ready to land.Mar 11 2015, 9:10 AM

Test coverage?

Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Obsoleted by rL234315.