diff options
author | Balazs Kilvady <kilvadyb@homejinni.com> | 2013-02-01 22:00:00 +0000 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-05-23 13:39:19 +0200 |
commit | 765fd0c6ebdfbd1a0540211bc8b58e46076b41a3 (patch) | |
tree | 2cb4cbe7bc5d3e8e7ffb289c4fbe9418e3880e76 /Source/JavaScriptCore/ChangeLog | |
parent | fee41053a81024e15303ebf68e6a9a029374ce92 (diff) | |
download | qtwebkit-765fd0c6ebdfbd1a0540211bc8b58e46076b41a3.tar.gz |
offlineasm BaseIndex handling is broken on ARM due to MIPS changes
https://bugs.webkit.org/show_bug.cgi?id=108261
Patch by Balazs Kilvady <kilvadyb@homejinni.com> on 2013-02-01
Reviewed by Filip Pizlo.
offlineasm BaseIndex handling fix on MIPS.
* offlineasm/mips.rb:
* offlineasm/risc.rb:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@141641 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Conflicts:
Source/JavaScriptCore/ChangeLog
Source/JavaScriptCore/offlineasm/mips.rb
Change-Id: I7ec4d500e11717e1cb2b6fd7f310e4e66cfa7955
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@digia.com>
Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
Diffstat (limited to 'Source/JavaScriptCore/ChangeLog')
-rw-r--r-- | Source/JavaScriptCore/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Source/JavaScriptCore/ChangeLog b/Source/JavaScriptCore/ChangeLog index 4d5e69564..5b0cfcbb7 100644 --- a/Source/JavaScriptCore/ChangeLog +++ b/Source/JavaScriptCore/ChangeLog @@ -88,6 +88,18 @@ (JSC::ScratchBuffer::allocationSize): (ScratchBuffer): +2013-02-01 Balazs Kilvady <kilvadyb@homejinni.com> + + offlineasm BaseIndex handling is broken on ARM due to MIPS changes + https://bugs.webkit.org/show_bug.cgi?id=108261 + + Reviewed by Filip Pizlo. + + offlineasm BaseIndex handling fix on MIPS. + + * offlineasm/mips.rb: + * offlineasm/risc.rb: + 2013-01-07 Balazs Kilvady <kilvadyb@homejinni.com> MIPS LLInt implementation. |