Age | Commit message (Expand) | Author |
2012-11-26 | beam_bsm: Improve handling of bs_start_match2 instructions | Björn Gustavsson |
2012-11-26 | beam_utils: Improve is_not_used/3 for bit syntax matching | Björn Gustavsson |
2012-11-26 | beam_bsm: Make the optimization applicable in more circumstances | Björn Gustavsson |
2012-11-26 | beam_jump: Move bs_context_to_binary/1 + exit instruction | Björn Gustavsson |
2012-11-23 | Merge branch 'maint' | Björn-Egil Dahlberg |
2012-11-23 | Update copyright years | Björn-Egil Dahlberg |
2012-11-12 | Merge branch 'maint' | Björn Gustavsson |
2012-11-07 | compiler tests: Correct error in receive_SUITE:groups/0 | Björn Gustavsson |
2012-11-06 | Fix compiler crash for binary matching and a complicated guard | Björn Gustavsson |
2012-10-23 | Correct typo in test suite name | Björn Gustavsson |
2012-10-23 | compiler: Run testcases in parallel | Björn Gustavsson |
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-09-04 | Merge tag 'OTP_R15B02' | Björn-Egil Dahlberg |
2012-09-03 | Prepare releaseOTP_R15B02 | Erlang/OTP |
2012-08-31 | Merge branch 'maint' | Björn-Egil Dahlberg |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg |
2012-08-29 | Merge branch 'maint' | Henrik Nord |
2012-08-29 | Merge branch 'ta/docsmaint' into maint | Henrik Nord |
2012-08-24 | Merge branch 'maint' | Fredrik Gustafsson |
2012-08-24 | Merge branch 'rc/fix-MP-compiler-flag/OTP-10211' into maint | Fredrik Gustafsson |
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 |