aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator
AgeCommit message (Expand)Author
2012-02-21erts: Fix memory reports from export tableSverker Eriksson
2012-02-21erts: Fix tracing bug for new non-blocking loadSverker Eriksson
2012-02-21erts: Fix hipe loading bug for new non-blocking loadSverker Eriksson
2012-02-21erts: Change module range end to be atomicSverker Eriksson
2012-02-21erts: Refactor code_ixSverker Eriksson
2012-02-21erts: Document code_ix interfaceSverker Eriksson
2012-02-21erts: Fallback to blocking upgrade when tracing is enabledSverker Eriksson
2012-02-21erts: Keep count of number of global traced functions per moduleSverker Eriksson
2012-02-21erts: Move number-of-breakpoint counter from code to Module structSverker Eriksson
2012-02-21test: Force emulator/test/mtx_SUITE to rebuild NIF librarySverker Eriksson
2012-02-21erts: Fix print-bug in lock checker on debug-vmSverker Eriksson
2012-02-21erts: Cleanup code loadingSverker Eriksson
2012-02-21erts: Rename "loader" code_ix as "staging" code_ixSverker Eriksson
2012-02-21erts: Fix purge of module with loaded nif librarySverker Eriksson
2012-02-21test: Safe purging in code_parallel_load_SUITESverker Eriksson
2012-02-21test: many_load_distributed_only_onceBjörn-Egil Dahlberg
2012-02-21test: parallel_load_check_purge_repeatBjörn-Egil Dahlberg
2012-02-21erts: Remove secondary_export_tableSverker Eriksson
2012-02-21erts: Refactor new function index_put_entry()Sverker Eriksson
2012-02-21erts: Refactor export entry allocationSverker Eriksson
2012-02-21erts: Fix case of breakpoint when deleting moduleSverker Eriksson
2012-02-21erts: Cleanup in export.cSverker Eriksson
2012-02-21erts: Rename erts_load_module to erts_preload_moduleSverker Eriksson
2012-02-21erts: Call erts_export_consolidate automaticallySverker Eriksson
2012-02-21First try at non-blocking code loading!Sverker Eriksson
2012-02-21beam_ranges: Make ranges safe with multi-scheduling activeBjörn Gustavsson
2012-02-21BEAM loader: Break out handling of ranges into beam_ranges.cBjörn Gustavsson
2012-02-21erts: Remove unused erts_put_fun_entry2 declarationSverker Eriksson
2012-02-21erts: Add abort logic to export tablesSverker Eriksson
2012-02-21erts: Fix code_ix handling and locking for some more bifsSverker Eriksson
2012-02-21erts: Multiple module tables using code_ixSverker Eriksson
2012-02-21erts: Use several addresses in each ExportSverker Eriksson
2012-02-21erts: Multiple export tab's using code_ixSverker Eriksson
2012-02-21erts: First stab at code_ix interface and beam_catches using itSverker Eriksson
2012-02-21erts: First refactor step of export tableSverker Eriksson
2012-02-21erts: Make use of def_lambdas optimization during loadingSverker Eriksson
2012-02-21erts: Refactor new helper function erts_init_trap_exportSverker Eriksson
2012-02-21erts: Refactor Module structSverker Eriksson
2012-02-20Merge branch 'maint'Rickard Green
2012-02-20Merge branch 'rickard/barriers/OTP-9922' into maintRickard Green
2012-02-19Reduce thread progress read operations in handle_aux_work()Rickard Green
2012-02-19Misc memory barrier fixesRickard Green
2012-02-16Merge branch 'maint'Henrik Nord
2012-02-16Merge branch 'jz/erts-remove-unused-var' into maintHenrik Nord
2012-02-16Merge branch 'rc/spell-registered' into maintHenrik Nord
2012-02-14Merge branch 'maint'Henrik Nord
2012-02-14Merge branch 'jz/reduce-smp-locking-time-range' into maintHenrik Nord
2012-02-08bif_SUITE: Test for suitable "shadowed by erl_bif_types" commentsBjörn Gustavsson
2012-02-08bif_SUITE: Add test to ensure that all guard BIFs have type infoBjörn Gustavsson
2012-02-08Replace autoimport_SUITE with bif_SUITE:auto_imports/1Björn Gustavsson