aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/hipe/hipe_bif0.c
AgeCommit message (Expand)Author
2018-01-17Fix slow hipe executionSverker Eriksson
2017-07-06Allow toggling lock counting at runtimeJohn Högberg
2017-05-04Update copyright yearRaimo Niskanen
2017-04-12erts: Introduce struct binary_internalsSverker Eriksson
2017-04-05erts: Remove hipe_bifs:remove_refs_from/1Sverker Eriksson
2017-04-04Refactor hipe specific code to use ErtsCodeInfoSverker Eriksson
2017-03-27Make hipe_bifs:alloc_data/3 pad addr to alignmentMagnus Lång
2017-03-17erts: Change HIPE allocations from sys_allocSverker Eriksson
2017-02-06Use magic refs for code loading stateRickard Green
2017-02-06Merge branch 'maint'Rickard Green
2017-02-06Atomic reference count of binaries also in non-SMPRickard Green
2017-01-12Support for dirty BIFsRickard Green
2016-12-06erts: Fix missing HiPE trampolines on armMagnus Lång
2016-10-28erts: Exclude random beam functions from hipe stacktraceSverker Eriksson
2016-10-18Change the return type of hipe_bifs:add_ref/2Kostis Sagonas
2016-10-14Merge branch 'master' into sverker/hipe-code-loadnpurgeSverker Eriksson
2016-10-14erts: Replace unsafe Module.first_hipe_refSverker Eriksson
2016-10-14erts: Cleanup hipe trampoline codeSverker Eriksson
2016-10-14erts: Fix old leak for arm hipe codeSverker Eriksson
2016-10-14erts: Refactor out hipe_purge_refs/sdescSverker Eriksson
2016-10-14erts: Fix early hipe patch loadingSverker Eriksson
2016-10-14erts: Move new hipe ref and sdesc lists to loader stateSverker Eriksson
2016-10-14erts: Use hipe_free_moduleSverker Eriksson
2016-10-14Add a loader state for HiPE code loadingMagnus Lång
2016-10-12erts: Refactor out func_info into structLukas Larsson
2016-10-10erts: Remove unused hipe_bifs:code_sizeSverker Eriksson
2016-10-10erts: Improve hipe load/upgrade/purge machinerySverker Eriksson
2016-10-10erts: Refactor rename struct hipe_sdescSverker Eriksson
2016-10-10erts: Refactor rename structs hipe_mfa and hipe_refSverker Eriksson
2016-05-31Merge branch 'sverker/bad-hash'Sverker Eriksson
2016-05-26Merge branch 'margnus1/llvm-compatibility/PR-1057/OTP-13626'Sverker Eriksson
2016-05-26erts: Improve bucket search for hipe_mfa_infoSverker Eriksson
2016-05-26erts: Improve some bad hash functionsSverker Eriksson
2016-05-11hipe_llvm: Allow LLVM-generated constantsMagnus Lång
2016-05-04erts: Rename struct typeSverker 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
2015-12-15Merge branch 'lukas/erts/forker'Lukas Larsson
2015-12-15erts: Refactor out erts functions from hashLukas Larsson
2015-11-12Introduce literal tagRickard Green
2015-11-12erts: Refactor header of loaded beam codeSverker Eriksson
2015-09-11erts: Add new allocator LITERALSverker Eriksson
2015-08-31erts,hipe,dialyzer: Fix hipe checkum of target runtime systemSverker Eriksson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-05-27Change hipe_bifs:system_crc/1 to hipe_bifs:system_crc/0Magnus Henoch
2015-05-06Merge branch 'sverk/hipe_match_wbin/OTP-12667'Sverker Eriksson
2015-04-21erts,hipe: Optimize away calls to emasculate_binarySverker Eriksson
2015-04-20erts,hipe: Fix bug in binary matching of writable binarySverker Eriksson
2015-03-12Merge branch 'maint'Henrik Nord