Age | Commit message (Expand) | Author |
2018-03-09 | Always use sys_memcpy/cmp/etc instead of plain memcpy/cmp/etc | John Högberg |
2018-01-24 | Merge branch 'maint' | Sverker Eriksson |
2018-01-24 | Merge branch 'sverker/hipe-load-fixing/OTP-14891' into maint | Sverker Eriksson |
2018-01-17 | Fix slow hipe execution | Sverker Eriksson |
2018-01-11 | Merge branch 'maint' | Rickard Green |
2018-01-11 | Fix encoding of filenames in stacktraces | Rickard Green |
2017-11-27 | erts: Fix bad merge of PR #1644 | Björn Gustavsson |
2017-11-27 | Merge branch 'maint' | John Högberg |
2017-11-24 | Fix purging of modules with "fake literals" | Björn Gustavsson |
2017-11-13 | Refuse to load "literals" that can be confused with registers | Björn Gustavsson |
2017-10-30 | Merge branch 'lukas/erts/misc_fixes' | Lukas Larsson |
2017-10-30 | erts: Fix a bunch of compiler warnings | Lukas Larsson |
2017-10-17 | Merge branch 'sverker/on_load-nonblocking/OTP-14680' | Sverker Eriksson |
2017-10-12 | erts: Remove scheduler blocking during finish_after_on_load_2 | Sverker Eriksson |
2017-10-05 | Pack operands into the instruction word | Björn Gustavsson |
2017-10-01 | beam_load.c: Generalize the 'P' operator in the packing engine | Björn Gustavsson |
2017-10-01 | Refactor macros for accessing Beam instructions | Björn Gustavsson |
2017-09-14 | Pack failure labels in i_select_val2 and i_select_tuple_arity2 | Björn Gustavsson |
2017-09-14 | Rewrite select_val_bins so that its labels can be packed | Björn Gustavsson |
2017-09-14 | Pack sequences of trailing 'f' operands | Björn Gustavsson |
2017-09-14 | Implement packing of 'f' and 'j' | Björn Gustavsson |
2017-09-14 | Use relative failure labels | Björn Gustavsson |
2017-09-14 | Remove JUMP_OFFSET | Björn Gustavsson |
2017-09-13 | Refactor instructions to support relative jumps | Björn Gustavsson |
2017-09-01 | Merge pull request #1550 from bjorng/bjorn/erts/unique-literals | Björn Gustavsson |
2017-08-29 | De-duplicate bignums in the literal pool | Björn Gustavsson |
2017-08-28 | Remove backward compatibility support for float literals | Björn Gustavsson |
2017-08-23 | Add the 'S' type for a register source | Björn Gustavsson |
2017-08-23 | Pack instructions using 'q', 'c', and 's' | Björn Gustavsson |
2017-08-23 | beam_makeops: Introduce the new type 'W' (machine word) | Björn Gustavsson |
2017-08-23 | Use the wait_timeout_{un}locked_int instructions | Björn Gustavsson |
2017-08-15 | Slightly optimize updating of maps | Björn Gustavsson |
2017-08-11 | Break out most instructions from beam_emu.c | Björn Gustavsson |
2017-07-17 | erts: Replace usage of all erts_smp prefixes to just erts | Lukas Larsson |
2017-07-17 | erts: Remove ERTS_SMP and USE_THREAD defines | Lukas Larsson |
2017-07-06 | Introduce new_small_map_lit op | Michal Muskala |
2017-05-08 | Merge branch 'sverker/is_module_native-trace-bug/OTP-14390' | Sverker Eriksson |
2017-05-04 | erts: Fix code:is_module_native for local trace | Sverker Eriksson |
2017-05-04 | erts: Move and rename erts_is_native_break() | Sverker Eriksson |
2017-05-04 | Update copyright year | Raimo Niskanen |
2017-04-12 | erts: Introduce struct binary_internals | Sverker Eriksson |
2017-04-11 | erts: Introduce erts_bin_release | Sverker Eriksson |
2017-04-05 | erts: Remove deliberate leak of hipe fun entries | Sverker Eriksson |
2017-04-04 | erts: Refactor ErtsCodeInfo.native | Sverker Eriksson |
2017-03-17 | erts: Change HIPE allocations from sys_alloc | Sverker Eriksson |
2017-02-14 | erts: Add deallocation veto for magic destructors | Sverker Eriksson |
2017-02-06 | Use magic refs for code loading state | Rickard Green |
2017-02-06 | Merge branch 'maint' | Rickard Green |
2017-02-06 | Atomic reference count of binaries also in non-SMP | Rickard Green |
2017-02-01 | Merge branch 'josevalim/atu8-chunk/PR-1078/OTP-14178' | Björn Gustavsson |