Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'maint' | Sverker Eriksson | 2023-01-27 | 1 | -11/+10 |
|\ | |||||
| * | Merge branch 'sverker/25/fix-cerl-core' into maint | Sverker Eriksson | 2023-01-27 | 1 | -11/+10 |
| |\ | |||||
| | * | Merge branch 'sverker/23/fix-cerl-core' into sverker/25/fix-cerl-core | Sverker Eriksson | 2023-01-26 | 1 | -11/+10 |
| | |\ | |||||
| | | * | erts: Fix cerl options -core and -gdb | Sverker Eriksson | 2023-01-26 | 1 | -11/+10 |
* | | | | Merge branch 'maint' | John Högberg | 2023-01-27 | 1 | -2/+15 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'john/jit/fix-type-hint-bug/OTP-18415' into maint | John Högberg | 2023-01-27 | 3 | -10/+31 |
| |\ \ \ | |||||
| | * | | | jit: Fix type hint error in emit_is_ge/lt | John Högberg | 2023-01-27 | 3 | -10/+31 |
* | | | | | Merge branch 'john/jit/refactor-type-hints' | John Högberg | 2023-01-27 | 22 | -402/+537 |
|\ \ \ \ \ | |||||
| * | | | | | jit: Fix a few warnings on ARM | John Högberg | 2023-01-27 | 4 | -19/+18 |
| * | | | | | jit: Turn various type hint bugs into compile-time errors | John Högberg | 2023-01-27 | 21 | -383/+519 |
* | | | | | | Merge pull request #6735 from bjorng/bjorn/jit/fix-bs-integer/GH-6732 | Björn Gustavsson | 2023-01-27 | 3 | -10/+21 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix failed matching of integer with unoptimized code | Björn Gustavsson | 2023-01-25 | 3 | -10/+21 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'maint' | John Högberg | 2023-01-26 | 4 | -11/+27 |
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | |||||
| * | | | | erts: Float negation cannot fail | John Högberg | 2023-01-23 | 3 | -8/+10 |
| * | | | | jit: Fix float negation on x64 | John Högberg | 2023-01-23 | 2 | -6/+20 |
* | | | | | Merge branch 'jv-atom-pointer-order' OTP-18414 | Sverker Eriksson | 2023-01-24 | 9 | -60/+229 |
|\ \ \ \ \ | |||||
| * | | | | | erts: Optimize flatmap internal ordering of atoms | Sverker Eriksson | 2023-01-24 | 9 | -60/+229 |
* | | | | | | Merge branch 'maint' | Sverker Eriksson | 2023-01-23 | 3 | -5/+5 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge branch 'sverker/pg-test-otp-releases' into maint | Sverker Eriksson | 2023-01-23 | 3 | -5/+5 |
| |\ \ \ \ \ | |||||
| | * | | | | | common_test: Rename undocumented macro CT_PEER/3 -> CT_PEER_REL | Sverker Eriksson | 2022-12-07 | 3 | -5/+5 |
* | | | | | | | Merge branch 'sverker/erts/vheap-max-size' | Sverker Eriksson | 2023-01-23 | 18 | -129/+220 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | erts: Optionally include off-heap binaries into max_heap_size | Sverker Eriksson | 2023-01-23 | 10 | -48/+156 |
| * | | | | | | | Refactor erts_max_heap_size_map() with ErtsHeapFactory | Sverker Eriksson | 2023-01-23 | 4 | -52/+39 |
| * | | | | | | | erts: Remove some process VHEAP macros | Sverker Eriksson | 2023-01-23 | 8 | -30/+26 |
|/ / / / / / / | |||||
* | | | | | | | Merge branch 'maint' | Sverker Eriksson | 2023-01-23 | 1 | -6/+10 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Merge branch 'sverker/erts/fix-notify_port_task_executed/OTP-18391' into maint | Sverker Eriksson | 2023-01-23 | 2 | -9/+15 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | erts: Fix bug in erts_io_notify_port_task_executed | Sverker Eriksson | 2023-01-12 | 1 | -6/+10 |
| | * | | | | | | erts: Fix erts_poll_get_selected_events on some platforms | John Högberg | 2023-01-12 | 1 | -3/+5 |
| | | |_|_|_|/ | | |/| | | | | |||||
* | | | | | | | Merge branch 'bmk/erts/esock/20221216/prepare_for_async_io/OTP-18029' | Micael Karlberg | 2023-01-23 | 9 | -5989/+6931 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | [erts|esock] Enable 'delay halt' | Micael Karlberg | 2023-01-16 | 1 | -3/+17 |
| * | | | | | | | [erts|esock] Tweaked void'ing | Micael Karlberg | 2023-01-13 | 1 | -0/+4 |
| * | | | | | | | [erts|esock] Add a placeholder on-halt callback function | Micael Karlberg | 2023-01-12 | 1 | -4/+26 |
| * | | | | | | | [erts|esock] Cleanup | Micael Karlberg | 2023-01-12 | 4 | -132/+132 |
| * | | | | | | | [erts|esock] Fixed windows related issues | Micael Karlberg | 2023-01-11 | 3 | -65/+74 |
| * | | | | | | | [erts|esock] Moved the peername function to unix file | Micael Karlberg | 2023-01-10 | 2 | -47/+33 |
| * | | | | | | | [erts|esock] Moved the sockname function to unix file | Micael Karlberg | 2023-01-10 | 2 | -48/+36 |
| * | | | | | | | [erts|esock] Moved the shutdown function to unix file | Micael Karlberg | 2023-01-10 | 2 | -26/+10 |
| * | | | | | | | [erts|esock] Moved the fin-close function to unix file | Micael Karlberg | 2023-01-10 | 4 | -105/+95 |
| * | | | | | | | [erts|esock] Moved the close function to unix file | Micael Karlberg | 2023-01-10 | 3 | -67/+57 |
| * | | | | | | | [erts|esock] Moved the recvmsg function to unix file | Micael Karlberg | 2023-01-09 | 3 | -978/+574 |
| * | | | | | | | [erts|esock] Moved the recvfrom function to unix file | Micael Karlberg | 2023-01-05 | 2 | -199/+184 |
| * | | | | | | | [erts|esock] Moved the recv function to unix file | Micael Karlberg | 2023-01-05 | 3 | -584/+940 |
| * | | | | | | | [erts|esock] Moved the sendfile function(s) to unix file | Micael Karlberg | 2023-01-05 | 6 | -821/+824 |
| * | | | | | | | [erts|esock] Moved the sendmsg function to unix file | Micael Karlberg | 2023-01-04 | 6 | -1041/+728 |
| * | | | | | | | [erts|esock] Moved the sendto function to unix file | Micael Karlberg | 2023-01-04 | 2 | -106/+77 |
| * | | | | | | | [erts|esock] Moved the send function to unix file | Micael Karlberg | 2023-01-03 | 5 | -95/+519 |
| * | | | | | | | [erts|esock] Accept frunction renaming | Micael Karlberg | 2023-01-03 | 1 | -58/+58 |
| * | | | | | | | [erts|esock] Moved the accept function to unix file | Micael Karlberg | 2022-12-22 | 4 | -708/+752 |
| * | | | | | | | [erts|esock] Moved the listen function to unix file | Micael Karlberg | 2022-12-22 | 2 | -36/+31 |
| * | | | | | | | [erts|esock] Moved the connect function to unix file | Micael Karlberg | 2022-12-22 | 4 | -297/+315 |