aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/src/hipe_unified_loader.erl
AgeCommit message (Expand)Author
2018-05-04Fix syntactic issues in EDoc comments across some libsRadek Szymczyszyn
2018-01-29make HiPE work on x86_64 when PIE is enabledbhuztez
2018-01-17Fix slow hipe executionSverker Eriksson
2016-11-23Add license headers to hipe files in kernelRichard Carlsson
2016-10-18Restore the erroneously taken out assertionKostis Sagonas
2016-10-18Code cleanup to remove confusing assertionKostis Sagonas
2016-10-17kernel,hipe: Fix dialyzer warningsSverker 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-14Add a loader state for HiPE code loadingMagnus Lång
2016-10-10erts: Remove unused hipe_bifs:code_sizeSverker Eriksson
2016-10-10erts: Improve hipe load/upgrade/purge machinerySverker Eriksson
2016-10-10hipe_unified_loader: Refactor rename all Addresses to FunDefsSverker Eriksson
2016-03-10Improved scheduler suspend functionalityRickard Green
2016-02-25Refactor post_beam_load handlingBjörn Gustavsson
2015-06-04Move architecture knowledge out of hipe loaderRichard Carlsson
2015-06-04Avoid repeated calls to system_info in hipe loaderRichard Carlsson
2015-05-07Set module_info md5 for native modules properlyRichard Carlsson
2015-01-26hipe: remove two obsolete BIFsMikael Pettersson
2014-03-07Support the LLVM backend in HiPEYiannis Tsiouris
2014-02-28Delay patching of closures to eliminate a race conditionBjörn Gustavsson
2014-02-28hipe: Break apart hipe_bif:make_fe/3 into two BIFsBjörn Gustavsson
2013-09-09Merge branch 'maint'Fredrik Gustafsson
2013-09-04Cleanup of the fileKostis Sagonas
2013-05-06Fix unmatched_return warnings in kernelSiri Hansen
2013-02-13Change the return value of hipe_bifs:remove_refs_from/1Kostis Sagonas
2012-05-11kernel: Disable hipe compilation for hipe_unified_loaderSverker Eriksson
2012-02-17hipe,erts: Add DEBUG support with MFA's in stack descriptorsSverker Eriksson
2012-02-09hipe: Fix address_to_mfa in hipe loaderSverker Eriksson
2012-01-24beam_load.c: Allow stubs for BIFsBjörn Gustavsson
2011-11-26code: Clean up loading of code_server prerequisitesBjörn Gustavsson
2011-02-14Added loader for ppc64Kostis Sagonas
2010-02-09hipe_unified_loader: only block SMP scheduling when necessaryMikael Pettersson
2010-01-27fix hipe loader SMP non-atomicity errorMikael Pettersson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP