Age | Commit message (Expand) | Author |
2011-02-17 | Update all test specs | Lukas Larsson |
2011-02-17 | Fix formatting for compiler | Lukas Larsson |
2011-02-17 | Add init_per_suite and end_per_suite | Lukas Larsson |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson |
2011-02-17 | Update compiler tests to conform with common_test standard | Lukas Larsson |
2011-02-17 | Update all fin_per_testcase to end_per_testcase. | Lukas Larsson |
2010-12-02 | beam_utils: Fix check_liveness/3 for receive loops | Björn Gustavsson |
2010-11-26 | beam_utils: Fix liveness analysis for gc_bif instructions | Björn Gustavsson |
2010-10-12 | beam_block: Do optimizations in the safe order | Björn Gustavsson |
2010-10-07 | Merge branch 'bjorn/compiler-bin-generators/OTP-8864' into dev | Björn Gustavsson |
2010-09-23 | Fix compiler crash when constructing zero-size binary segments | Björn Gustavsson |
2010-09-22 | Add tests for tail segments in binary generators | Björn Gustavsson |
2010-07-29 | beam_asm: Simplify string table generation for beams | Paul Guyot |
2010-06-09 | Correct warnings and errors for auto-imported bif clashes | Patrik Nyblom |
2010-06-02 | Add some testcases to compiler to verify that overriding really happens | Patrik Nyblom |
2010-06-02 | Return nowarn_bif_clash functionality but with warning | Patrik Nyblom |
2010-06-02 | Teach erl_lint to better override BIFs with local functions and imports | Patrik Nyblom |
2010-05-21 | Merge branch 'bg/compiler-cover-and-clean' into dev | Erlang/OTP |
2010-05-20 | v3_life tests: Cover exception handling code in v3_life:function/1 | Björn Gustavsson |
2010-05-20 | v3_core tests: Cover make_bool_switch_guard/5 | Björn Gustavsson |
2010-05-20 | v3_core tests: Cover handling of pattern aliases | Björn Gustavsson |
2010-05-20 | Cover handling of 'math' BIFs | Björn Gustavsson |
2010-05-20 | beam_bool: Cover handling of bs_context_to_binary in initialized_regs/2 | Björn Gustavsson |
2010-05-20 | Do not cover-analyze core_scan | Björn Gustavsson |
2010-05-20 | core_SUITE_data: Don't ignore *.core files in this directory | Björn Gustavsson |
2010-05-17 | Add guard BIFs binary_part/2,3 | Patrik Nyblom |
2010-05-12 | Remove opaque declarations from the attributes | Björn Gustavsson |
2010-05-12 | Merge branch 'bg/opt-receive' into dev | Erlang/OTP |
2010-05-11 | compiler tests: Cover the error handling code in beam_receive | Björn Gustavsson |
2010-05-11 | compiler test: Test optimization of receive statements | Björn Gustavsson |
2010-05-10 | Move p_run/2 to test_lib | Björn Gustavsson |
2010-04-27 | Merge branch 'bg/compiler-suppress-result-ignored' into dev | Erlang/OTP |
2010-04-20 | Support nested record field access without parentheses | Tuncer Ayaz |
2010-04-19 | Merge branch 'bg/deprecations' into dev | Erlang/OTP |
2010-04-15 | compiler tests: Eliminate "result of expression is ignored" warnings | Björn Gustavsson |
2010-04-15 | Silence warnings for expressions that are assigned to "_" | Björn Gustavsson |
2010-04-08 | test suites: Remove incidental use of deprecated concat_binary/1 | Björn Gustavsson |
2010-04-01 | Merge branch 'bg/compiler-inliner' into dev | Erlang/OTP |
2010-03-29 | pmod_SUITE: Again test inlining parameterized modules | Björn Gustavsson |
2010-03-26 | compiler tests: Cope with missing args in function_clause for native code | Björn Gustavsson |
2010-03-26 | compiler tests: Compile a few more modules with 'inline' | Björn Gustavsson |
2010-03-26 | compiler tests: Test the 'inline' option better | Björn Gustavsson |
2010-03-25 | Merge branch 'bg/compiler-remove-r11-support' into dev | Erlang/OTP |
2010-03-22 | compiler: Don't support the no_binaries option | Björn Gustavsson |
2010-03-22 | compiler: Don't support the no_constant_pool option | Björn Gustavsson |
2010-03-22 | compiler: Don't support the r11 option | Björn Gustavsson |
2010-02-17 | OTP-8447 Bit string comprehensions can now be used in parameterized | Hans Bolinder |
2010-01-20 | Merge branch 'cf/compile_warning_as_error' into ccase/r13b04_dev | Erlang/OTP |
2010-01-19 | compile: add flag warnings_as_errors to treat warnings as errors | Christopher Faulet |
2010-01-19 | Merge branch 'bg/compiler-beam_validator' into ccase/r13b04_dev | Erlang/OTP |