Age | Commit message (Expand) | Author |
2018-05-16 | Teach HiPE to yield from receive | Rickard Green |
2018-04-26 | Fix handling of process-info requests in receive | Rickard Green |
2018-03-21 | Merge branch 'sverker/inline-sys_memcpy' again | Sverker Eriksson |
2018-03-21 | Implementation of true asynchronous signaling between processes | Rickard Green |
2018-03-20 | erts: Fix some zero size sys_memcpy | Sverker Eriksson |
2018-02-14 | Merge branch 'sverker/gc-move-opt' | Sverker Eriksson |
2018-01-29 | erts: Refactor hipe x86_64 trampolines | Sverker Eriksson |
2018-01-29 | make HiPE work on x86_64 when PIE is enabled | bhuztez |
2018-01-24 | Merge branch 'maint' | Sverker Eriksson |
2018-01-22 | Don't build a stacktrace if it's only passed to erlang:raise/3 | Björn Gustavsson |
2018-01-19 | erts: Optimize move_cons & move_boxed | Sverker Eriksson |
2018-01-17 | Fix slow hipe execution | Sverker Eriksson |
2018-01-03 | Merge branch 'maint' | Sverker Eriksson |
2018-01-03 | Add PRIMOP_ABI_VSN to erts checksum | Sverker Eriksson |
2018-01-03 | Fix bug in hipe primop bs_put_utf8 | Sverker Eriksson |
2017-12-12 | erts: Remove some straggling ERTS_SMP | Sverker Eriksson |
2017-12-08 | Merge pull request #1634 from bjorng/bjorn/get_stacktrace-syntax/OTP-14692 | Björn Gustavsson |
2017-12-04 | Merge branch 'maint' | Björn Gustavsson |
2017-11-30 | Add syntax in try/catch to retrieve the stacktrace directly | Björn Gustavsson |
2017-11-16 | HiPE: Unique ref receive opt | Magnus Lång |
2017-11-15 | Merge PR-1621 from margnus1/hipe-literal-tag | Sverker Eriksson |
2017-11-11 | fix output formatting in several HiPE debug BIFs | Mikael Pettersson |
2017-11-07 | Merge branch 'sverker/cleanup-hipe_bs_validate_unicode' | Sverker Eriksson |
2017-11-07 | Merge branch 'maint' | Sverker Eriksson |
2017-11-06 | erts: Remove obsolete hipe primop bs_validate_unicode | Sverker Eriksson |
2017-11-05 | HiPE: Support literal tags | Magnus Lång |
2017-11-05 | HiPE: Make is_divisible a primop | Magnus Lång |
2017-11-05 | fix output formatting in hipe_bifs:show_heap/1 | Mikael Pettersson |
2017-11-03 | Merge branch 'maint' | Sverker Eriksson |
2017-11-03 | Fix bug in hipe for <<X/utf32>> | Sverker Eriksson |
2017-11-03 | Prevent hipe_bs_validate_unicode from doing GC | Sverker Eriksson |
2017-10-01 | Eliminate the OpCode() macro | Björn Gustavsson |
2017-10-01 | Refactor macros for accessing Beam instructions | Björn Gustavsson |
2017-08-31 | ops.tab: Mark infrequently used instructions as %cold | 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: Cleanup configure and makefiles after non-smp removal | Lukas Larsson |
2017-07-17 | erts: Cleanup removal of non-smp emulators | Lukas Larsson |
2017-07-17 | erts: Remove ERTS_SMP and USE_THREAD defines | Lukas Larsson |
2017-07-06 | Allow toggling lock counting at runtime | John Högberg |
2017-05-04 | Update copyright year | Raimo Niskanen |
2017-04-12 | erts: Introduce struct binary_internals | Sverker Eriksson |
2017-04-11 | erts: Init refc=1 in erts_bin_nrml_alloc | Sverker Eriksson |
2017-04-05 | erts: Remove hipe_bifs:remove_refs_from/1 | Sverker Eriksson |
2017-04-04 | Refactor hipe specific code to use ErtsCodeInfo | Sverker Eriksson |
2017-03-30 | Add a missing 0 to an address, which was suspiciously missing | Kostis Sagonas |
2017-03-27 | Make hipe_bifs:alloc_data/3 pad addr to alignment | Magnus Lång |
2017-03-17 | erts: Change HIPE allocations from sys_alloc | Sverker Eriksson |
2017-02-28 | erts: Refactor MOVE_CONS to inline function | Björn-Egil Dahlberg |
2017-02-28 | erts: Refactor MOVE_BOXED to inline function | Björn-Egil Dahlberg |