aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam
AgeCommit message (Expand)Author
2014-01-28erts: erlang:phash2 should hash Maps independent of orderBjörn-Egil Dahlberg
2014-01-28erts: Add Maps to erlang:phash/2 and erlang:hash/2Björn-Egil Dahlberg
2014-01-28erts: Teach term_to_binary/1 and binary_to_term/1 Map encodingBjörn-Egil Dahlberg
2014-01-28erts: Fixup map instructions for halfwordBjörn-Egil Dahlberg
2014-01-28compiler: Implement different instructions for => and :=Björn Gustavsson
2014-01-28erts: Introduce more Maps BIFsBjörn-Egil Dahlberg
2014-01-28erts: Add the type-testing guard BIF is_map/1Björn-Egil Dahlberg
2014-01-28erts: Add the size-testing guard BIF map_size/1Björn-Egil Dahlberg
2014-01-28erts: Add phash2 Map functionalityBjörn-Egil Dahlberg
2014-01-28erts: Initial Map instructions, type and structureBjörn-Egil Dahlberg
2014-01-28erts: Maps beam-instruction definitionsBjörn Gustavsson
2014-01-28Implement support for maps in the compilerBjörn Gustavsson
2014-01-28BEAM loader: Support preservation of extra operand in transformsBjörn Gustavsson
2014-01-28Merge branch 'vinoski/ds'Rickard Green
2014-01-28initial support for dirty schedulers and dirty NIFsSteve Vinoski
2014-01-28Merge branch 'vinoski/rm-drv-async-cancel'Rickard Green
2014-01-27Merge branch 'sverk/misc-bug-fixes'Sverker Eriksson
2014-01-27Merge branch 'egil/gc-increase-tenure-rate/OTP-11617'Björn-Egil Dahlberg
2014-01-27Merge branch 'rickard/load_balance/OTP-11385'Rickard Green
2014-01-27Fix usage of non-empty run-queue flagRickard Green
2014-01-24Merge branch 'rickard/load_balance/OTP-11385'Rickard Green
2014-01-24Disable scheduler utilization balancing if +scl true is passedRickard Green
2014-01-24Merge branch 'rickard/load_balance/OTP-11385'Rickard Green
2014-01-23Merge branch 'rickard/default_acul/OTP-11604'Rickard Green
2014-01-23Add support for scheduler utilization balancingRickard Green
2014-01-23Merge branch 'vinoski/system-flag-warn-msg'Henrik Nord
2014-01-23erts: Fix faulty assert in match spec engine.Sverker Eriksson
2014-01-22erts: Fix crash when comparing very large floats with integersSverker Eriksson
2014-01-22erts: Refactor big-float compare on HALFWORD to use C-stackSverker Eriksson
2014-01-22erts: Fix halfword compile errors in ESTACKSverker Eriksson
2014-01-20Merge branch 'sverk/term2bin-simplify'Sverker Eriksson
2014-01-20Merge branch 'sverk/bin2term-int-size-estimation-bug'Sverker Eriksson
2014-01-20Merge branch 'egil/fix-bs_get_integer/OTP-11581'Björn-Egil Dahlberg
2014-01-17erts: Refactor ESTACK & WSTACK to use a struct easy to "export"Sverker Eriksson
2014-01-15fix system_flag deprecation warningsSteve Vinoski
2014-01-15erts: Fix benign ESTACK/WSTACK typoSverker Eriksson
2014-01-15erts: Fix compiler warnings for NO_JUMP_TABLESverker Eriksson
2014-01-15remove deprecated driver_async_cancel functionSteve Vinoski
2014-01-13Merge branch 'rickard/otp-17-vsn-fix'Rickard Green
2014-01-10erts: Remove the extra_root feature from the process structureSverker Eriksson
2014-01-10erts: Simplify term_to_binary by removing saved ESTACK from root setSverker Eriksson
2014-01-10erts: Replace tab with space for proper alignmentLukas Larsson
2014-01-09erts: Increase gc tenure rateBjörn-Egil Dahlberg
2014-01-09Fix issues with new versioningRickard Green
2014-01-08erts: Remove overestimation of heap space in binary_to_termSverker Eriksson
2014-01-07erts: Fix bs_get_integer instructionBjörn-Egil Dahlberg
2013-12-20Merge branch 'sverk/re-valgrind-fix'Sverker Eriksson
2013-12-20Merge branch 'sverk/unicode-driver-paths'Sverker Eriksson
2013-12-17Merge tag 'OTP_R16B03_yielding_binary_to_term'Sverker Eriksson
2013-12-16erts: Support loading of drivers with unicode pathsSverker Eriksson