summaryrefslogtreecommitdiff
path: root/erts/emulator/utils
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearErlang/OTP2023-05-151-1/+1
* erts: Modernize K&R-style functionsFrej Drejhammar2023-04-061-1/+1
* Optimize binary matching for fixed-width segmentsBjörn Gustavsson2022-09-021-0/+1
* erts: Normalize formatting and disallow `\` in ops.tabJohn Högberg2022-02-231-4/+3
* jit: Refactor ArgVal to catch errors earlierJohn Högberg2022-02-211-8/+118
* Update copyright yearErlang/OTP2022-02-155-5/+5
* Disallow repeated variables in transformationsBjörn Gustavsson2022-02-031-12/+23
* beam_makeops: Automatically continue lines ending in '|' or '=>'Björn Gustavsson2022-02-031-4/+21
* Merge branch 'maint'Rickard Green2022-01-252-75/+5
|\
| * Merge branch 'jdb/erts/remove-ERLANG_COMPILE_DATE' into maintRickard Green2022-01-252-75/+5
| |\
| | * erts: Remove ERLANG_COMPILE_DATE from erl_version.hJérôme de Bretagne2022-01-191-10/+5
| | * erts: Remove the unused mkver.c fileJérôme de Bretagne2022-01-061-65/+0
* | | Merge branch 'sverker/static-nif-init' OTP-17729Sverker Eriksson2022-01-131-23/+4
|\ \ \
| * | | erts: Add support for static Elixir NIF modulesSverker Eriksson2022-01-131-23/+4
* | | | Merge branch 'maint'Rickard Green2022-01-104-7/+7
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #5579 from JeromeDeBretagne/jdb/erts/remove-timestamps-in-...Rickard Green2022-01-103-6/+5
| |\ \ \
| | * | | erts: Remove timestamps in a few scriptsJérôme de Bretagne2022-01-043-6/+5
| | | |/ | | |/|
| * | | erts: Generate beamasm_protos.h deterministicallyJérôme de Bretagne2022-01-061-1/+2
| |/ /
* | | Update copyright yearRickard Green2021-12-162-2/+2
* | | Merge branch 'maint'Rickard Green2021-12-134-4/+4
|\ \ \ | |/ /
| * | Update copyright yearRickard Green2021-12-134-4/+4
* | | Fix typos in erts/emulator/utilsKian-Meng, Ang2021-12-012-4/+4
| |/ |/|
* | erts: Fix loading of code with type chunkLukas Larsson2021-11-121-1/+3
* | Merge pull request #5281 from bjorng/bjorn/bs-construction/GH-4971/OTP-17504Björn Gustavsson2021-10-221-0/+1
|\ \
| * | Implement the bs_create_bin instructionBjörn Gustavsson2021-10-191-0/+1
* | | Remove empty tuples from heap and create global empty tuple constantKjell Winblad2021-10-201-0/+1
|/ /
* | jit: Implement code generation for ARMBjörn Gustavsson2021-05-251-1/+30
* | jit: Use a span instead of std::vector for instruction argumentsJohn Högberg2021-05-241-4/+4
* | jit: Refactor ArgVal typesJohn Högberg2021-05-241-0/+4
|/
* Merge branch 'maint'Hans Nilsson2020-11-271-0/+1
|\
| * make_driver_tab: also strip .gprof marker from static archiveMikael Pettersson2020-11-191-0/+1
* | erts: Statically allocate trap export entries againJohn Högberg2020-11-131-3/+3
* | erts: Replace `BeamInstr*` with `ErtsCodePtr` (void*)John Högberg2020-11-121-2/+2
* | otp: Remove HiPE and HiPE-related accessoriesJohn Högberg2020-11-092-60/+0
* | jit: Make all code read-only, dual-mapping writable pagesJohn Högberg2020-11-051-2/+2
* | jit: Further polish and optimize BEAMASMBjörn Gustavsson2020-09-221-129/+165
* | erts: Implement the BeamAsm JITLukas Larsson2020-09-222-17/+145
* | erts: Refactor bif exports to be allocated at start-timeLukas Larsson2020-09-211-4/+7
* | erts: Break out BEAM file handling to its own moduleJohn Högberg2020-09-211-8/+10
* | Refactor the transformation engineBjörn Gustavsson2020-06-111-30/+88
|/
* Merge branch 'maint'Rickard Green2020-03-131-1/+1
|\
| * Update copyright yearRickard Green2020-03-131-1/+1
* | Fix cross build and build of multiple targets in same source treeRickard Green2020-03-131-0/+55
* | Merge pull request #2501 from bjorng/bjorn/erts/loading-speedBjörn Gustavsson2020-01-131-51/+234
|\ \
| * | Optimize matching of transformationsBjörn Gustavsson2020-01-101-39/+141
| * | Combine transformation instructionsBjörn Gustavsson2020-01-101-8/+83
| * | beam_makeops: Support literal operands in predicatesBjörn Gustavsson2020-01-081-4/+10
* | | instrument: Include allocation types in carrier statisticsJohn Högberg2020-01-071-0/+3
|/ /
* | Merge branch 'dgud/cleanup-windows-build'Dan Gudmundsson2019-11-141-9/+1
|\ \
| * | Refactor win32 configure handlingDan Gudmundsson2019-11-121-9/+1
| |/