Age | Commit message (Expand) | Author |
2012-10-10 | beam_bsm: Handle calls slightly better | Björn Gustavsson |
2012-10-10 | Break apart tail-recursive call instructions | Björn Gustavsson |
2012-10-10 | Represent the 'send' instruction as a call_ext/2 instruction | Björn Gustavsson |
2012-10-10 | Rewrite select_val and select_tuple_arity to a select instruction | Björn Gustavsson |
2012-10-09 | Rewrite binary creation instructions to bs_init instructions | Björn Gustavsson |
2012-10-09 | Rewrite bs_add, bs_utf*_size to BIF instructions in optimizations | Björn Gustavsson |
2012-10-09 | Rewrite bs_put* instructions to a generic bs_put instruction | Björn Gustavsson |
2012-10-09 | Refactor removal of unused labels | Björn Gustavsson |
2012-10-09 | Introduce the mandatory beam_a and beam_z passes | Björn Gustavsson |
2012-10-09 | compile: Fix bug in selection of passes | Björn Gustavsson |
2012-10-09 | beam_receive: Optimize receives using refs created by spawn_monitor/{1,3} | Björn Gustavsson |
2012-10-09 | compile: Give a friendler error message if a parse transform cannot be found | Björn Gustavsson |
2012-10-09 | beam_jump: Don't move a block which can be entered via a fallthrough | Björn Gustavsson |
2012-10-09 | beam_jump: Fix broken optimization | Björn Gustavsson |
2012-10-09 | v3_kernel: Fix match code for matched out segment size in multiple clauses | Björn Gustavsson |
2012-10-09 | Improve binary matching of literals | Björn Gustavsson |
2012-10-09 | v3_codegen: Combine adjacent bs_match_string instructions | Björn Gustavsson |
2012-10-09 | beam_bool: Recognize more safe optimizations | Björn Gustavsson |
2012-10-09 | beam_utils: Correct usage calculations for GC BIFs in blocks | Björn Gustavsson |
2012-10-09 | beam_utils:live_opt/1: Correct liveness calculation for 'try' | Björn Gustavsson |
2012-10-09 | beam_utils: Extend live_opt/1 to recalculate live registers in allocs | Björn Gustavsson |
2012-10-09 | beam_utils: Check liveness in catches and try/catch blocks | Björn Gustavsson |
2012-10-09 | v3_codegen: Clarify code generation for binary construction | Björn Gustavsson |
2012-10-09 | v3_codegen: Clean up comments and remove out-commented code | Björn Gustavsson |
2012-10-09 | v3_codegen: Don't duplicate the functionality of cg_reg_arg/2 | 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-23 | Merge branch 'maint' | Björn Gustavsson |
2012-08-23 | Merge branch 'bjorn/compiler/illegal-size/OTP-10197' into maint | Björn Gustavsson |
2012-08-22 | Merge branch 'maint' | Lukas Larsson |
2012-08-22 | Revert "Merge branch 'nox/compile-column-numbers' into maint" | Lukas Larsson |
2012-08-22 | compiler: Warn if the size of a binary segment is invalid | Björn Gustavsson |
2012-08-17 | Remove support for tuple funs | Björn Gustavsson |
2012-08-15 | Merge branch 'bjorn/compiler/minor-fixes/OTP-10185' into maint | Björn Gustavsson |
2012-08-15 | beam_utils:live_opt/1: Correct handling of try_case_end/1 | Björn Gustavsson |
2012-08-15 | beam_type: Print the offending function if this pass crashes | Björn Gustavsson |
2012-08-15 | beam_validator: Validate the size operand in bs_init_bits and bs_init2 | Björn Gustavsson |
2012-08-14 | Merge branch 'tja/fix-base' into maint | Fredrik Gustafsson |
2012-08-14 | Merge branch 'nox/compile-column-numbers' into maint | Fredrik Gustafsson |
2012-08-06 | compiler: Eliminate EXIT messages from the temporary compiler process | Björn Gustavsson |
2012-08-02 | sys_pre_expand: Fix BASE never being set | Tomas Janousek |
2012-07-18 | Merge branch 'jv/forms-source' into maint | Henrik Nord |
2012-06-20 | sys_pre_expand: Eliminate bottleneck for modules with many functions | Björn Gustavsson |
2012-06-10 | Fix messages ordering with column numbers | Anthony Ramine |
2012-06-06 | Fix type compile:err_info/0 | Anthony Ramine |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson |
2012-06-03 | Fix printing of errors with column numbers | Anthony Ramine |
2012-06-02 | Create a new "column" option in compile | Anthony Ramine |
2012-04-10 | Allow the source to be set when compiling forms | José Valim |
2012-03-30 | Update copyright years | Björn-Egil Dahlberg |