summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/emu/ops.tab
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearErlang/OTP2023-04-251-1/+1
* Eliminate crash in matching of utf32 segmentBjörn Gustavsson2023-04-241-0/+5
* Handle ludicrous sizes in binary tailsBjörn Gustavsson2022-08-191-0/+2
* erts: Normalize formatting and disallow `\` in ops.tabJohn Högberg2022-02-231-202/+229
* Update copyright yearErlang/OTP2022-02-151-1/+1
* Provide more information for failed record operationsBjörn Gustavsson2022-02-091-0/+2
* emu/ops.tab: Eliminate repeated variables in matchingBjörn Gustavsson2022-02-031-43/+76
* beam_makeops: Automatically continue lines ending in '|' or '=>'Björn Gustavsson2022-02-031-19/+20
* compiler: Embed known targets in call_fun2 instructionsJohn Högberg2022-01-111-1/+1
* Reject loading NIFs not in -nifs()Sverker Eriksson2021-12-201-1/+1
* Add -nifs() attribute and nif_start instructionSverker Eriksson2021-12-201-0/+1
* Merge branch 'maint'Rickard Green2021-12-131-1/+1
|\
| * Update copyright yearRickard Green2021-12-131-1/+1
* | erts: Fix is_tuple+is_tagged_tuple fusionJohn Högberg2021-12-081-2/+4
* | Fix typos in erts/emulator/beamKian-Meng, Ang2021-11-301-2/+2
* | compiler: Optimize fun callsJohn Högberg2021-11-101-0/+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-5/+7
|\ \ \ | |/ / |/| / | |/
| * Fix matching and construction of utf16 segmentsBjörn Gustavsson2021-10-151-5/+7
* | Remove support for BEAM files compiled before OTP 22Björn Gustavsson2021-09-271-70/+6
* | erts: Refactor fun callsJohn Högberg2021-05-251-3/+6
|/
* compiler: Optimize 'receive' across function callsJohn Högberg2021-01-221-2/+10
* Handle negative zeros on unary minusJosé Valim2020-12-091-1/+3
* Optimize initialization of Y registers for the JITBjörn Gustavsson2020-10-121-6/+13
* Let the loader rewrite make_fun2 to test_heap + make_fun3Björn Gustavsson2020-10-081-1/+0
* Merge branch 'sverker/make_fun3/OTP-16712'Sverker Eriksson2020-10-071-0/+2
|\
| * compiler,erts: Add new make_fun3 instructionSverker Eriksson2020-10-071-0/+2
* | Merge branch 'maint'Björn Gustavsson2020-09-291-0/+3
* | Remove loader optimizations of dyntrace BIFsBjörn Gustavsson2020-09-231-97/+0
|/
* jit: Further polish and optimize BEAMASMBjörn Gustavsson2020-09-221-14/+20
* erts: Implement the BeamAsm JITLukas Larsson2020-09-221-2/+16
* erts: Rework loading of beam codeLukas Larsson2020-09-211-2/+2
* erts: Refactor out emu into a separate folderLukas Larsson2020-09-211-0/+1751