Age | Commit message (Expand) | Author |
2013-01-18 | Merge branch 'nox/enable-silent-rules/OTP-10726' | Björn-Egil Dahlberg |
2013-01-18 | Merge branch 'bjorn/remove-parameterized-modules/OTP-10616' | Björn Gustavsson |
2013-01-18 | Remove support for parameterized modules | Björn Gustavsson |
2013-01-18 | Merge branch 'nox/compiler/forbid-locals-in-core-guards/OTP-10706' | Fredrik Gustafsson |
2013-01-18 | Merge branch 'nox/rm-reverse-eta-conversion/OTP-10682' | Fredrik Gustafsson |
2013-01-18 | Merge branch 'nox/promote-inline_list_funcs/OTP-10690' | Fredrik Gustafsson |
2013-01-16 | compile: Remove vestiges of package support | Björn Gustavsson |
2013-01-16 | Forbid local fun variables in Core Erlang guards | Anthony Ramine |
2013-01-16 | Raise a function_clause error with the right arguments when inlining | Anthony Ramine |
2013-01-16 | Properly guard against badly-typed arguments when inlining | Anthony Ramine |
2013-01-16 | Make inlined list functions fail with function_clause | Anthony Ramine |
2013-01-16 | Document compiler option 'inline_list_funcs' | Anthony Ramine |
2013-01-15 | Implement ./otp_build configure --enable-silent-rules | Anthony Ramine |
2013-01-09 | compiler: Remove support for packages | Björn Gustavsson |
2013-01-09 | Prepare OTP files for Unicode as default encoding | Hans Bolinder |
2013-01-02 | [stdlib, kernel] Introduce Unicode support for Erlang source files | Hans Bolinder |
2012-12-03 | Remove the reverse eta-conversion from v3_kernel | Anthony Ramine |
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-11-03 | Silence some wrong warnings triggered by inline_list_funcs | Anthony Ramine |
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 |