summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/jit/arm/ops.tab
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearErlang/OTP2023-04-251-1/+1
* Merge branch 'bjorn/erts/utf32/25/OTP-18560' into maint-25Erlang/OTP2023-04-251-0/+4
|\
| * Eliminate crash in matching of utf32 segmentBjörn Gustavsson2023-04-241-0/+4
* | jit: Fix hd/1 and tl/1 BIF specializationJohn Högberg2023-03-161-6/+2
|/
* JIT: Satisfy ASSERT() in the loaderBjörn Gustavsson2022-09-011-1/+1
* Handle ludicrous sizes in binary tailsBjörn Gustavsson2022-08-191-0/+2
* jit: Fix wonky line numbersJohn Högberg2022-05-051-2/+2
* erts: Normalize formatting and disallow `\` in ops.tabJohn Högberg2022-02-231-214/+224
* jit: Stop using the `?` type modifierJohn Högberg2022-02-231-75/+75
* jit: Refactor ArgVal to catch errors earlierJohn Högberg2022-02-211-1/+1
* Update copyright yearErlang/OTP2022-02-151-1/+1
* Provide more information for failed record operationsBjörn Gustavsson2022-02-091-0/+2
* jit/arm/ops.tab: Eliminate repeated variables in matchingBjörn Gustavsson2022-02-031-64/+103
* beam_makeops: Automatically continue lines ending in '|' or '=>'Björn Gustavsson2022-02-031-12/+12
* ops.tab: Mend fusing of `div` and `rem` operatorsBjörn Gustavsson2022-01-311-20/+28
* compiler: Embed known targets in call_fun2 instructionsJohn Högberg2022-01-111-2/+2
* Merge PR-5479 from sverker/sverker/nifs-attribute OTP-17151Sverker Eriksson2021-12-201-0/+1
|\
| * Reject loading NIFs not in -nifs()Sverker Eriksson2021-12-201-0/+1
* | Update copyright yearRickard Green2021-12-161-1/+1
|/
* erts: Fix is_tuple+is_tagged_tuple fusionJohn Högberg2021-12-081-2/+5
* Fix typos in erts/emulator/beamKian-Meng, Ang2021-11-301-2/+2
* compiler: Optimize fun callsJohn Högberg2021-11-101-0/+8
* erts: Use operand type information from .beam filesJohn Högberg2021-11-101-1/+4
* erts: Reorder entry line for better `perf` supportJohn Högberg2021-10-221-2/+2
* Merge pull request #5281 from bjorng/bjorn/bs-construction/GH-4971/OTP-17504Björn Gustavsson2021-10-221-3/+13
|\
| * Implement the bs_create_bin instructionBjörn Gustavsson2021-10-191-3/+13
* | Merge branch 'maint'Björn Gustavsson2021-10-201-3/+4
|/
* Remove support for BEAM files compiled before OTP 22Björn Gustavsson2021-09-271-65/+6
* jit: Implement code generation for ARMBjörn Gustavsson2021-05-251-0/+1367