aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/beam_emu.c
AgeCommit message (Expand)Author
2017-11-14Fix broken receive optimizationBjörn Gustavsson
2017-11-06Consistently use the "erts_gc_" prefix for functions that do GCBjörn Gustavsson
2017-10-27Correct erlang:is_builtin/3 for apply/2 and yield/0Björn Gustavsson
2017-10-05Optimize instruction prefetchBjörn Gustavsson
2017-10-05Pack operands into the instruction wordBjörn Gustavsson
2017-10-05Use 32-bits pointers to C codeBjörn Gustavsson
2017-10-01Add CHECK_ALIGNED() for testing storage destinationsBjörn Gustavsson
2017-10-01Break out most of the initialization from process_main()Björn Gustavsson
2017-10-01Eliminate the OpCode() macroBjörn Gustavsson
2017-10-01Eliminate unnecessary and inconsistent castsBjörn Gustavsson
2017-10-01Refactor macros for accessing Beam instructionsBjörn Gustavsson
2017-10-01beam_emu: Make order of macros consistentBjörn Gustavsson
2017-09-15Merge branch 'lukas/erts/remove-dirty-scheduler-defines/OTP-14613'Lukas Larsson
2017-09-14Implement packing of 'f' and 'j'Björn Gustavsson
2017-09-11erts: Remove possibility to disable dirty schedulersLukas Larsson
2017-09-11Merge branch 'maint'John Högberg
2017-09-07Replace ad-hoc MIN/MAX macros with common onesJohn Högberg
2017-09-04beam_emu.c: Mark initialization code as unlikelyBjörn Gustavsson
2017-08-31Eliminate three arguments for erts_hibernate()Björn Gustavsson
2017-08-31Eliminate three arguments for the apply() helperBjörn Gustavsson
2017-08-31Assign machine registers for X86-64Björn Gustavsson
2017-08-31Introduce '%warm' and beam_warm.hBjörn Gustavsson
2017-08-23Eliminate the beam_instrs.h fileBjörn Gustavsson
2017-08-23Add the 'S' type for a register sourceBjörn Gustavsson
2017-08-23beam_makeops: Rewrite the packer, fixing several bugsBjörn Gustavsson
2017-08-23Make map update instruction functions indepedent of instruction formatBjörn Gustavsson
2017-08-23beam_emu: Remove unused macrosBjörn Gustavsson
2017-08-15Slightly optimize updating of mapsBjörn Gustavsson
2017-08-11Break out most instructions from beam_emu.cBjörn Gustavsson
2017-08-08Simplify specifying implementation of instructionsBjörn Gustavsson
2017-07-17erts: Replace usage of all erts_smp prefixes to just ertsLukas Larsson
2017-07-17erts: Remove ERTS_SMP and USE_THREAD definesLukas Larsson
2017-07-16Fix a typo in comment in beam_emu : purpouses -> purposesAlexandre Manuel
2017-07-10josevalim/jv-op-stacktrace-entry/PR-1478/OTP-14508Lukas Larsson
2017-07-07Add stacktrace entries to BIF calls from emulatorJosé Valim
2017-07-07Merge pull request #1498 from michalmuskala/new_map_litBjörn Gustavsson
2017-07-06Introduce new_small_map_lit opMichal Muskala
2017-07-06Merge pull request #1499 from josevalim/jv-tuple-callsBjörn Gustavsson
2017-07-04Make tuple calls opt-inJosé Valim
2017-06-29Merge branch 'maint'Sverker Eriksson
2017-06-28Reduce C code size for bit syntax instructionsBjörn Gustavsson
2017-06-27erts: Make apply throw 'badarg' if Args is not a listSverker Eriksson
2017-05-18Eliminate the -gen_dest macro flagBjörn Gustavsson
2017-05-05Clear p->fvalue when handling a try/catchBjörn Gustavsson
2017-05-04Update copyright yearRaimo Niskanen
2017-04-25Merge branch 'sverker/refactor'Sverker Eriksson
2017-04-11erts: Init refc=1 in erts_bin_nrml_allocSverker Eriksson
2017-04-07beam_emu: Slightly optimize the bxor/2 operatorBjörn Gustavsson
2017-04-04erts: Refactor ErtsCodeInfo.nativeSverker Eriksson
2017-03-24compiler: Add is_tagged_tuple instructionBjörn-Egil Dahlberg