Age | Commit message (Expand) | Author |
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 |
2017-01-30 | Add new AtU8 beam chunk | José Valim |
2017-01-16 | Merge branch 'maint' | Sverker Eriksson |
2017-01-12 | erts: Fix race bug between export fun creation and code loading | Sverker Eriksson |
2016-11-29 | erts: Refactor BEAM_NIF_MIN_FUNC_SZ | Sverker Eriksson |
2016-10-26 | erts: Remove unused argument to hipe_set_closure_stub | Sverker Eriksson |
2016-10-17 | Merge branch 'sverker/hipe-code-loadnpurge/OTP-13968' | Sverker Eriksson |
2016-10-14 | Merge branch 'sverker/proc-dict-atom-hash/PR-1194' | Sverker Eriksson |
2016-10-14 | Merge branch 'master' into sverker/hipe-code-loadnpurge | Sverker Eriksson |
2016-10-14 | erts: Let code:make_stub_module raise 'notsup' | Sverker Eriksson |
2016-10-14 | erts: Refactor hipe_loader_state_dtor into a true destructor | Sverker Eriksson |
2016-10-14 | erts: Fix early hipe patch loading | Sverker Eriksson |
2016-10-14 | erts: Move new hipe ref and sdesc lists to loader state | Sverker Eriksson |
2016-10-14 | Add a loader state for HiPE code loading | Magnus Lång |
2016-10-12 | erts: Refactor rename Export.code[] to Export.beam[] | Sverker Eriksson |
2016-10-12 | erts: Refactor find_function_from_pc to return MFA | Lukas Larsson |
2016-10-12 | erts: Refactor out func_info into struct | Lukas Larsson |