Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-11 | beam_validator: Simplify the match context type | John Högberg | |
There's no need to have an id as part of the type, as the value reference (through which the type is reached) uniquely identifies the match context. | |||
2019-06-11 | beam_validator: Use integers as tuple element keys | John Högberg | |
This simplifies a later migration to a unified type format, as the literal representation may differ between passes, so passing container types keyed by literals will fail. | |||
2019-06-11 | Merge branch 'maint' | Ingela Anderton Andin | |
2019-06-11 | Merge branch 'ingela/public_key/PEBS2-AES/ERL-952/OTP-15870' into maint | Ingela Anderton Andin | |
* ingela/public_key/PEBS2-AES/ERL-952/OTP-15870: public_key: Add AES to PBE2 | |||
2019-06-11 | Merge branch 'maint' | John Högberg | |
* maint: erts: Fix bad loader optimization of get_tuple_element beam_ssa_type: Fix incorrect bitstring unit determination | |||
2019-06-11 | Merge branch 'john/erts/fix-bad-get_tuple_element-opt/OTP-15871/ERIERL-374' ↵ | John Högberg | |
into maint * john/erts/fix-bad-get_tuple_element-opt/OTP-15871/ERIERL-374: erts: Fix bad loader optimization of get_tuple_element | |||
2019-06-11 | Merge branch 'john/compiler/fix-bad-bitstring-type-opt/OTP-15872' into maint | John Högberg | |
* john/compiler/fix-bad-bitstring-type-opt/OTP-15872: beam_ssa_type: Fix incorrect bitstring unit determination | |||
2019-06-10 | Merge branch 'maint' | Sverker Eriksson | |
2019-06-10 | Merge branch 'sverker/erts/hipe-arm-freebsd-clear-cache/ERL-958' into maint | Sverker Eriksson | |
OTP-15874 PR-2266 * sverker/erts/hipe-arm-freebsd-clear-cache/ERL-958: erts: Fix hipe_flush_icache_range for FreeBSD on ARM | |||
2019-06-10 | erts: Fix hipe_flush_icache_range for FreeBSD on ARM | Sverker Eriksson | |
Avoid old Linux specific syscall assembler if we can. | |||
2019-06-10 | Merge branch 'maint' | Sverker Eriksson | |
2019-06-10 | Merge branch ↵ | Sverker Eriksson | |
'sverker/erts/process-info-reductions-idle-proc/ERL-964/OTP-15865' into maint * sverker/erts/process-info-reductions-idle-proc/ERL-964/OTP-15865: erts: Improve test of process_info(reductions) Revert "erts: Force process_info(reductions) as signal" | |||
2019-06-10 | erts: Improve test of process_info(reductions) | Sverker Eriksson | |
to provoke case when the main lock is released during execution. | |||
2019-06-10 | Merge branch 'maint' | Sverker Eriksson | |
2019-06-10 | Merge branch 'sverker/erts/break-p-segv/ERL-965/OTP-15873' into maint | Sverker Eriksson | |
* sverker/erts/break-p-segv/ERL-965/OTP-15873: erts: Fix SEGV crash on shell break (p)roc info | |||
2019-06-10 | erts: Fix bad loader optimization of get_tuple_element | John Högberg | |
The following sequence would be wrongly optimized into a i_get_tuple_element2 instruction, reading an element from the wrong tuple: {get_tuple_element,{x,0},1,{x,0}}. {get_tuple_element,{x,0},2,{x,1}}. | |||
2019-06-10 | beam_ssa_type: Fix incorrect bitstring unit determination | John Högberg | |
The compiler would treat the "Unit" of bs_init instructions as the unit of the result instead of the required unit of the input, causing is_binary checks to be wrongly optimized away. | |||
2019-06-10 | Merge branch 'sverker/pre-push-detect-upgrade' | Sverker Eriksson | |
2019-06-10 | Write pre-push error messages with red color | Sverker Eriksson | |
2019-06-10 | Add pre-push update notification | Sverker Eriksson | |
2019-06-10 | Merge branch 'maint' | Siri Hansen | |
2019-06-10 | Merge branch ↵ | Siri Hansen | |
'siri/ct/hook-terminated-not-initiated/maint-21/ERIERL-370/OTP-15863' into maint * siri/ct/hook-terminated-not-initiated/maint-21/ERIERL-370/OTP-15863: [ct] Fix bug where Hook:terminate/1 was called before Hook:init/2 | |||
2019-06-10 | Merge branch 'maint' | Siri Hansen | |
2019-06-10 | Merge branch 'siri/ct/hook-terminated-not-initiated/ERIERL-370/OTP-15863' ↵ | Siri Hansen | |
into maint * siri/ct/hook-terminated-not-initiated/ERIERL-370/OTP-15863: [ct] Fix bug where Hook:terminate/1 was called before Hook:init/2 | |||
2019-06-10 | public_key: Add AES to PBE2 | Ingela Anderton Andin | |
2019-06-10 | Merge branch 'maint' | Ingela Anderton Andin | |
2019-06-10 | Merge branch 'ingela/ssl/dtls-multiplxor/ERL-962/OTP-15864' into maint | Ingela Anderton Andin | |
* ingela/ssl/dtls-multiplxor/ERL-962/OTP-15864: ssl: Add missing gen_server return value in DTLS packet demux process | |||
2019-06-07 | ssl: Add missing gen_server return value in DTLS packet demux process | Ingela Anderton Andin | |
2019-06-05 | Let pre-push hook detect when it needs an upgrade | Sverker Eriksson | |
after a master release. | |||
2019-06-05 | Merge branch 'maint' | Siri Hansen | |
2019-06-05 | Merge branch 'siri/logger/relatve-log-file-path/OTP-15850' into maint | Siri Hansen | |
* siri/logger/relatve-log-file-path/OTP-15850: [logger] Store file name as absolute path in logger_std_h | |||
2019-06-05 | Merge branch 'maint' | Hans Bolinder | |
* maint: dialyzer: Correct indentation of field warnings | |||
2019-06-05 | Merge branch 'hasse/dialyzer/fix_string_split/OTP-15861/ERL-953' into maint | Hans Bolinder | |
* hasse/dialyzer/fix_string_split/OTP-15861/ERL-953: dialyzer: Correct indentation of field warnings | |||
2019-06-05 | Merge branch 'maint' | Ingela Anderton Andin | |
2019-06-05 | Merge branch 'ingela/ssl/ret-ext/ERL-951/OTP-15862' into maint | Ingela Anderton Andin | |
* ingela/ssl/ret-ext/ERL-951/OTP-15862: ssl: Fix broken return value | |||
2019-06-05 | ssl: Fix broken return value | Ingela Anderton Andin | |
2019-06-05 | [ct] Fix bug where Hook:terminate/1 was called before Hook:init/2 | Siri Hansen | |
This problem was introduced with commit acd87425acf7705328b01aa8f0a804207ffe4790, when the new hook function post_groups/2 and post_all/3 were added. | |||
2019-06-04 | erts: Fix SEGV crash on shell break (p)roc info | Sverker Eriksson | |
esdp==NULL if run by non scheduler thread. | |||
2019-06-04 | Merge branch 'maint' | Ingela Anderton Andin | |
2019-06-04 | Merge branch 'ingela/ssl/22/alert-strings/OTP-15844' into maint | Ingela Anderton Andin | |
* ingela/ssl/22/alert-strings/OTP-15844: ssl: Returned "alert error string" should be same as logged alert string | |||
2019-06-04 | ssl: Returned "alert error string" should be same as logged alert string | Ingela Anderton Andin | |
2019-06-04 | Revert "erts: Force process_info(reductions) as signal" | Sverker Eriksson | |
This reverts commit 70dbf671a8196110d2aee2e7507afc2c2c75183f. As the comment of 70dbf671a8 itself indicates, that "fix" is not really necessary. It has, however, the bad effect of always consuming reductions of the process you want to know reduction from, that is you can't meassure reduction count without affecting it. | |||
2019-06-04 | Merge branch 'maint' | Ingela Anderton Andin | |
2019-06-04 | Merge branch 'ingela/ssl/PR-2235/OTP-15851' into maint | Ingela Anderton Andin | |
* ingela/ssl/PR-2235/OTP-15851: Export sign_scheme/0 types | |||
2019-06-04 | Merge branch 'maint' | Ingela Anderton Andin | |
2019-06-04 | Merge pull request #2268 from IngelaAndin/ingela/ssl/DTLS-version-check/ERL-920 | Ingela Andin | |
ssl: Change check of DTLS record version OTP-15807 Merged as it is an confirmed improvement, however more work needs to be done on DTLS test framework. | |||
2019-06-04 | [ct] Fix bug where Hook:terminate/1 was called before Hook:init/2 | Siri Hansen | |
This problem was introduced with commit acd87425acf7705328b01aa8f0a804207ffe4790, when the new hook function post_groups/2 and post_all/3 were added. | |||
2019-06-04 | dialyzer: Correct indentation of field warnings | Hans Bolinder | |
See also https://bugs.erlang.org/browse/ERL-953. | |||
2019-06-04 | Merge branch 'maint' | Ingela Anderton Andin | |
2019-06-04 | Merge pull request #2269 from IngelaAndin/ingela/ssl/ret-ext/ERL-951 | Ingela Andin | |
ssl: Fix broken return value OTP-15862 |