Age | Commit message (Expand) | Author |
2015-09-09 | Add configure switch --disable-saved-compile-time | Rickard Green |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe |
2014-11-26 | Sort keys before generating | Lukas Larsson |
2014-06-03 | erts: Fix git version script | Lukas Larsson |
2014-02-19 | Misc adjustments of OTP version | Rickard Green |
2014-01-28 | BEAM loader: Support preservation of extra operand in transforms | Björn Gustavsson |
2014-01-09 | Fix issues with new versioning | Rickard Green |
2013-09-13 | erts: Fix loading of NIF library with unicode in path | Sverker Eriksson |
2013-08-28 | erts: Remove unused constant DRIVER_TAB_SIZE | Sverker Eriksson |
2013-08-21 | erts: Add support for static linked-in drivers | Lukas Larsson |
2013-08-21 | erts: Add option to include nifs statically | Lukas Larsson |
2013-07-11 | erts: Add cflags, ldflags and config.h into executable | Lukas Larsson |
2013-02-14 | Remove surplus echos | Lukas Larsson |
2013-02-13 | Include git sha in prompt if available | Lukas Larsson |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg |
2012-10-22 | beam_makeops: Turn on warnings and eliminate existing warnings | Björn Gustavsson |
2012-10-15 | beam_makeops: Eliminate a deprecation warning | Björn Gustavsson |
2012-08-31 | Merge branch 'maint' | Björn-Egil Dahlberg |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg |
2012-08-27 | Merge branch 'maint' | Björn Gustavsson |
2012-08-27 | make_preload: Don't fail if Perl's default file encoding is UTF-8 | Björn Gustavsson |
2012-06-25 | Don't go to single-scheduler mode when managing breakpoints | Björn Gustavsson |
2012-03-30 | Update copyright years | Björn-Egil Dahlberg |
2012-03-22 | beam_makeops: Add a simple preprocessor | Björn Gustavsson |
2011-12-09 | Update copyright years | Björn-Egil Dahlberg |
2011-12-02 | Build Win64 Erlang emulator using MSYS | unknown |
2011-10-26 | Change the calling convention for BIFs | Björn Gustavsson |
2011-10-13 | make_preload: Don't output a C comment start inside a comment | 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 | 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-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-09-29 | Update copyright years | Björn-Egil Dahlberg |
2011-08-03 | beam_load.c: Add overflow check of tag values | Björn Gustavsson |
2011-08-03 | beam_makeops: Add some sanity checks | Björn Gustavsson |
2011-02-28 | Fixed end date in copyright note. | Micael Karlberg |
2011-02-26 | Add the erts/emulator/utils/loaded script | Björn Gustavsson |
2011-01-17 | beam_makeops: Support jumping to common code from an instruction macro | Björn Gustavsson |
2011-01-17 | Support packing of the 'I' type in a 64-bit emulator | Björn Gustavsson |
2011-01-17 | beam_makeops: Refactor packing code to facilitate extensions | Björn Gustavsson |
2011-01-17 | BEAM loader: Pack more instructions using a new 'Q' type | Björn Gustavsson |
2011-01-17 | If the wordsize is 64 bits, pack up to 4 operands into a word | Björn Gustavsson |