Age | Commit message (Expand) | Author |
2014-08-28 | Merge branch 'maint' | Rickard Green |
2014-08-28 | add enif_schedule_nif() to NIF API | Steve Vinoski |
2014-05-14 | Remove obsolete 'imports' entry from module_info/1/2 functions | Richard Carlsson |
2014-05-14 | Add 'module' entry for module_info/0 function for completeness | Richard Carlsson |
2014-05-14 | Add 'md5' entry for module_info/0/1 functions. | Richard Carlsson |
2014-02-24 | Merge branch 'lukas/ose/master/OTP-11334' | Lukas Larsson |
2014-02-24 | Added support for ENEA OSE | Lukas Larsson |
2014-02-21 | Merge branch 'egil/compiler/maps-get_map_elements' | Björn-Egil Dahlberg |
2014-02-19 | erts: Fix harmless (?) typo in beam_load.c | Sverker Eriksson |
2014-02-19 | erts: Introduce new instructions for combined key fetches | Björn-Egil Dahlberg |
2014-01-28 | erts: Add the size-testing guard BIF map_size/1 | Björn-Egil Dahlberg |
2014-01-28 | BEAM loader: Support preservation of extra operand in transforms | Björn Gustavsson |
2013-09-12 | Remove ^L characters hidden randomly in the code. Not those used in text file... | Pierre Fenoll |
2013-04-30 | Fix some sign warnings found with Clang | Anthony Ramine |
2013-02-25 | erts: Fix crash on halfword and code_SUITE:big_boot_embedded | Sverker Eriksson |
2013-01-31 | compiler: Use the literal pool for floating point constants | Björn Gustavsson |
2013-01-25 | Merge branch 'pan/fix-compiler-warnings-clang-and-new-gcc' | Patrik Nyblom |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg |
2013-01-23 | Fix clang compiler warnings on FreeBSD in erts | Patrik Nyblom |
2013-01-16 | UTF-8 support for distribution | Rickard Green |
2013-01-08 | erts: Change internal representation of atoms to utf8 | Sverker Eriksson |
2012-10-05 | Merge branch 'sverk/code-load-refactor-later-op' | Sverker Eriksson |
2012-09-26 | Fix missing information in crash dump for native-compiled modules | Björn Gustavsson |
2012-08-31 | erts: Refactor naming regarding code_write_permission | Sverker Eriksson |
2012-02-21 | erts: Fix type bug | Sverker Eriksson |
2012-02-21 | Break apart erlang:load_module/2 into two separate BIFs | Björn Gustavsson |
2012-02-21 | Use magic binaries in erts_prepare_loading() and erts_finish_loading() | Björn Gustavsson |
2012-02-21 | erts: Refactor code_ix | Sverker Eriksson |
2012-02-21 | erts: Move number-of-breakpoint counter from code to Module struct | Sverker Eriksson |
2012-02-21 | erts: Cleanup code loading | Sverker Eriksson |
2012-02-21 | erts: Rename "loader" code_ix as "staging" code_ix | Sverker Eriksson |
2012-02-21 | erts: Remove secondary_export_table | Sverker Eriksson |
2012-02-21 | erts: Rename erts_load_module to erts_preload_module | Sverker Eriksson |
2012-02-21 | erts: Call erts_export_consolidate automatically | Sverker Eriksson |
2012-02-21 | First try at non-blocking code loading! | Sverker Eriksson |
2012-02-21 | beam_ranges: Make ranges safe with multi-scheduling active | Björn Gustavsson |
2012-02-21 | BEAM loader: Break out handling of ranges into beam_ranges.c | Björn Gustavsson |
2012-02-21 | erts: Multiple module tables using code_ix | Sverker Eriksson |
2012-02-21 | erts: Use several addresses in each Export | Sverker Eriksson |
2012-02-21 | erts: Multiple export tab's using code_ix | Sverker Eriksson |
2012-02-21 | erts: First stab at code_ix interface and beam_catches using it | Sverker Eriksson |
2012-02-21 | erts: Make use of def_lambdas optimization during loading | Sverker Eriksson |
2012-02-21 | erts: Refactor Module struct | Sverker Eriksson |
2012-02-01 | beam_load: Fix faulty assertion in module_info(native_addresses) | Björn Gustavsson |
2012-01-24 | beam_load.c: Allow stubs for BIFs | Björn Gustavsson |
2012-01-11 | beam_load.c: Don't show unnecessary context in errors | Björn Gustavsson |
2012-01-11 | beam_load.c: Remove useless call to next_heap_size() | Björn Gustavsson |
2012-01-11 | beam_load.c: apply/2 does not need a special case | Björn Gustavsson |
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 |