Age | Commit message (Expand) | Author |
2011-12-07 | BEAM loader: Fix bug that allowed loading of more than two versions | Björn Gustavsson |
2011-12-02 | Iron out bugs in Win64 found in daily builds | Patrik Nyblom |
2011-11-26 | beam_load.c: Add init_iff_file() for verifying the IFF header | Björn Gustavsson |
2011-11-26 | beam_code.c: Don't reinvent state initialization and deallocation | Björn Gustavsson |
2011-11-26 | beam_load.c: Optimize code:get_chunk/2 | Björn Gustavsson |
2011-11-26 | beam_load.c: Eliminate memory leak in code:make_stub_module/3 | Björn Gustavsson |
2011-11-18 | Merge branch 'pan/binary_match_scope/OTP-9701' | Patrik Nyblom |
2011-11-17 | external.c: Remove the option to create over-sized heap binaries | Björn Gustavsson |
2011-11-17 | Allow refc binaries in literal pools | Björn Gustavsson |
2011-11-16 | Remove remaining gcc 4.6 assigned-but-not-used warnings from erts | Patrik Nyblom |
2011-11-14 | BEAM loader: Refactor code loading into separate functions | Björn Gustavsson |
2011-11-14 | beam_load.c: Factor out cleaning up of the loader state into free_state() | Björn Gustavsson |
2011-11-14 | BEAM loader: Clean up handling of error reasons | Björn Gustavsson |
2011-11-14 | beam_load.c: Simplify handling of the bs_put_string_II instruction | Björn Gustavsson |
2011-11-14 | beam_load.c: Remove the unused struct LoadedCode | Björn Gustavsson |
2011-11-09 | Merge branch 'sverk/bif-args/OTP-9662' | Sverker Eriksson |
2011-11-02 | beam_loader: Support external funs in the literal pool | Björn Gustavsson |
2011-11-02 | beam_load.c: Clarify error message when loading unsupported BEAM files | Björn Gustavsson |
2011-10-26 | erts-hipe: Deliberate leak of native fun entries | Sverker Eriksson |
2011-10-26 | Use the proper macros in all BIFs | 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 | Get rid of redundant 'try_me_else' and 'fail' instructions | Björn Gustavsson |
2011-09-29 | Merge branch 'dev' into major | Lukas Larsson |
2011-09-28 | [erts] Fix memory leak in erts_make_stub_module (hipe loading) | Sverker Eriksson |
2011-08-18 | erl: Add +L to suppress loading of line number information | Björn Gustavsson |
2011-08-16 | Lookup and include filenames and line numbers in exceptions | Björn Gustavsson |
2011-08-16 | Refactor building of the exception stacktrace | Björn Gustavsson |
2011-08-16 | BEAM loader: Load the line table | Björn Gustavsson |
2011-08-16 | compiler, emulator: Introduce the line/1 instruction | Björn Gustavsson |
2011-08-03 | Fix binary construction with huge literal sizes | Björn Gustavsson |
2011-08-03 | beam_load.c: Add overflow check of tag values | Björn Gustavsson |
2011-04-07 | Merge branch 'ta/erts-unused-vars' into dev | Henrik Nord |
2011-03-29 | BEAM loader: Simplify handling of the func_info/3 instruction | Björn Gustavsson |
2011-03-16 | erts: Remove unused variables | Tuncer Ayaz |
2011-02-23 | BEAM loader: Add an assertion to check for overflowed code space | Björn Gustavsson |
2011-02-14 | Eliminate memory leak in code:make_stub/1 | Björn Gustavsson |
2011-01-17 | Optimize addition of a small integer to a variable | Björn Gustavsson |
2011-01-17 | Introduce a special instruction for select_val with two values | Björn Gustavsson |
2011-01-17 | Eliminate use of GetArg2() in the i_element instruction | Björn Gustavsson |
2011-01-17 | Eliminate use of GetArg1() in the fast_element instruction | Björn Gustavsson |
2011-01-17 | Eliminate use of GetArg1() in the select_val instruction | Björn Gustavsson |
2011-01-17 | Simplify a select_val instruction that selects only one value | Björn Gustavsson |
2011-01-17 | Optimize creation of tuples | Björn Gustavsson |
2011-01-17 | beam_load: Run the packing engine before loading list arguments | Björn Gustavsson |