Age | Commit message (Expand) | Author |
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-16 | Merge branch 'bjorn/compiler/inline-and-on_load/OTP-9910' into maint | Björn Gustavsson |
2012-02-13 | compiler: Teach the inliner to preserve on_load functions | Björn Gustavsson |
2012-02-04 | Fix typo in `compile' doc: unmatched parenthesis | Ricardo Catalinas Jiménez |
2012-01-25 | compile_SUITE: Eliminate race condition | Björn Gustavsson |
2012-01-18 | compiler: Correct live calculation when get/1 is used in try...catch | Björn Gustavsson |
2012-01-11 | compile_SUITE: Add test of 'sys_pre_attributes' | Björn Gustavsson |
2012-01-05 | Correct syntax in compiler.cover | Björn Gustavsson |
2012-01-04 | Cover v3_kernel:get_line/1 | Björn Gustavsson |
2012-01-04 | core_SUITE: Cover the nomatch_shadow warning in v3_kernel | Björn Gustavsson |
2012-01-04 | core_SUITE: Cover v3_kernel:build_match/2 | 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 | core_fold_SUITE: Cover sys_core_fold:is_safe_bool_expr_1/3 | Björn Gustavsson |
2012-01-04 | core_SUITE: Cover sys_core_fold:eval_is_boolean/2 | Björn Gustavsson |
2012-01-04 | core_SUITE: Cover sys_core_fold:make_effect_seq/2 | Björn Gustavsson |
2012-01-04 | beam_validator_SUITE:beam_files/1: Validate modules in parallel | Björn Gustavsson |
2012-01-04 | compilation_SUITE: Compile compiler modules in parallel | Björn Gustavsson |
2012-01-04 | compilation_SUITE: Prevent cover from being run on slave nodes | Björn Gustavsson |
2012-01-04 | test_lib:p_run/2: Be careful about how many parallel processes we use | Björn Gustavsson |
2012-01-04 | Remove part_eval_SUITE | 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 |
2011-12-12 | Prepare release | Erlang/OTP |
2011-12-09 | Update copyright years | Björn-Egil Dahlberg |
2011-12-06 | beam_validator: Fix type for failure label for bs_start_match2/5 | Björn Gustavsson |
2011-12-06 | inline_SUITE: Add the comma_splitter/1 test case | Björn Gustavsson |
2011-12-06 | Teach the compiler the 'no_dead' option | Björn Gustavsson |
2011-11-30 | compiler: Turn calls to math:pi/0 into constant values | Björn Gustavsson |
2011-11-28 | Merge branch 'bjorn/compiler/options/OTP-9752' | Björn Gustavsson |
2011-11-28 | Merge branch 'bjorn/major-release-cleanups' | Björn Gustavsson |
2011-11-24 | compiler: Don't include {cwd,_} in module_info(compile) | Björn Gustavsson |
2011-11-24 | compiler: Don't include source code options in module_info(compile) | Björn Gustavsson |
2011-11-24 | hipe: Teach hipe to handle slim or stripped BEAM files | Björn Gustavsson |
2011-11-24 | Teach the compiler the 'r14' option | Björn Gustavsson |
2011-11-24 | sys_expand_pmod: Handle external funs in parameterized modules | Björn Gustavsson |
2011-11-22 | Revert "Update version numbers for pre-release of R15" | Björn-Egil Dahlberg |
2011-11-22 | Update version numbers for pre-release of R15OTP_R15A | Björn Gustavsson |
2011-11-08 | Merge branch 'bjorn/line-numbers/OTP-9468' | Björn Gustavsson |
2011-11-07 | Merge branch 'bjorn/fun-improvements/OTP-9667' | Björn Gustavsson |
2011-11-07 | sys_pre_expand: Remove incorrect comment | Björn Gustavsson |
2011-11-07 | compiler: Eliminate use of deprecated erlang:hash/2 | Björn Gustavsson |
2011-11-07 | beam_asm: Fix broken NewIndex in fun entries | Björn Gustavsson |
2011-11-07 | beam_asm: Strenghten the calculation of Uniq for funs | Björn Gustavsson |
2011-11-07 | EEP-23: Allow variables in fun M:F/A | Björn Gustavsson |
2011-11-04 | beam_type: Improve FP optimizations in the presence of line numbers | Björn Gustavsson |
2011-11-02 | Test calling a parameterized module within a fun | Björn Gustavsson |
2011-10-27 | Remove unused */doc/src/make.dep files | Björn Gustavsson |
2011-10-13 | Allow noncharacter code points in unicode encoding and decoding | Björn Gustavsson |
2011-10-07 | Automatically generate 'behaviour_info' function from '-callback' attributes | Stavros Aronis |