aboutsummaryrefslogtreecommitdiffstats
path: root/erts
AgeCommit message (Expand)Author
2011-11-01Merge branch 'lukas/erts/large_float_cmp/OTP-9497'Lukas Larsson
2011-10-31erts: Fix memory leak of enif_inspect_* on independent environmentSverker Eriksson
2011-10-27erts: Make erl_nif.h compile with gcc on WindowsSverker Eriksson
2011-10-27Remove unused */doc/src/make.dep filesBjörn Gustavsson
2011-10-27erts/z_SUITE: Eliminate use of deprecated regexp moduleBjörn Gustavsson
2011-10-27erts/nt_SUITE: Eliminate use of deprecated regexp moduleBjörn Gustavsson
2011-10-26erts-hipe: Change THE_NON_VALUE for HiPE enabled debug emulatorSverker Eriksson
2011-10-26erts-hipe: Enable debug compiled hipe-VM with lock checkerSverker Eriksson
2011-10-26erts-hipe: Rename fail_bif_interface_0 to standard_bif_interface_0Sverker Eriksson
2011-10-26erts-hipe: Deliberate leak of native fun entriesSverker Eriksson
2011-10-26erts-hipe: Fix new trap conventions for x86, amd64 and ppcSverker Eriksson
2011-10-26Store the trap address in p->iBjörn Gustavsson
2011-10-26Store the trap arguments in the X register arrayBjörn Gustavsson
2011-10-26erts-hipe: Make some primops use new BIF calling conventionSverker Eriksson
2011-10-26erts-hipe: Adapt generated BIF wrappers for new calling conventionSverker Eriksson
2011-10-26erts-hipe: Remove obscuring macros in generated assembler codeSverker Eriksson
2011-10-26erts-hipe: Make hipe enabled emulator compile with new BIF callsSverker Eriksson
2011-10-26Simplify the instructions for calling BIFsBjörn Gustavsson
2011-10-26Change the calling convention for BIFsBjörn Gustavsson
2011-10-26Use the proper macros in all BIFsBjörn Gustavsson
2011-10-20Merge branch 'bjorn/unicode-noncharacters/OTP-9624'Björn Gustavsson
2011-10-19Fix erroneous merge resolutionRickard Green
2011-10-18erts: convert variadic nif funs into inline funsTuncer Ayaz
2011-10-18Merge branch 'fm/enif_is_number'Henrik Nord
2011-10-17Correct the docsHans Bolinder
2011-10-14Merge branch 'rickard/atomics-api/OTP-9014' and OTP_R14B04Rickard Green
2011-10-13Allow noncharacter code points in unicode encoding and decodingBjörn Gustavsson
2011-10-13make_preload: Don't output a C comment start inside a commentBjörn Gustavsson
2011-10-12Merge branch 'bjorn/erts/beam-loader-fixes'Björn Gustavsson
2011-10-11Do small optimisation on platforms with 32 bit EtermLukas Larsson
2011-10-11Add tests for equality checkingLukas Larsson
2011-10-11Optimize comparison of huge floats and smaller bignumsLukas Larsson
2011-10-11Add tests for comparing large floats and small bignumsLukas Larsson
2011-10-11Cleanup double_to_bignum conversion codeLukas Larsson
2011-10-11Update size of tmp cmp bignum bufferLukas Larsson
2011-10-11Expand tests for float and number comparisonLukas Larsson
2011-10-11Update heauristic to work on halfwordLukas Larsson
2011-10-11Add heauristics bignum vs float checksLukas Larsson
2011-10-11Optimise bugnum and small comparisonLukas Larsson
2011-10-11Add float vs integer comparison testsLukas Larsson
2011-10-11Update integer and floating point number comparisonsLukas Larsson
2011-10-11Merge branch 'bjorn/some-configure-clean-ups'Björn Gustavsson
2011-10-11Print transformtions sorted on the name of the first instructionBjörn Gustavsson
2011-10-11Share code for call of predicate and transformation functionsBjörn Gustavsson
2011-10-11Simplify transformations of gc_bif[123] instructionsBjörn Gustavsson
2011-10-11Refactor 'too_old_compiler' handlingBjörn Gustavsson
2011-10-11Introduce 'try_me_else_fail'Björn Gustavsson
2011-10-11Combine 'store_var' with 'next_arg'Björn Gustavsson
2011-10-11Merge 'next_instr' and 'is_op' into 'next_instr'Björn Gustavsson
2011-10-11Merge 'new_instr' and 'store_op' into 'new_instr'Björn Gustavsson