summaryrefslogtreecommitdiffstats
path: root/js/src/jit/arm
Commit message (Collapse)AuthorAgeLines
* Revert "Issue #190 - Part 1: Remove XP_IOS conditional code"Matt A. Tobin2020-02-28-2/+9
| | | | This reverts commit 6a3d5769d01ec1a8dd56ea79aec2df91b801ce02.
* Issue #190 - Part 1: Remove XP_IOS conditional codeMatt A. Tobin2020-02-28-9/+2
|
* Replace calls to undefined functions isMarkable() and toMarkablePointer()Dmitry Grigoryev2019-10-10-2/+2
|
* [js, ARM] Always check error return from BufferOffset::diffB.Lars T Hansen2019-05-25-2/+10
| | | | | | | We were missing error checks at two points. In one case an error return is meaningful; in another case it is not, as the problem should have been guarded against at a higher level by emitting far jump islands soon enough during pasteup of compiled code.
* Fix Value::isGCThing footgun, stop returning true for NullValuetrav902018-04-07-14/+14
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+34355