summaryrefslogtreecommitdiff
path: root/js/src/jit/arm64
Commit message (Collapse)AuthorAge
* Issue %15 - Part 3: Remove more old gcc compiler hacks.Moonchild2022-03-21
|
* Issue mcp-graveyard/UXP%1656 - Part 7: Nuke vim config lines in JSMoonchild2020-09-24
|
* Define JumpImmediateRange on ARM64.Lars T Hansen2019-07-20
| | | | | | | | There are comments in the code suggesting that we've made plans at some point to handle very far jumps via patching + indirect jumps, but all of those comments are TODO/FIXME. Absent such a strategy, the furthest jump is 2^27-1 bytes, and we need to define JumpImmediateRange to reflect that.
* Fix Value::isGCThing footgun, stop returning true for NullValuetrav902018-04-07
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02