aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-01-17Support packing of the 'I' type in a 64-bit emulatorBjörn Gustavsson
2011-01-17beam_makeops: Refactor packing code to facilitate extensionsBjörn Gustavsson
2011-01-17Eliminate redundant jump instructionsBjörn Gustavsson
2011-01-17Eliminate the special instructions for selecting floats and bignumsBjörn Gustavsson
2011-01-17Add test for non-matching big numberBjörn Gustavsson
2011-01-17BEAM loader: Introduce a new move2_xxxx instructionBjörn Gustavsson
2011-01-17BEAM loader: Pack more instructions using a new 'Q' typeBjörn Gustavsson
2011-01-17If the wordsize is 64 bits, pack up to 4 operands into a wordBjörn Gustavsson
2011-01-17Pass the external word size to the beam_makeops scriptBjörn Gustavsson
2011-01-17BEAM loader: Combine is_type/1 and is_eq/1 instructionsBjörn Gustavsson
2011-01-17BEAM loader: Omit type tests for instructions that don't need themBjörn Gustavsson
2011-01-17beam_debug: Fix dissambly of some variable-operand instructionsBjörn Gustavsson
2011-01-17beam_debug: Change one occurrence of "X[0]" to "x[0]" for consistencyBjörn Gustavsson
2011-01-17beam_makeops: Allow -pack and -nonext to be combinedBjörn Gustavsson
2011-01-17beam_makeops: Relax requirements for having specific instructionsBjörn Gustavsson
2011-01-17BEAM loader: Fix bug in handling of "rest" argumentsBjörn Gustavsson
2011-01-17Remove the last vestiges of the allocating fmove/2 instructionBjörn Gustavsson
2011-01-17Makefile.in: Add dependency for files generated by util/beam_makeopsBjörn Gustavsson
2011-01-17Add utils/count for counting the static instruction frequencyBjörn Gustavsson
2011-01-17Add erts_debug:instructions/0 for listing all specific instructionsBjörn Gustavsson
2011-01-17Update release notesErlang/OTP
2011-01-17Merge branch 'ia/ssl/unknown-extension-handling-verify-none/OTP-9029' into ma...Erlang/OTP
2011-01-17Merge branch 'ia/ssl/uncache-pem/OTP-9018' into maint-r14Erlang/OTP
2011-01-17Prepare for releaseIngela Anderton Andin
2011-01-17Verification of a critical extended_key_usage-extension correctedIngela Anderton Andin
2011-01-17Merge branch 'ia/bas64-uses-dprecated-size' into devIngela Anderton Andin
2011-01-17Removed use of deprecated function sizeIngela Anderton Andin
2011-01-14Merge branch 'ia/ssl/connection-memory-size/OTP-9021' into devIngela Anderton Andin
2011-01-13Merge branch 'pan/fortify-source-gcc-4.5' into devPatrik Nyblom
2011-01-13Merge branch 'sv/epmd-check-listen' into devPatrik Nyblom
2011-01-13Reduce memory footprintIngela Anderton Andin
2011-01-12Remove strange name field in efile_drv.c as it upsets -D_FORTIFY_SOURCEPatrik Nyblom
2011-01-11Remove special treatment of EADDRINUSEPatrik Nyblom
2011-01-11check return value of epmd server listen() callSteve Vinoski
2011-01-11Merge branch 'ia/ssl/doc-spec-discrepancy' into devIngela Anderton Andin
2011-01-11Merge branch 'td/base64-mime-decoding' into devIngela Anderton Andin
2011-01-10Fixed Dialyzer specsIngela Anderton Andin
2011-01-10Corrected handling of data from an ets select.Ingela Anderton Andin
2011-01-06Fix erroneous fail info of a hipe_bs_primopKostis Sagonas
2011-01-03Merge branch 'vb/ei-exts' into devBjörn-Egil Dahlberg
2010-12-30Fix testcases erl_global_whereis, erl_global_namesBjörn-Egil Dahlberg
2010-12-29Merge branch 'ao/percept-web-stop-rebased' into devBjörn-Egil Dahlberg
2010-12-29Verifies the consistency of stopping behavior.Ahmed Omar
2010-12-29Fixes a bug found in percept:stop_webserver/1, where it doesn't stop the webs...Ahmed Omar
2010-12-29Merge branch 'ao/percept-race-cond' into devBjörn-Egil Dahlberg
2010-12-29Merge branch 'maint-r14' into devPatrik Nyblom
2010-12-29Merge branch 'pan/r14b01-dialyzer-type-corrections' into devPatrik Nyblom
2010-12-29Merge branch 'egil/timer-wheel-min-time/OTP-8990' into devBjörn-Egil Dahlberg
2010-12-29Teach timer-wheel slots to use double linked listsBjörn-Egil Dahlberg
2010-12-28OTP-9010:Niclas Eklund