summaryrefslogtreecommitdiffstats
path: root/js/src/jit/arm/MacroAssembler-arm.cpp
Commit message (Collapse)AuthorAgeLines
* [js, ARM] Always check error return from BufferOffset::diffB.Lars T Hansen2019-05-25-1/+4
| | | | | | | 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-6/+6
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+5559