aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/hipe
AgeCommit message (Expand)Author
2018-01-17Fix slow hipe executionSverker Eriksson
2018-01-03Add PRIMOP_ABI_VSN to erts checksumSverker Eriksson
2018-01-03Fix bug in hipe primop bs_put_utf8Sverker Eriksson
2017-11-11fix output formatting in several HiPE debug BIFsMikael Pettersson
2017-11-05fix output formatting in hipe_bifs:show_heap/1Mikael Pettersson
2017-11-03Fix bug in hipe for <<X/utf32>>Sverker Eriksson
2017-11-03Prevent hipe_bs_validate_unicode from doing GCSverker 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-11erts: Init refc=1 in erts_bin_nrml_allocSverker Eriksson
2017-04-05erts: Remove hipe_bifs:remove_refs_from/1Sverker Eriksson
2017-04-04Refactor hipe specific code to use ErtsCodeInfoSverker Eriksson
2017-03-30Add a missing 0 to an address, which was suspiciously missingKostis Sagonas
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-28erts: Refactor MOVE_CONS to inline functionBjörn-Egil Dahlberg
2017-02-28erts: Refactor MOVE_BOXED to inline functionBjörn-Egil Dahlberg
2017-02-19erts: Drop workarounds for ErLLVM w/ LLVM < 3.9Magnus Lång
2017-02-14erts: Add deallocation veto for magic destructorsSverker Eriksson
2017-02-06Use magic refs for code loading stateRickard Green
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-23Merge branch 'sverker/ASSERT_IN_ENV'Sverker Eriksson
2017-01-17Merge branch 'maint'Rickard Green
2017-01-17Remove debug printout and unnecessary GCRickard Green
2017-01-12Perform potentially long GC on dirty schedulers if availableRickard Green
2017-01-12Support for dirty BIFsRickard Green
2017-01-04erts: Make erts_dbg_within_proc availableSverker Eriksson
2016-12-06erts: Fix missing HiPE trampolines on armMagnus Lång
2016-11-17erts: Fix all -Wundef errorsSverker Eriksson
2016-10-28erts: Exclude random beam functions from hipe stacktraceSverker Eriksson
2016-10-26erts: Remove unused argument to hipe_set_closure_stubSverker 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: Remove dead alloc stats in hipe_amd64.cSverker Eriksson
2016-10-14erts: Fix bug in stack walk on riscSverker Eriksson
2016-10-14erts: Fix old leak for ppc hipe codeSverker Eriksson
2016-10-14erts: Fix old leak for arm hipe codeSverker Eriksson
2016-10-14erts: Fix old leak of sparc hipe codeSverker Eriksson
2016-10-14erts: Fix old leak of hipe code on x86 32-bitSverker Eriksson
2016-10-14erts: Remove debug printout for hipe loader stateSverker Eriksson
2016-10-14erts: Free hipe_refs and hipe_sdesc of a failed loadSverker Eriksson
2016-10-14erts: Refactor out hipe_purge_refs/sdescSverker Eriksson
2016-10-14erts: Refactor hipe_loader_state_dtor into a true destructorSverker Eriksson
2016-10-14hipe,erts: Remove cached fun 'native_address'Sverker Eriksson
2016-10-14erts: Fix early hipe patch loadingSverker Eriksson