This is the first part of making available LLINT for ARM traditional and armv5. First I want to rename everything from armv7 to arm. After that I can add the traditional and armv5 specific stuff to it.
Created attachment 189743 [details] proposed patch
Filip could you take a look at this please? The following patch would be this: https://bugs.webkit.org/show_bug.cgi?id=97589
ping for review, please :)
This patch looks sane for me, so if noone has any objections, I will give an r+.
Comment on attachment 189743 [details] proposed patch There was no objections, so it is time for a review. The patch is quite old now, so please update it before land. View in context: https://bugs.webkit.org/attachment.cgi?id=189743&action=review > Source/JavaScriptCore/ChangeLog:9 > + The first step to making a common ARM backend in LLINT > + for ARMv5, ARMv7 and ARMv7 traditional. A little more details please.
Thanks for the review! Patch landed: http://trac.webkit.org/changeset/145504