a4c072ed47
The first jump to a specific label was marked as jump to absolute position -4. This value was stored in the assembly as a branch to a offset (-4 - (instruction offset + 8)). The offset is only 24 bit long on ARM. Thus instruction offsets higher than 2^23 - 12 would overflow the offset. Fix by denoting the first jump to a label by storing the jump instruction location as the target. This will result in offset of -8, which of course always fits in the branch instruction. BUG=2736 TEST=cctest/test-assembler-arm/17 R=bmeurer@chromium.org, svenpanne@chromium.org Review URL: https://codereview.chromium.org/17116006 Patch from Kimmo Kinnunen <kkinnunen@nvidia.com>. git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15997 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
65 lines
2.1 KiB
Plaintext
65 lines
2.1 KiB
Plaintext
# Below is a list of people and organizations that have contributed
|
|
# to the V8 project. Names should be added to the list like so:
|
|
#
|
|
# Name/Organization <email address>
|
|
|
|
Google Inc.
|
|
Sigma Designs Inc.
|
|
ARM Ltd.
|
|
Hewlett-Packard Development Company, LP
|
|
Igalia, S.L.
|
|
Joyent, Inc.
|
|
Bloomberg Finance L.P.
|
|
NVIDIA Corporation
|
|
|
|
Akinori MUSHA <knu@FreeBSD.org>
|
|
Alexander Botero-Lowry <alexbl@FreeBSD.org>
|
|
Alexander Karpinsky <homm86@gmail.com>
|
|
Alexandre Vassalotti <avassalotti@gmail.com>
|
|
Andreas Anyuru <andreas.anyuru@gmail.com>
|
|
Bert Belder <bertbelder@gmail.com>
|
|
Burcu Dogan <burcujdogan@gmail.com>
|
|
Craig Schlenter <craig.schlenter@gmail.com>
|
|
Daniel Andersson <kodandersson@gmail.com>
|
|
Daniel James <dnljms@gmail.com>
|
|
Derek J Conrod <dconrod@codeaurora.org>
|
|
Dineel D Sule <dsule@codeaurora.org>
|
|
Erich Ocean <erich.ocean@me.com>
|
|
Fedor Indutny <fedor@indutny.com>
|
|
Filipe David Manana <fdmanana@gmail.com>
|
|
Haitao Feng <haitao.feng@intel.com>
|
|
Ioseb Dzmanashvili <ioseb.dzmanashvili@gmail.com>
|
|
Jan de Mooij <jandemooij@gmail.com>
|
|
Jay Freeman <saurik@saurik.com>
|
|
James Pike <g00gle@chilon.net>
|
|
Joel Stanley <joel.stan@gmail.com>
|
|
John Jozwiak <jjozwiak@codeaurora.org>
|
|
Jonathan Liu <net147@gmail.com>
|
|
Kun Zhang <zhangk@codeaurora.org>
|
|
Luis Reis <luis.m.reis@gmail.com>
|
|
Martyn Capewell <martyn.capewell@arm.com>
|
|
Mathias Bynens <mathias@qiwi.be>
|
|
Matt Hanselman <mjhanselman@gmail.com>
|
|
Maxim Mossienko <maxim.mossienko@gmail.com>
|
|
Michael Lutz <michi@icosahedron.de>
|
|
Michael Smith <mike@w3.org>
|
|
Mike Gilbert <floppymaster@gmail.com>
|
|
Paolo Giarrusso <p.giarrusso@gmail.com>
|
|
Patrick Gansterer <paroga@paroga.com>
|
|
Peter Varga <pvarga@inf.u-szeged.hu>
|
|
Rafal Krypa <rafal@krypa.net>
|
|
Rajeev R Krithivasan <rkrithiv@codeaurora.org>
|
|
Rene Rebe <rene@exactcode.de>
|
|
Robert Mustacchi <rm@fingolfin.org>
|
|
Rodolph Perfetta <rodolph.perfetta@arm.com>
|
|
Ryan Dahl <coldredlemur@gmail.com>
|
|
Sandro Santilli <strk@keybit.net>
|
|
Sanjoy Das <sanjoy@playingwithpointers.com>
|
|
Subrato K De <subratokde@codeaurora.org>
|
|
Tobias Burnus <burnus@net-b.de>
|
|
Vlad Burlik <vladbph@gmail.com>
|
|
Xi Qian <xi.qian@intel.com>
|
|
Yuqiang Xian <yuqiang.xian@intel.com>
|
|
Zaheer Ahmad <zahmad@codeaurora.org>
|
|
Zhongping Wang <kewpie.w.zp@gmail.com>
|