aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/hipe/hipe_native_bif.c
AgeCommit message (Expand)Author
2019-02-21erts: Move reason in dist messages to payloadLukas Larsson
2018-05-16Teach HiPE to yield from receiveRickard Green
2018-04-26Fix handling of process-info requests in receiveRickard Green
2018-03-21Implementation of true asynchronous signaling between processesRickard Green
2018-01-22Don't build a stacktrace if it's only passed to erlang:raise/3Björn Gustavsson
2018-01-03Merge branch 'maint'Sverker Eriksson
2018-01-03Fix bug in hipe primop bs_put_utf8Sverker Eriksson
2017-11-16HiPE: Unique ref receive optMagnus Lång
2017-11-15Merge PR-1621 from margnus1/hipe-literal-tagSverker Eriksson
2017-11-06erts: Remove obsolete hipe primop bs_validate_unicodeSverker Eriksson
2017-11-05HiPE: Make is_divisible a primopMagnus Lång
2017-11-03Merge branch 'maint'Sverker Eriksson
2017-11-03Fix bug in hipe for <<X/utf32>>Sverker Eriksson
2017-07-17erts: Replace usage of all erts_smp prefixes to just ertsLukas Larsson
2017-07-17erts: Remove ERTS_SMP and USE_THREAD definesLukas Larsson
2017-05-04Update copyright yearRaimo Niskanen
2017-04-11erts: Init refc=1 in erts_bin_nrml_allocSverker Eriksson
2017-02-06Merge branch 'maint'Rickard Green
2017-02-06Merge branch 'rickard/binary-refc' into maintRickard Green
2017-02-06Atomic reference count of binaries also in non-SMPRickard Green
2017-01-17Merge branch 'maint'Rickard Green
2017-01-17Remove debug printout and unnecessary GCRickard Green
2017-01-12Support for dirty BIFsRickard Green
2016-08-31Remove old purge strategyRickard Green
2016-05-04erts: Add Sender in 'receive' trace matchspecSverker Eriksson
2016-05-04erts: Add matchspec to 'receive' traceSverker Eriksson
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
2016-02-02Merge branch 'maint'Zandra
2015-12-08Distinguish between GC disabled by BIFs and other disabled GCRickard Green
2015-11-27hipe: test unit size match in bs_appendMagnus Lång
2015-11-13Merge branch 'rickard/gc-bump-reds/OTP-13097'Rickard Green
2015-11-12Merge branch 'rickard/ohmq/OTP-13047'Rickard Green
2015-11-12Bump reductions on GCRickard Green
2015-11-12Fragmented young heap generation and off_heap_message_queue optionRickard Green
2015-08-20Take out unused code that results in a gcc warningKostis Sagonas
2015-06-18Change license text to APLv2Bruce Yinhe
2015-05-08Optimized timer implementationRickard Green
2014-09-04erts: Refactor binary allocation interface to also initialize BinarySverker Eriksson
2013-11-18Execution of system tasks in context of another processRickard Green
2013-03-04hipe: Use block comments - ansi styleBjörn-Egil Dahlberg
2013-02-22Update copyright yearsBjörn-Egil Dahlberg
2013-02-18noncharacter code points are allowedLukas Larsson
2011-11-17hipe,erts: Allow hipe without floating point exceptionsSverker Eriksson
2011-10-26erts-hipe: Make some primops use new BIF calling conventionSverker Eriksson
2011-10-26erts-hipe: Make hipe enabled emulator compile with new BIF callsSverker Eriksson
2011-06-14Use new atomic API in runtime systemRickard Green
2011-02-14Cleanup tagsKostis Sagonas
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP