aboutsummaryrefslogtreecommitdiffstats
path: root/erts
AgeCommit message (Expand)Author
2019-03-22Merge branch 'sverker/enable-big-creation/OTP-15603'Sverker Eriksson
2019-03-22epmd: Support 32-bit creation values in local nodeSverker Eriksson
2019-03-22erts: Robustify epmd reply functionSverker Eriksson
2019-03-22erts: Reject decoded local refs with too large first wordSverker Eriksson
2019-03-22erts: Fix bug in list_to_refSverker Eriksson
2019-03-22Suppress false positive warning in gcc 4.8.2Kjell Winblad
2019-03-22beam_emu.c: Avoid triggering an assertion for the wrong reasonBjörn Gustavsson
2019-03-22Merge branch 'john/erts/fix-badarg-fixed_apply'John Högberg
2019-03-22Merge branch 'john/erts/unc-path-size-fix/OTP-15693'John Högberg
2019-03-22erts: Fix incorrect UNC path length calculationJohn Högberg
2019-03-21Merge 'sverker/master/enif_whereis_pid-dirty-dtor/OTP-15694'Sverker Eriksson
2019-03-21Merge branch 'maint'Rickard Green
2019-03-21erts: Remove old encoding of pids, ports and refsSverker Eriksson
2019-03-21erts: Make DFLAG_BIG_CREATION mandatorySverker Eriksson
2019-03-21Prepare releaseErlang/OTP
2019-03-21Merge branch 'max-au/erts/dirty_scheduler_shutdown/PR-2172/OTP-15690' into ma...Erlang/OTP
2019-03-21Merge branch 'maint'Rickard Green
2019-03-21Merge branch 'bjorn/hipe-compilation/OTP-15596'Björn Gustavsson
2019-03-21Merge branch 'rickard/dist_ctrl_get_data/OTP-15617'Rickard Green
2019-03-21erts: Include argument list on badarg in fixed_applyJohn Högberg
2019-03-21Merge pull request #2188 from bjorng/bjorn/tune-beam-3Björn Gustavsson
2019-03-21Merge branch 'bmk/20190320/esock/test_case_adjustements'Micael Karlberg
2019-03-21Merge branch 'bmk/20190318/temporary_fix_for_realtime_on_darwin'Micael Karlberg
2019-03-21Merge branch 'bmk/20190318/invalid_make_ref_at_sock_close'Micael Karlberg
2019-03-21Merge branch 'max-au/erts/dirty_scheduler_shutdown/PR-2172/OTP-15690'Lukas Larsson
2019-03-21erts: release dirty runqueue lock before entering endless loop when BEAM is s...Maxim Fedorov
2019-03-20Fix reception of resume signal on process executing dirtyRickard Green
2019-03-20HiPE: Don't fail the compilation for unimplemented instructionsBjörn Gustavsson
2019-03-20Optimize moving of several Y registers to X registersBjörn Gustavsson
2019-03-20[socket|test] Improve test case preconditionMicael Karlberg
2019-03-20Merge branch 'sverker/nif-test-cuddle'Sverker Eriksson
2019-03-19Merge branch 'sverker/enif_whereis_pid-dirty-dtor'Sverker Eriksson
2019-03-19Add possibility to also get size of data from erlang:dist_ctrl_get_data()Rickard Green
2019-03-19erts: Add test of enif_whereis* from resource destructorSverker Eriksson
2019-03-19erts: Simplify nif_SUITE:nif_whereis* testsSverker Eriksson
2019-03-19erts: Schedule resource destructors alwaysSverker Eriksson
2019-03-19Optimize map updating instructionsBjörn Gustavsson
2019-03-19Optimize funs converted to literalsBjörn Gustavsson
2019-03-19Combine move and init to move_shiftBjörn Gustavsson
2019-03-19Remove the move_dup instructionBjörn Gustavsson
2019-03-19Optimize some common uses of '+' and '-'Björn Gustavsson
2019-03-19Extend move_shift to accept a literal Src operandBjörn Gustavsson
2019-03-19Tune the move_jump instructionBjörn Gustavsson
2019-03-19Eliminate i_length_setup with a literal list operandBjörn Gustavsson
2019-03-19Replace swap_temp with swap more aggressivelyBjörn Gustavsson
2019-03-19beam_makeops: Eliminate warningBjörn Gustavsson
2019-03-19Add another move_shift variationBjörn Gustavsson
2019-03-19Combine move with trimBjörn Gustavsson
2019-03-19Refactor put_list instructions for readabilityBjörn Gustavsson
2019-03-19Combine is_tuple with is_tagged_tupleBjörn Gustavsson