aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/hipe/hipe_mode_switch.c
AgeCommit message (Expand)Author
2019-08-22Optimize continuation pointer managementBjörn Gustavsson
2018-06-18Update copyright yearHenrik Nord
2018-05-16Teach HiPE to yield from receiveRickard Green
2018-03-21Merge branch 'sverker/inline-sys_memcpy' againSverker Eriksson
2018-03-21Implementation of true asynchronous signaling between processesRickard Green
2018-03-20erts: Fix some zero size sys_memcpySverker Eriksson
2017-10-01Refactor macros for accessing Beam instructionsBjörn Gustavsson
2017-07-17erts: Replace usage of all erts_smp prefixes to just ertsLukas Larsson
2017-07-17erts: Cleanup removal of non-smp emulatorsLukas Larsson
2017-07-17erts: Remove ERTS_SMP and USE_THREAD definesLukas Larsson
2017-05-04Update copyright yearRaimo Niskanen
2017-04-04Refactor hipe specific code to use ErtsCodeInfoSverker Eriksson
2017-03-17erts: Change HIPE allocations from sys_allocSverker Eriksson
2017-02-19erts: Drop workarounds for ErLLVM w/ LLVM < 3.9Magnus Lång
2016-10-26erts: Remove unused argument to hipe_set_closure_stubSverker Eriksson
2016-05-31Move dirty reduction count to erts_dirty_process_main()Rickard Green
2016-05-17erts: Move max_heap_size field so that ErLLVM works againLukas Larsson
2016-05-10erts: Fix max heap size exit when in hipe modeLukas Larsson
2016-05-04Ensure correct reduction countingRickard Green
2016-03-15update copyright-yearHenrik Nord
2016-02-24Merge branch 'master' into sverk/master/halt-INT_MINSverker Eriksson
2016-02-24erts: Change erl_exit into erts_exitSverker Eriksson
2015-11-12Bump reductions on GCRickard Green
2015-06-18Change license text to APLv2Bruce Yinhe
2014-10-24Merge branch 'sverk/hipe-inline-reserve-trap-frame'Sverker Eriksson
2014-10-24erts: Make hipe_{un}reserve_beam_trap_frame INLINESverker Eriksson
2014-10-24Merge branch 'maint'Sverker Eriksson
2014-10-21erts: Fix bug when hipe tailcalls trapping BIF that disables GCSverker Eriksson
2014-10-21erts: Fix hipe bug when gc-disabling bif traps with gc enabledSverker Eriksson
2014-04-29erts: Fix global tracing of beam function when called from hipe codeSverker Eriksson
2014-04-29erts: Save some space in process struct for hipeSverker Eriksson
2014-02-25Merge branch 'sverk/hipe-disable-gc-bug'Sverker Eriksson
2014-02-25erts: Fix heap overwrite by hipe "trap frames" when GC is disabledSverker Eriksson
2014-02-24erts: Make source file info available in lcLukas Larsson
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2012-04-27Optimize process state changesRickard Green
2011-12-01erts: Fix hipe bug in hibernate on PowerPCSverker Eriksson
2011-10-26erts-hipe: Enable debug compiled hipe-VM with lock checkerSverker Eriksson
2011-10-26erts-hipe: Fix new trap conventions for x86, amd64 and ppcSverker Eriksson
2011-09-06BEAM: Unify allocation of X and float registersBjörn Gustavsson
2011-08-16emulator: Add a fourth element in exception stacktracesBjörn Gustavsson
2011-05-21Fix bug related to hibernate and HiPE (clear F_HIBERNATE_SCHED flag)Paul Guyot
2011-04-05Merge branch 'ks/hipe-ppc64' into devHenrik Nord
2011-03-10Fix NULL-free bug in hibernate on debug emulatorSverker Eriksson
2011-02-14Cleanup tagsKostis Sagonas
2011-01-29Fix several bugs related to hibernate/3 and HiPEPaul Guyot
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP