aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test
AgeCommit message (Expand)Author
2017-08-16Take fail labels into account when determining liveness in block opsJohn Högberg
2017-01-17Merge branch 'egil/cuddle-tests' into maintBjörn-Egil Dahlberg
2016-12-07Update copyright-yearErlang/OTP
2016-11-18Suppress warnings from v3_kernel when inlining is turned onBjörn Gustavsson
2016-11-11compiler: Increase timetrap timeouts for lc_SUITEBjörn-Egil Dahlberg
2016-10-27Don't copy funs into guardsBjörn Gustavsson
2016-10-06beam_bsm: Eliminate unsafe optimizationBjörn Gustavsson
2016-10-05beam_block: Avoid unsafe inclusion of get_map_elements in blocksBjörn Gustavsson
2016-09-13beam_validator: Handle unreachable instructionsBjörn Gustavsson
2016-09-05sys_core_fold: Don't move a fun into a guardBjörn Gustavsson
2016-08-11[ERL-209] Fix ambiguous_catch_try_state inconsistency errorBjörn Gustavsson
2016-08-05beam_block: Fix potentially unsafe optimization in move_allocates/1Björn Gustavsson
2016-07-12compiler: Test literal binary matchingBjörn-Egil Dahlberg
2016-06-07Compiler: new function env_compiler_options/0alisdair sullivan
2016-06-03misc_SUITE: Cover the remaining lines in beam_peepBjörn Gustavsson
2016-06-02Avoid the dreaded "no_file" in warningsBjörn Gustavsson
2016-06-02Eliminate crash for map updates in guardsBjörn Gustavsson
2016-06-01beam_block: Eliminate crash in beam_utilsBjörn Gustavsson
2016-05-31Add additional coverage and smoke test of beam_validatorBjörn Gustavsson
2016-05-30Eliminate unsafe use of Y registersBjörn Gustavsson
2016-05-30beam_validator: Add is_bitstring/1 as a safe BIFBjörn Gustavsson
2016-05-25beam_jump: Clean up handling of labels before func_infoBjörn Gustavsson
2016-05-25beam_expect: Correctly handle blocks with multiple allocsBjörn Gustavsson
2016-05-25v3_codegen: Don't confuse beam_validatorBjörn Gustavsson
2016-05-25v3_codegen: Correct code generation for an error/1 call in a guardBjörn Gustavsson
2016-05-25beam_receive: Don't crash when encountering nonsensical codeBjörn Gustavsson
2016-05-23beam_bool_SUITE: Cover one more lineBjörn Gustavsson
2016-05-23beam_utils_SUITE: Cover more lines in beam_utilsBjörn Gustavsson
2016-05-23beam_reorder: Don't confuse beam_validatorBjörn Gustavsson
2016-05-23beam_bool: Reject potentially unsafe optimizationBjörn Gustavsson
2016-05-23v3_core: Don't depend on sys_core_fold for cleaning upBjörn Gustavsson
2016-05-23beam_type: Eliminate crashBjörn Gustavsson
2016-05-20beam_type: Correct handling of setelement/3Björn Gustavsson
2016-05-16Merge branch 'bjorn/compiler/beam_bool/ERL-143'Björn Gustavsson
2016-05-16Eliminate crash in beam_boolBjörn Gustavsson
2016-05-16Add beam_bool_SUITEBjörn Gustavsson
2016-05-16Add missing test cases in andor_SUITE and beam_block_SUITEBjörn Gustavsson
2016-05-13compile_SUITE: Cover numeric variable names in core_ppBjörn Gustavsson
2016-05-13compile_SUITE: Eliminate clones when re-compiling test suitesBjörn Gustavsson
2016-05-13test_lib: Add is_cloned_mod/1Björn Gustavsson
2016-05-13trycatch_SUITE: Cover the only uncovered line in sys_core_foldBjörn Gustavsson
2016-05-13test_lib: Correct calculation of number of processesBjörn Gustavsson
2016-05-12fun_SUITE: Test for failing calls to funsBjörn Gustavsson
2016-04-28v3_core: Don't depend on sys_core_fold for cleaning upBjörn Gustavsson
2016-04-27compilation_SUITE: Use explicit exportsBjörn Gustavsson
2016-04-27Remove support for running tests on a separate Erlang nodeBjörn Gustavsson
2016-04-27Move code from compilation_SUITE to beam_block_SUITEBjörn Gustavsson
2016-04-27Move list comprehension tests to lc_SUITEBjörn Gustavsson
2016-04-27Move catch tests to trycatch_SUITEBjörn Gustavsson
2016-04-27Remove compilation_SUITE:long_string/1Björn Gustavsson