Age | Commit message (Expand) | Author |
2011-10-26 | erts-hipe: Rename fail_bif_interface_0 to standard_bif_interface_0 | Sverker Eriksson |
2011-10-26 | erts-hipe: Deliberate leak of native fun entries | Sverker Eriksson |
2011-10-26 | erts-hipe: Fix new trap conventions for x86, amd64 and ppc | Sverker Eriksson |
2011-10-26 | Store the trap address in p->i | Björn Gustavsson |
2011-10-26 | Store the trap arguments in the X register array | Björn Gustavsson |
2011-10-26 | erts-hipe: Make some primops use new BIF calling convention | Sverker Eriksson |
2011-10-26 | erts-hipe: Adapt generated BIF wrappers for new calling convention | Sverker Eriksson |
2011-10-26 | erts-hipe: Remove obscuring macros in generated assembler code | Sverker Eriksson |
2011-10-26 | erts-hipe: Make hipe enabled emulator compile with new BIF calls | Sverker Eriksson |
2011-10-26 | Simplify the instructions for calling BIFs | Björn Gustavsson |
2011-10-26 | Change the calling convention for BIFs | Björn Gustavsson |
2011-10-26 | Use the proper macros in all BIFs | Björn Gustavsson |
2011-10-20 | Merge branch 'bjorn/unicode-noncharacters/OTP-9624' | Björn Gustavsson |
2011-10-19 | Fix erroneous merge resolution | Rickard Green |
2011-10-18 | erts: convert variadic nif funs into inline funs | Tuncer Ayaz |
2011-10-18 | Merge branch 'fm/enif_is_number' | Henrik Nord |
2011-10-17 | Correct the docs | Hans Bolinder |
2011-10-14 | Merge branch 'rickard/atomics-api/OTP-9014' and OTP_R14B04 | Rickard Green |
2011-10-13 | Allow noncharacter code points in unicode encoding and decoding | Björn Gustavsson |
2011-10-13 | make_preload: Don't output a C comment start inside a comment | Björn Gustavsson |
2011-10-12 | Merge branch 'bjorn/erts/beam-loader-fixes' | Björn Gustavsson |
2011-10-11 | Do small optimisation on platforms with 32 bit Eterm | Lukas Larsson |
2011-10-11 | Add tests for equality checking | Lukas Larsson |
2011-10-11 | Optimize comparison of huge floats and smaller bignums | Lukas Larsson |
2011-10-11 | Add tests for comparing large floats and small bignums | Lukas Larsson |
2011-10-11 | Cleanup double_to_bignum conversion code | Lukas Larsson |
2011-10-11 | Update size of tmp cmp bignum buffer | Lukas Larsson |
2011-10-11 | Expand tests for float and number comparison | Lukas Larsson |
2011-10-11 | Update heauristic to work on halfword | Lukas Larsson |
2011-10-11 | Add heauristics bignum vs float checks | Lukas Larsson |
2011-10-11 | Optimise bugnum and small comparison | Lukas Larsson |
2011-10-11 | Add float vs integer comparison tests | Lukas Larsson |
2011-10-11 | Update integer and floating point number comparisons | Lukas Larsson |
2011-10-11 | Merge branch 'bjorn/some-configure-clean-ups' | Björn Gustavsson |
2011-10-11 | Print transformtions sorted on the name of the first instruction | Björn Gustavsson |
2011-10-11 | Share code for call of predicate and transformation functions | Björn Gustavsson |
2011-10-11 | Simplify transformations of gc_bif[123] instructions | Björn Gustavsson |
2011-10-11 | Refactor 'too_old_compiler' handling | Björn Gustavsson |
2011-10-11 | Introduce 'try_me_else_fail' | Björn Gustavsson |
2011-10-11 | Combine 'store_var' with 'next_arg' | Björn Gustavsson |
2011-10-11 | Merge 'next_instr' and 'is_op' into 'next_instr' | Björn Gustavsson |
2011-10-11 | Merge 'new_instr' and 'store_op' into 'new_instr' | Björn Gustavsson |
2011-10-11 | Combine a 'call' instruction with the following 'end' instruction | Björn Gustavsson |
2011-10-11 | Remove some unnecessary type constraints in transformations | Björn Gustavsson |
2011-10-11 | Get rid of redundant 'try_me_else' and 'fail' instructions | Björn Gustavsson |
2011-10-11 | Add some more information in instruction comments | Björn Gustavsson |
2011-10-11 | In transformations, don't store variables that are never used | Björn Gustavsson |
2011-10-11 | Remove redundant 'next_arg' before 'next_instr' | Björn Gustavsson |
2011-10-11 | Generalize and rename is_set_var_instr() to is_instr() | Björn Gustavsson |
2011-10-11 | Remove too_old_compiler handling for very old instruction variants | Björn Gustavsson |