Age | Commit message (Expand) | Author |
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 |
2012-11-03 | Silence some wrong warnings triggered by inline_list_funcs | Anthony Ramine |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg |
2012-08-23 | Merge branch 'bjorn/compiler/illegal-size/OTP-10197' into maint | Björn Gustavsson |
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-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 |
2012-03-14 | Merge branch 'bjorn/compiler/coverage-and-minor-fixes/OTP-9982' into maint | Björn Gustavsson |
2012-03-14 | v3_life: Use common code for guards and bodies | Björn Gustavsson |
2012-03-14 | v3_core: Don't put negative line numbers in annotations | Björn Gustavsson |
2012-03-14 | v3_kernel: Dig out the line number only when generating a warning | Björn Gustavsson |
2012-03-14 | v3_kernel: Clean up handling of guards | Björn Gustavsson |
2012-02-21 | Merge branch 'ks/compile_info-fix' into maint | Gustav Simonsson |
2012-02-20 | Fix discrepancy in compile_info | Kostis Sagonas |
2012-02-13 | compiler: Teach the inliner to preserve on_load functions | Björn Gustavsson |
2012-01-18 | compiler: Correct live calculation when get/1 is used in try...catch | Björn Gustavsson |
2012-01-11 | v3_kernel: Introduce is_in_guard/1 | Björn Gustavsson |
2012-01-11 | v3_kernel: Removed unreached clause for #k_bin_int{} in sub_size_var/1 | Björn Gustavsson |
2012-01-11 | v3_kernel: Remove unreached handling of #k_bin_int{} in arg_con/1 | Björn Gustavsson |
2012-01-11 | v3_codegen: Eliminate the special case of 'put' without destination | Björn Gustavsson |
2012-01-11 | v3_kernel: Don't attempt to share identical literals | Björn Gustavsson |
2012-01-11 | v3_kernel: Handle sequences in guards | Björn Gustavsson |
2012-01-11 | v3_kernel: Remove clauses that are never executed in arg_val/1 | Björn Gustavsson |
2012-01-11 | v3_kernel.hrl: Remove unused record #k_string{} | Björn Gustavsson |
2012-01-11 | v3_kernel.erl: Remove unused define of EXPENSIVE_BINARY_LIMIT | Björn Gustavsson |
2012-01-11 | sys_core_fold: Refactor previous_ctx_to_binary/2 to cover it completely | Björn Gustavsson |
2012-01-11 | sys_core_fold: Fix opt_guard_try/1 | Björn Gustavsson |
2012-01-11 | sys_core_fold: Simplify opt_bool_not() to cover it completely | Björn Gustavsson |
2012-01-11 | sys_core_fold: Remove duplicate optimization | Björn Gustavsson |
2012-01-04 | bs_match_SUITE: Add a test case to cover bsm_ensure_no_partition_2/5 | Björn Gustavsson |
2012-01-04 | Add the beam_except pass to optimize exceptions | Björn Gustavsson |
2012-01-04 | Eliminate the match_fail primop in v3_kernel and later passes | Björn Gustavsson |